Scrapebox article scraper

Bahama Blue

Newbie
Joined
May 1, 2020
Messages
32
Reaction score
4
hi :)

I’m still learning the article scraper and it’s kind of challenging determining the beginning & end in the code to actually distinguish the proper part of the article. Maybe I am doing it wrong? :( Is it only really working well on particularly programmed sites?
 
It works with any site where these conditions are met:

1 - The content you want to scrape needs to be visible i the html code with javascript turned off. meaning if the content is produced by javascript then it can not be scraped by scrapebox, you can test this by loading the page in a browser with javascript turned off.

2 - you can see the content without having to be logged into the site.
 
It works with any site where these conditions are met:

1 - The content you want to scrape needs to be visible i the html code with javascript turned off. meaning if the content is produced by javascript then it can not be scraped by scrapebox, you can test this by loading the page in a browser with javascript turned off.

2 - you can see the content without having to be logged into the site.
Hi Loopline,

I wondering what the requirement for the article scraper is? I managed to scrape the article but when I click export, it just shows that it is working. I'm on 3GB of ram. Should I increase that? Even at one article, it can't process and just hangs.
 
Back
Top