From 32282305c8cdbf40b9f23a3570966a9446871349 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Thu, 8 Feb 2024 18:13:19 -0600 Subject: [PATCH] docs: readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36a7d9f..f311ca6 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ jobs = scrape_jobs( location="Dallas, TX", results_wanted=10, country_indeed='USA' # only needed for indeed / glassdoor + # full_description=True (get full description for LinkedIn/Indeed; slower) ) print(f"Found {len(jobs)} jobs") print(jobs.head())