Google webmaster tools API: How to programmatically get a list of backlinks to your site?
I'd like to get a list of the backlinks reported in Google webmaster tools programaticallly but the开发者_C百科 GData API doesn't include this.
http://code.google.com/intl/sv-SE/apis/webmastertools/docs/2.0/reference.html
Is there any good way to get these links?
What's the best way to get a list of backlinks to a site?
the api does not support it.
i use a fake-script (http://fakeapp.com/ a programmable browser) (any programmable browser will do) which gets executed daily the get this specific data. in my opinion it is the best backlinks data you can get.
There is a php script that you can use to download the backlinks as a csv file which you can then use.
https://github.com/Adduc/php-webmaster-tools-downloads
A pull request was just made to the main repo.
精彩评论