api - C#: I want to write an application that will parse google for my website's ranking, where do I start? -


C #: I want to write an application that will parse Google for the ranking of Google's website (Google search engine Position and not PageRank)), where do I start?

  1. Does anyone know any such example that has been written in C #?
  2. Which general direction will you start with? How should I parse Google's web pages?
  3. Although I searched for it, it's worth a shot: does anyone know about any Google API that helps with it?

Thanks in advance

Google AJAX APIs will make you more easily Provided processed search results. Without parsing acetic pages

"For Flash developers, and for developers who need access to the AJAX Search API from other non-JavaScript environments, the API is a simple race interface. In all cases, supported method GET And in response, a JSON encoded result set is embedded with the status code. "

" Using the API from your Flash or Server Side Framework can not be simpler. Land that is how an HTTP request, and how a JSON response process, then you're in business, "Mark says Lukovski.

Then returning to JSON as a result, you want to take a look at Jason.NET () that gives you JSON more C # friendly XML Will allow you to convert.


Comments