c# - i need to know which of my url is indexed on google -
some of website urls duplicated. need know of them indexed google need function in c# know of url indexed.
in google's search can type: site:yourdomain
and show results. can use google custom search api programmatically this. http://code.google.com/apis/customsearch/v1/overview.html
it returns json results can convert c# objects using datacontractserializer.
you'll need sign api key if go route.
edit html agility pack, have blog post shows how can extract links on page
Comments
Post a Comment