Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting 403 #1

Open
arshyasharifian opened this issue Jan 2, 2023 · 1 comment
Open

Getting 403 #1

arshyasharifian opened this issue Jan 2, 2023 · 1 comment

Comments

@arshyasharifian
Copy link

Hello,

when I execute the default script, I get a 403 response.

MacBook-Pro-2 JobScrapingApp_Indeed.com % python3 app.py
01-01-2023, 19:05:09: Session starts
01-01-2023, 19:05:09: Scraping attempt with the key word: 'auditor'... 
this is the response <Response [403]>
01-01-2023, 19:05:13: ....successfully implemented. Number of records found: 0
01-01-2023, 19:05:18: Full scraping is executed. The raw data dump file contains 0 records.
Number of unique records is 0.
<class 'pandas.core.frame.DataFrame'>
Index: 0 entries
Data columns (total 11 columns):
 #   Column           Non-Null Count  Dtype 
---  ------           --------------  ----- 
 0   job_id           0 non-null      object
 1   job_title        0 non-null      object
 2   job_date         0 non-null      object
 3   job_loc          0 non-null      object
 4   job_summary      0 non-null      object
 5   job_salary       0 non-null      object
 6   job_url          0 non-null      object
 7   company_name     0 non-null      object
 8   search_time      0 non-null      object
 9   search_position  0 non-null      object
 10  source           0 non-null      object
dtypes: object(11)
memory usage: 0.0+ bytes
01-01-2023, 19:05:18: Data dump is formatted:
 None
01-01-2023, 19:05:18: Session ends.
@Nik-Kras
Copy link

Same.

Just tried this script to scrape Indeed page. I also tried to add / change: headers, cookies, proxies and even tried to apply VPN. Nothing helped.

Is there a code update that makes scraping work again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants