How to scrape div content with Scrapebox?

dsan996

Regular Member
Joined
Apr 18, 2014
Messages
341
Reaction score
169
Hi, I have this website with hundreds of pages. There is a div in every page with the same html id but different text inside. Is there a way to scrape the text inside every div in the site by using Scrapebox?

I know that there is the Page Scanner addon, but it doesn't return the tag content (only tells if the tag is in the page or not).
 
Your best bet is to get the whole url list using scrapebox, and have a script,php or python or any program fetch the content(html) and parse the html to get you the content you are looking for. In this case, the content inside the div.

I dont think scrapebox can really dom parse the html and get you the required content. As you said page scanner can check the existence, as its prime function is/was to detect the platform.
 
Hi, I have this website with hundreds of pages. There is a div in every page with the same html id but different text inside. Is there a way to scrape the text inside every div in the site by using Scrapebox?

I know that there is the Page Scanner addon, but it doesn't return the tag content (only tells if the tag is in the page or not).

Sure, you can use the comment grabber in V2.0. I scraped a bunch of contact info this week from directories using it.
 
Sure, you can use the comment grabber in V2.0. I scraped a bunch of contact info this week from directories using it.

Thanks a bunch loopline, that did the trick. The new version of Scrapebox looks very nice by the way.
 
Thanks a bunch loopline, that did the trick. The new version of Scrapebox looks very nice by the way.

Glad you like it. :) I don't work for Scrapebox but the more happy customers, the better it is for all of us. Glad that worked too.
 
Glad you like it. :) I don't work for Scrapebox but the more happy customers, the better it is for all of us. Glad that worked too.

This would be a great video tutorial topic btw, if you haven't already done one on it.
 
I plan to make a video on it, in fact they are developing a general content scraper. Under grab/check >> custom data scraper. So I will do a video on it with that, its on the mental list.
 
Thanks a bunch loopline, that did the trick. The new version of Scrapebox looks very nice by the way.
how did you manage to pull out the text from the <div>, I also try to use the page scanner but nothing works, I try to find a similar code that needs to be written, but there is no result either
 

Attachments

  • 112.jpg
    112.jpg
    280.3 KB · Views: 6
I plan to make a video on it, in fact they are developing a general content scraper. Under grab/check >> custom data scraper. So I will do a video on it with that, its on the mental list.
you can help with the question above, no matter how I can not find the information what needs to be prescribed to get the result
 
The paid plugin Article Scraper does it smoothly
 
Back
Top