Is there a limit to Google Webmasters Tools Api when fetching for crawl issues -


i tasked create admin tool download crawl issues 1 of our sites. used code https://github.com/eyecatchup/gwt_crawlerrors-php.

the modification made use oauth 2.0 authentication since circumstances not allow me have access webmasters account.

my implementation worked fine , able download csv files cross-checking results between api , web tool reveals api returns 16k+ entries while web tool has 40k+. tested using google's oauth 2.0 playground , results show 16k+ entries also.

is there limit imposed on google web masters tools api not mentioned in docs?


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -