docs: readme

This commit is contained in:
Cullen Watson
2024-02-08 18:13:19 -06:00
committed by GitHub
parent ccbea51f3c
commit 32282305c8

View File

@@ -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())