felipecsl/wombat

Getting dynamic data from website

Closed this issue · 1 comments

I am trying to scrape a website created in Angular. With Angular, it needs to run the scripts on the page to get the dynamic data. All I am getting is the static data when scraping the page. Is there a way that I can get dynamically generated data with this gem?

See in developer tools XHR requests made by angular and just parse it (often it just json)