From e8b4b376b8ca58ceadf257e6115aa5dd21ba8016 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Sat, 9 Mar 2024 13:40:34 -0600 Subject: [PATCH] docs: readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b01ff20..12287a2 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ jobs = scrape_jobs( search_term="software engineer", location="Dallas, TX", results_wanted=20, - hours_old=72, # (only linkedin is hour specific, others round up to days old) + hours_old=72, # (only Linkedin/Indeed is hour specific, others round up to days old) country_indeed='USA' # only needed for indeed / glassdoor ) print(f"Found {len(jobs)} jobs") @@ -71,7 +71,7 @@ Optional ├── is_remote (bool) ├── linkedin_fetch_description (bool): fetches full description for LinkedIn (slower) ├── results_wanted (int): number of job results to retrieve for each site specified in 'site_type' -├── easy_apply (bool): filters for jobs that are hosted on the job board site +├── easy_apply (bool): filters for jobs that are hosted on the job board site (not supported on Indeed) ├── linkedin_company_ids (list[int): searches for linkedin jobs with specific company ids ├── description_format (enum): markdown, html (format type of the job descriptions) ├── country_indeed (enum): filters the country on Indeed (see below for correct spelling)