How are the fields being retrieved from the first page? Just static HTML? Or is it pulling the data from somewhere like through js?
If it's not pulling the data from somewhere or some API, you'd need to scrape the data. There's a lot of different techs you can use to scrape. Python is the most popular.
|