fix(indeed): location param

This commit is contained in:
Cullen Watson
2023-08-19 20:17:31 -05:00
parent 5d0a4c2f8a
commit e92544d115

View File

@@ -47,7 +47,7 @@ class IndeedScraper(Scraper):
params = {
"q": scraper_input.search_term,
"location": scraper_input.location,
"l": scraper_input.location,
"radius": scraper_input.distance,
"filter": 0,
"start": 0 + page * 10,