Scrapebox - Meta URL & Keyword Extraction - IS IT POSSIBLE?

Joined
Jun 9, 2012
Messages
4
Reaction score
0
Hello.

I have a large site with over 400k of pages.

What I would like to do is generate a list of page URLS - with the relevant meta keywords for each page - in a format I can then use to start posting backlinks and drop into things like Scrapebox or provide to people to use Xrumer.

Can scrapebox do the first part extracting all that info from the sitemap?

Thanks
 
Parse the site's HTML, you'll know precisely what you're looking for if you view the page source in your browser.
 
Please can someone tell me how I can do it myself for educational reasons?

Thanks

Get iMacros, read, try, read some more, try some more, read lots more and try lots more everything related to data extraction. After hours, days or weeks (months if your memory isn't good and you don't keep notes) you'll create a bot to do what you want to do while learning a great piece of software that can automate many tasks for you down the road.

Those of us that have done this can write this bot in about 5 mins but where is the education in that? Start reading.....
 
A very good idea, hope and your cooperation, join us, man, you need to join,
 
Do you have any programming knowledge whatsoever? If you know VB.Net, I can provide you with some well-documented source code to do what you want and accelerate your learning process a LOT

If you don't know how to program, well... I recommend either learning, or making sure you have DEEP pockets when you need stuff done.
 
$$$$ ? No way!
Use iMacros, the easy and free way. Start iMacros, record your stuff and loop away! You just need 1 .txt with all your URLs and 1 .txt file for the extracted data.

Good luck
 
The text you want, as I'm sure you know, is
<meta name="keywords" content="keyword, another keyword, more keywords" />
So find a way to download the HTML, isolate this line, then remove everything else. Job finished.
 
Back
Top