diff --git a/examples/JobSpy_Demo.py b/examples/JobSpy_Demo.py index 598dcd0..9b2bfc0 100644 --- a/examples/JobSpy_Demo.py +++ b/examples/JobSpy_Demo.py @@ -2,13 +2,15 @@ from jobspy import scrape_jobs import pandas as pd jobs: pd.DataFrame = scrape_jobs( - site_name=["indeed", "linkedin", "zip_recruiter"], + # site_name=["indeed", "linkedin", "zip_recruiter"], + site_name=["indeed"], 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=20, # be wary the higher it is, the more likey you'll get blocked (rotating proxy should work 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", + # offset=25 # start jobs from an offset (use if search failed and want to continue) + # proxy="http://34.120.172.140:8123", + proxy="http://crawler-gost-proxy.jobright-internal.com:8080", ) # formatting for pandas