Skip to content Skip to sidebar Skip to footer

Screen Scrape A Web Page That Uses Javascript And Frames

I want to scrape data from www.marktplaats.nl . I want to analyze the scraped description, price, date and views in Excel/Access. I tried to scrape data with Ruby (nokogiri, scrapi

Solution 1:

I used excel web query and it works perfect. You can find a lot about scraping with excel on youtube if you search for mrexcel. Thanks, Mello

Solution 2:

You can try IRobotSoft web scraper. It has good frame support and is free.

Solution 3:

Iframes aren't a problem - just access the embedded iframe URL directly. You will find that it redirects in the browser unless you disable JavaScript.

Description and date can be extracted straight from HTML source. However prices are images which will make scraping them more cumbersome.

Post a Comment for "Screen Scrape A Web Page That Uses Javascript And Frames"