PDA

View Full Version : scraping data from a table generated by javascript



templare77
07-01-2017, 07:09 AM
Hi everyone,
I have a problem, scraping data from a table, generated by Javascript. If you go on this web page, you'll see on the bottom of web page, a table with some detail.

19643

By VBA, I click on some check boxes and radiobutton as shown this:

19645

When I click on green button (by vba), javascript generates a second table, but when I try to scrape data from this table, I find the data of the first table (the table I have before clicking on green button). This because, javascript doesn't generate a new page....
Is there a way to get data of second table?

Thanks to all!

alepode
10-30-2017, 05:15 AM
I have the same problem. The second table should have a new address. You have to get the new address and scrape the new page.