vittoriotriassi / jobs_scraper

Simple job postings scraper for Indeed based on requests and BeautifulSoup
MIT License
14 stars 3 forks source link

jobs_scraper not returning results #4

Open jtfields opened 1 year ago

jtfields commented 1 year ago

jobs_scraper was working for me a year ago but now does not return any results. Did Indeed make changes to block this code?

scraper = JobsScraper(country="us", position="business analytics", location="Texas", pages=5, max_delay=1) df = scraper.scrape()

Returns this with no results... Scraping in progress...: 100% 5/5 [00:00<00:00, 7.69it/s]

leeadh commented 1 year ago

same here... nithing is returned