|
|
|
|
|
by mwexler
5580 days ago
|
|
Most scrapers seem to break down on heavy dynamic/ajax pages. For example, anything made with GWT appears to provide little for the average scraper to grab (say, for automated daily tracking of android app downloads, for example). Short of reversing out the foreign pages api calls, has anyone encountered a solution to do more processing and then scrape the rendered page? (well, and short of using Selenium to script a login, then scrape the rendered page via a controlled firefox... which works, but is clunky) |
|