How to scrape web content with scrapebox?

The Curator

Elite Member
Joined
Dec 27, 2013
Messages
1,512
Reaction score
761
I was using seo content machine, but I wanted to know if scrape box can scrape a web-page from a url. I need to populate blog posts with this content and have someone come in behind and organize and straighten it out into unique content. Any help on how to do this would be appreciated, thank you.
 
Scrapebox can scrape anything, bit of you are looking to scrape all of the content including images, titles etc. I suggest you look up a youtube video by Loopline, called scapebox custom scraper
 
Yeah, couldn't understand how to apply that to scrape web pages.
 
Loopline! Thank you for commenting on my thread. I reviewed the video and I am not understanding what goes where for the custom form. Basically I want to get the top 10-15 (or customizable) webpages for my keyword's content and be able to save them into folders or post directly to my blog. I appreciate any guidance.
 
yups, thanks Loopline, i use SB for 3 months just for backlink ONLY, now i got to learn :D
 
You want to scrape the content or the entire page? I mean if your scraping content markers need to be consistent. So if all pages use a CMS like wordpress then thats potentially viable, but if its all sorts of web pages, then you would need a definition file for each format and still some pages won't conform to standards.

If you just want to save off web pages locally httrack can do that and its a free program.
 
Yes. If you have scrapebox in 2.0 version... Custom Data Grabber can do it for you, without any problem.
 
@loopline could you tell me how to scrape text within <html></html> im lost lol.
What are you wanting to do? You want to scrape everything between the opening and closing html tags?

The custom data scraper is how you scrape content from pages:
 
Right now ‘m getting information about scrapbox and suggest from some marketers. How to use scrapbox and what can i get from this tool.I saw this post from google. Really help out your tutorial.
 
Im not sure exactly what content your wanting to scrape but the custom data grabber can probably do it.

so im tring to extract the address "GALAXYVOIDAOPZTDLHILAJQKCVVFMD4IKLXLSZV5YHO7VY74IWZILUTO"

<span class="account-pubkey">GALAXYVOIDAOPZTDLHILAJQKCVVFMD4IKLXLSZV5YHO7VY74IWZILUTO</span>

now in myt regix im using before_after=account-pubkey">"|"<

so what am I doing wrong here ?
 
so im tring to extract the address "GALAXYVOIDAOPZTDLHILAJQKCVVFMD4IKLXLSZV5YHO7VY74IWZILUTO"

<span class="account-pubkey">GALAXYVOIDAOPZTDLHILAJQKCVVFMD4IKLXLSZV5YHO7VY74IWZILUTO</span>

now in myt regix im using before_after=account-pubkey">"|"<

so what am I doing wrong here ?
Well based on the code you gave that should work fine. The thing is scrapebox may be seeing a different code then you are. Try turning off javascript in your browser and then load the page and then view the source with ctrl+U

Make sure you do NOT use inspect element, because that can execute scripts and other things that scrapebox does not do.

So is the code in the no javascript and ctrl+u actually there or is it different? If its different adjust course.

If its no where to be found then, its probably being produced by a script or frame etc.. and scrapebox will not be able to see it and thus not be able to scrape it.
 
Back
Top