diff --git a/examples/JobSpy_AllSites.py b/examples/JobSpy_AllSites.py index 184e4d1..22deea0 100644 --- a/examples/JobSpy_AllSites.py +++ b/examples/JobSpy_AllSites.py @@ -5,9 +5,8 @@ jobs: pd.DataFrame = scrape_jobs( site_name=["indeed", "linkedin", "zip_recruiter", "glassdoor"], search_term="software engineer", location="Dallas, TX", - results_wanted=50, # be wary the higher it is, the more likey you'll get blocked (rotating proxy should work tho) + results_wanted=25, # be wary the higher it is, the more likey you'll get blocked (rotating proxy can help tho) country_indeed="USA", - offset=25 # start jobs from an offset (use if search failed and want to continue) # proxy="http://jobspy:5a4vpWtj8EeJ2hoYzk@ca.smartproxy.com:20001", )