Content / Site Scraping

mystic

Junior Member
Joined
Jun 9, 2008
Messages
166
Reaction score
38
I need to scrape a bunch of articles off a website. Whats the best way of scraping these 1500 pages?

Sorry if its been posted before but I searched for 20 minutes and haven't found anything
 
you can scrape the whole site with this.


sure does :)

Thanks a lot.. wish it had an option just to scrape the text off the page and not the whole .html page but this will work.

Thanks
 
You could probably wrote a script to rip what you are after - are there tags around the article that are easy to pick out at all?

I have been scraping content from pages using a couple of PHP classes and a bit of imaginative scripting!
 
This can just scrape the article content off the website. There is a free trial. And I think on this forum there is a trial reset if you do a search for it.
 
I tried that link uberman and it didnt quite work like I needed.. thanks though
 
anyone have any other recommendations? I would like to find something that rips the text (article) and not the whole html file.. anyone have any other recommendations?
 
any more suggestions before I just pay someone to rip the site for me? Every scraper ends up ripping the whole site that is over 10gb with a shitload of useless files.. i just need the 800 or so articles ;D
 
scraped the content for mystic, 3k+ pages
time-consuming work:(
 
scraping can be a tedious task but make sure you don't give up.
 
Back
Top