inspirezonetech / JobSearchWebScraping

Use web scraping with python selenium to extract job postings from website.
https://inspirezone.tech/learn-web-scraping-with-python-in-minutes/
MIT License
2 stars 9 forks source link

Expand to retrieve more than one page of the search results #4

Open funbeedev opened 4 years ago

funbeedev commented 4 years ago

The program currently will only export search results from first page of indeed.com. Expand to click through more pages and extract the search results from there. e.g. pages 1 - 5.

markman123 commented 4 years ago

Could I work on this?