Pete Friedman
Regular Member
- Apr 6, 2015
- 357
- 159
Hello 
There's a site I want to scrap for some data but the data is not immediately visibile after you load the webpage - to uncover the data you need to click on a button (probably some JavaScript, not a HTML button unfortunately) and then the data appears. There are many such fields on the site.
What ways can you think of to help me accomplish my task? I'd like to write a short script for that, preferably in Python.
There's a site I want to scrap for some data but the data is not immediately visibile after you load the webpage - to uncover the data you need to click on a button (probably some JavaScript, not a HTML button unfortunately) and then the data appears. There are many such fields on the site.
What ways can you think of to help me accomplish my task? I'd like to write a short script for that, preferably in Python.