Google Search Console(Webmaster) is tracking tool to track the source of users on your website search results according to keywords, country, website pages ranks, & more. Let’s get these data with nocode.
Make GET request on this endpoint to list sites with required parameters(if any required).
https://v1.nocodeapi.com//webmaster//sites
Make GET request on this endpoint to search analytics with required parameters(if any required).
https://v1.nocodeapi.com//webmaster//searchAnalytics
Object | Description |
---|---|
siteUrl |
[Required] The URL of the actual sitemap. For example: http://www.example.com/sitemap.xml |
startDate |
[Required] Start date of the requested date range, in YYYY-MM-DD format. |
endDate |
[Required] End date of the requested date range, in YYYY-MM-DD format. |
dimensions |
[Optional] Zero or more dimensions by seprated commas. Example: country,device |
searchType |
[Optional] The search type to filter for, Acceptable values are: news, image, video, web |
aggregationType |
[Optional] How data is aggregated. Acceptable values are: auto, byPage, byProperty. |
perPage |
[Optional] limit to per API calls |
page |
[Optional] pagination |
Make GET request on this endpoint to get sitemaps with required parameters(if any required).
https://v1.nocodeapi.com//webmaster//sitemaps
Object | Description |
---|---|
siteUrl |
[Required] The URL of the actual sitemap. For example: http://www.example.com/sitemap.xml |
Make POST request on this endpoint to add sitemap with required parameters(if any required).
https://v1.nocodeapi.com//webmaster//sitemaps
Object | Description |
---|---|
siteUrl |
[Required] The URL of the actual sitemap. For example: http://www.example.com/sitemap.xml |
feedpath |
[Required] The URL of the property as defined in Search Console. For example: http://www.example.com/ (URL-prefix property), or sc-domain:example.com (Domain property). |
Make DELETE request on this endpoint to delete sitemap with required parameters(if any required).
https://v1.nocodeapi.com//webmaster//sitemaps
Object | Description |
---|---|
siteUrl |
[Required] The URL of the actual sitemap. For example: http://www.example.com/sitemap.xml |
feedpath |
[Required] The URL of the property as defined in Search Console. For example: http://www.example.com/ (URL-prefix property), or sc-domain:example.com (Domain property). |