Hi,
I was trying to scrape some data from a web page and the web page has similar data in next pages too. Basically, it’s a careers page and I wanted to scrape the data and save it to an Excel file. The Problem I am facing here is:
After completing the data scraping from the first page we get an option like this:
But when I try to choose the “NEXT” Button it goes to the last page. This website did not have a next page Button. It only had “First Page” & “Last Page” buttons to go to next pages as below:
Can anyone tell me how to go to all the 45 pages one-by-one and scrape the data?
If you want to work on the Website, Link: https://jobs.micron.com/search/?q=&sortColumn=referencedate&sortDirection=desc
Thanks a lot in advance.