← All integrations

Google Search Console icon

Google Search Console

Google Search Console integration (Data, Marketing). Imported from open-connector.

OAuth10 native toolsIcon needs-review
This catalogue entry describes the current repository definition. Availability, scopes, and production readiness should be confirmed during private-beta onboarding.

Native tools

GET
google_search_console_list_sites
List Search Console properties visible to the connected Google account.

/webmasters/v3/sites

GET
google_search_console_get_site
Fetch one Search Console property and the current account permission level.

/webmasters/v3/sites/{siteUrl}

1 parameter
ParamTypeRequiredDescription
siteUrlstringrequiredThe site URL exactly as Search Console stores it, such as https://www.example.c…
PUT
google_search_console_add_site
Add a property to the connected account's Search Console site set.

/webmasters/v3/sites/{siteUrl}

1 parameter
ParamTypeRequiredDescription
siteUrlstringrequiredThe site URL exactly as Search Console stores it, such as https://www.example.c…
DELETE
google_search_console_delete_site
Remove a property from the connected account's Search Console site set.

/webmasters/v3/sites/{siteUrl}

1 parameter
ParamTypeRequiredDescription
siteUrlstringrequiredThe site URL exactly as Search Console stores it, such as https://www.example.c…
POST
google_search_console_query_search_analytics
Query Search Console performance data for a property across dates, dimensions, filters, and search types.

/webmasters/v3/sites/{siteUrl}/searchAnalytics/query

10 parameters
ParamTypeRequiredDescription
siteUrlstringrequiredThe site URL exactly as Search Console stores it, such as https://www.example.c…
startDatestringrequiredThe inclusive start date for the query in YYYY-MM-DD format.
endDatestringrequiredThe inclusive end date for the query in YYYY-MM-DD format.
dimensionsarrayoptionalDimensions used to group result rows.
typestringoptionalThe Google search type to query.
dimensionFilterGroupsarrayoptionalDimension filter groups applied to the query.
aggregationTypestringoptionalHow Search Console aggregates query results.
rowLimitintegeroptionalMaximum rows to return. Search Console accepts up to 25,000.
startRowintegeroptionalZero-based first row offset for pagination.
dataStatestringoptionalWhether to include fresh or final-only data.
GET
google_search_console_list_sitemaps
List sitemaps submitted for a Search Console property.

/webmasters/v3/sites/{siteUrl}/sitemaps

2 parameters
ParamTypeRequiredDescription
siteUrlstringrequiredThe site URL exactly as Search Console stores it, such as https://www.example.c…
sitemapIndexstringoptionalRestrict results to a sitemap index URL.
GET
google_search_console_get_sitemap
Fetch one Search Console sitemap by property URL and sitemap URL.

/webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}

2 parameters
ParamTypeRequiredDescription
siteUrlstringrequiredThe site URL exactly as Search Console stores it, such as https://www.example.c…
feedpathstringrequiredThe full sitemap URL to inspect, submit, or delete.
PUT
google_search_console_submit_sitemap
Submit a sitemap URL for a Search Console property.

/webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}

2 parameters
ParamTypeRequiredDescription
siteUrlstringrequiredThe site URL exactly as Search Console stores it, such as https://www.example.c…
feedpathstringrequiredThe full sitemap URL to inspect, submit, or delete.
DELETE
google_search_console_delete_sitemap
Delete a sitemap from a Search Console property.

/webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}

2 parameters
ParamTypeRequiredDescription
siteUrlstringrequiredThe site URL exactly as Search Console stores it, such as https://www.example.c…
feedpathstringrequiredThe full sitemap URL to inspect, submit, or delete.
POST
google_search_console_inspect_url
Inspect the indexed status of a URL under a Search Console property using Google's URL Inspection API.

/v1/urlInspection/index:inspect

3 parameters
ParamTypeRequiredDescription
siteUrlstringrequiredThe site URL exactly as Search Console stores it, such as https://www.example.c…
inspectionUrlstringrequiredThe fully qualified URL to inspect. It must be under the property specified by …
languageCodestringoptionalAn optional IETF BCP-47 language code for translated issue messages, such as en…
Request private-beta access