π¦ ClawHub
Google seach console
by @otman-ai
Access Google Search Console API via cURL with OAuth to manage sites, sitemaps, and query search analytics including clicks, impressions, and rankings.
π‘ Examples
List Sites
curl -s \
-H "Authorization: Bearer $MATON_API_KEY" \
https://gateway.maton.ai/google-search-console/webmasters/v3/sites | jq
π Tips & Best Practices
* Site URLs must be URL-encoded
* Date range limited to 16 months
* Max 25,000 rows per request
* Use startRow for pagination
* Data delay: 2β3 days
TERMINAL
clawhub install google-search-console-maton