mirror of https://github.com/Bunsly/JobSpy
docs: readme
parent
ccbea51f3c
commit
32282305c8
|
@ -37,6 +37,7 @@ jobs = scrape_jobs(
|
||||||
location="Dallas, TX",
|
location="Dallas, TX",
|
||||||
results_wanted=10,
|
results_wanted=10,
|
||||||
country_indeed='USA' # only needed for indeed / glassdoor
|
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(f"Found {len(jobs)} jobs")
|
||||||
print(jobs.head())
|
print(jobs.head())
|
||||||
|
|
Loading…
Reference in New Issue