From ccbea51f3c685e94bb92d2297a0dccb1269bc13d Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Sun, 4 Feb 2024 09:25:10 -0600 Subject: [PATCH] docs: readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26493ff..36a7d9f 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ Optional ├── full_description (bool): fetches full description for Indeed / LinkedIn (much 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 +├── linkedin_company_ids (list[int): searches for linkedin jobs with specific company ids ├── country_indeed (enum): filters the country on Indeed (see below for correct spelling) ├── offset (num): starts the search from an offset (e.g. 25 will start the search from the 25th result) ```