How to extract web content from other sites

krilin50

Regular Member
Joined
Oct 26, 2008
Messages
262
Reaction score
19
Hi guys,

i would like to extract content from a number of websites and then rewrite it to make sure it looks unique. i have come across a number of tools such as "Web Content Extractor 3.0", "SearchExtract" but nothing that really works. I also read somewhere you have to write Perl code to be able to do that. I would love a proper review on the toots available out there, and of course, anything you could share would be greatly appreciated.

thnanks again, i love this forum!!!
 
the easiest way to extract content is to build a custom php / curl script to extract the content from a site then post it to your site

i'm just making a little script now that when i input a url from a target site it will extract conetent i require, the curl logs into one of my sites and posts the info to a relevant section

this kind of method is only good for sites where you can post the info tho, ie wordpress blogs, claafifeds types sites or cms systems etc

also you more than likely need to make a little custom script for each type/site your targeting

in the end tho, it can be worth it, when send days/weeks copy and pasting when you can automate the process

also if you need to modify large amount of text you can always just switch a few words around here or there with various php string functions
 
Another option may be to use something like FrontPage or Expression Web to load the site into the software. Once it is loaded, you now have your version and you can do anything you would like with it.
 
Best and easiest way is to use data extraction software. Last month I was searching for such need and read about Automation Anywhere in some forum. I tried it and believe me its amazing! Its very easy and just point-n-click extraction method. There's no need to write darn long codes and programs to extract content from sites. I rate it as 4.5/5 for its working & result. I think you should try it. The description & free trial is available on this http://www.automationanywhere.com/solutions/webDataExt.htm info page.

Hope u like it! :slomo:
 
Search in the forum the "visual web ripper" . Is the best tool and is really noob friendly.
 
i tried the visual web ripper on here and its not cracked its still the demo version only lets you extract 100 records... anyone know of a fully working one...
 
Back
Top