mirror of https://github.com/Bunsly/JobSpy
parent
8d65d1b652
commit
e2f6885d61
|
@ -72,7 +72,6 @@ class ZipRecruiterScraper(Scraper):
|
||||||
response_data = response.json()
|
response_data = response.json()
|
||||||
jobs_list = response_data.get("jobs", [])
|
jobs_list = response_data.get("jobs", [])
|
||||||
next_continue_token = response_data.get('continue', None)
|
next_continue_token = response_data.get('continue', None)
|
||||||
print(len(jobs_list))
|
|
||||||
|
|
||||||
with ThreadPoolExecutor(max_workers=10) as executor:
|
with ThreadPoolExecutor(max_workers=10) as executor:
|
||||||
job_results = [
|
job_results = [
|
||||||
|
|
Loading…
Reference in New Issue