Nikita Van
Nikita Van
> Facing the same issue with glassdoor 403, the same example in README file: jobs = scrape_jobs( site_name=[ "glassdoor"], search_term="software engineer", google_search_term="software engineer jobs near San Francisco, CA since yesterday",...
I went to glassdoor/constant.py and commented out the headers except for "content-type" ``` headers = { # "authority": "www.glassdoor.com", # "accept": "*/*", # "accept-language": "en-US,en;q=0.9", # "apollographql-client-name": "job-search-next", # "apollographql-client-version":...
> > I went to glassdoor/constant.py and commented out the headers except for "content-type" > > ``` > > headers = { > > # "authority": "www.glassdoor.com", > > #...