From 0e24e9c6c952b34fe055dfdbbccb6a4418c757f5 Mon Sep 17 00:00:00 2001 From: Cullen Date: Mon, 22 Jan 2024 20:11:37 -0600 Subject: [PATCH] enh: fell description param --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac9c7fe..9049ef5 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Optional ├── job_type (enum): fulltime, parttime, internship, contract ├── proxy (str): in format 'http://user:pass@host:port' or [https, socks] ├── is_remote (bool) -├── full_description (bool): fetches full description for Indeed / LinkedIn (note: will run much slower as scraper has to fetch each individual job listing) +├── 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 LinkedIn ├── country_indeed (enum): filters the country on Indeed (see below for correct spelling)