Questions tagged [google-api-webmasters]

The Google Webmaster Tools API allows developers to submit, read, and update data in Google Webmaster Tools for verified websites.

The Google Webmaster Tools API allows developers to submit, read, and update data in Google Webmaster Tools for verified websites.

Here are some of the things you can do with the Google Webmaster Tools API:

  • Request a list of all your verified sites.
  • Manage your site's sitemaps.
  • Request information about your site's crawl-errors.

Resources

48 questions
0
votes
2 answers

How to get crawl stats FROM webmaster tools api

I want to get this graph datas : I can't add an image here : graph.png I don't have the reputation 10. So I want to get for each day the 3 values (Pages crawled per day, kilobytes downloaded per day, time spent downloading a page) the idea is to…
stef-chrif
  • 33
  • 10
0
votes
1 answer

Dimensions of query webmasters tools api

specially Alex :) I want to know if any body have a PHP code to get the details of a query from webmasters tools api. I have already the query dimensions but I dont't know how exactely to make it with PHP code. $webmastersService = new…
stef-chrif
  • 33
  • 10
0
votes
1 answer

How to get query details FROM webmasters tools api

the new api webmasters tools is not mentioned how to get the details of queries. Here is my code to get the queries, but I dont know how to get for each query the details : $client->setAccessToken("XXXXXX--TOKEN--XXXXX"); $webmastersService = new…
1 2 3
4