Hi All,
I need a FREE tool with which i can extract the details of all blog post like URL, Title, Anchor Text & Link URL.
If anyone knows about such a tool, please share.
Thanks
Welcome to SEOChat, a community dedicated to helping beginners and professionals alike in improving their Search Engine Optimization knowledge. Sign up today to gain access to the combined insight of tens of thousands of members.
Hi All,
I need a FREE tool with which i can extract the details of all blog post like URL, Title, Anchor Text & Link URL.
If anyone knows about such a tool, please share.
Thanks
Most blogs have an RSS feed, which basically has all of the information like that in an XML data format.
You can then create a parser to extract it and do with it as you will.
What format do you want the data in. There are a few PHP code samples out there that do this for you. You may need to do some work to build it into a usable tool that works for you.
Talk me through the steps it needs to do.
Thanks tstolber for the reply. i was busy doing the thing manually and missed the post. Anyways i would still like to know if anything could be done to accomplish the same results.
Actually RSS feed won't provide the anchor text information. I would like to know about a tool / way where i could submit my blog URL and get all the information as a report (in CSV ).
Last edited by danielwood; Jan 2nd, 2013 at 06:35 AM.
A document parser is what you need. The example in the link is an RSS parser, but you just need to define what data types are and what to do with them. You can then spit out the data into a CSV file.
I don't know of a tool that does this in the manner you want so you will have to either create it or get someone to create it for you.
Its relatively basic, just make sure you very clearly define the functions and requirements.
I have never heard about such type of tool..![]()
I am also new to this Document parser tool.
Become Part of This Conversation
Join NowFor Free!