From 0eaf55b9ddd0466c51e319a79acd6c88f721e2bd Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Fri, 12 Jan 2024 12:23:07 -0600 Subject: [PATCH] fix: lower limit --- examples/JobSpy_AllSites.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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", )