glassdoor keywords

pull/67/head
Cullen Watson 2023-10-30 20:07:31 -05:00
parent 3f2b582445
commit 0302ab14f5
1 changed files with 0 additions and 3 deletions

View File

@ -213,10 +213,7 @@ class GlassdoorScraper(Scraper):
"filterParams": [], "filterParams": [],
"keyword": scraper_input.search_term, "keyword": scraper_input.search_term,
"numJobsToShow": 30, "numJobsToShow": 30,
"originalPageUrl": "https://www.glassdoor.com/Job/software-intern-jobs-SRCH_KO0,15.htm",
"parameterUrlInput": f"IL.0,12_I{location_type}{location_id}", "parameterUrlInput": f"IL.0,12_I{location_type}{location_id}",
"seoFriendlyUrlInput": "software-intern-jobs",
"seoUrl": True,
"pageNumber": page_num, "pageNumber": page_num,
"pageCursor": cursor, "pageCursor": cursor,
}, },