archives

Knowledge-base & Docs

Welcome to SerpWatch, the feature-rich SEO rank tracker priced for everyone! SerpWatch documentation contains everything you need to get the most out of SerpWatch: how-to’s, FAQs, and instruction videos.  Here, you will find step-by-step guides on how to add your first project, create your custom billing plan, integrate Google Analytics and Search Console, customize Notifications, use […]

Continue Reading  

This overview covers the base URL, authentication, rate limits, pagination, and error formats for the Reporting API. Base URL All Reporting API requests should be made to: Copy https://v2.serpwatch.io/api Endpoints are under the /reporting namespace. Authentication All API requests require a Bearer token. Include your API key in the Authorization header: Copy Authorization: Bearer YOUR_API_KEY […]

Continue Reading  

This section provides detailed API references for Reporting API endpoints. Endpoints Sections Projects – List projects and fetch project stats. Keywords – List keywords, keyword detail, and keyword history.

Continue Reading  

This section covers project endpoints in the Reporting API. GET /reporting/projects List all projects accessible to the authenticated user. Parameters Name Type Description per_page integer Items per page (default: 25). cursor string Pagination cursor from links.next or meta.next_cursor. fields string Comma-separated list of fields to include (e.g., project_id,name). Sample Response Copy { “data”: [ { […]

Continue Reading  

This section covers keyword endpoints in the Reporting API. GET /reporting/projects/{id}/keywords List keywords for a project with filtering, searching, and sorting. Parameters Name Type Description search string Search keywords by name. sort string Sort field: name, current_position, movement, status, best_position. order string Sort order: asc or desc (default: asc). location string Filter by location. device […]

Continue Reading  

Endpoint reference and request/response details.

Continue Reading  

Guides for common workflow patterns.

Continue Reading  

Quickstart Guide Get from zero to your first SERP data in under 5 minutes. This guide walks you through authentication, making your first request, and retrieving results. Prerequisites Before you begin, make sure you have: An API key curl, Python 3.x, or Node.js installed on your machine Getting Your API Key API access requires an […]

Continue Reading  

Multi-Location Tracking Track keyword rankings across different countries, states, and cities. Essential for local SEO, international businesses, and location-based services. Overview Search results vary significantly by location. A keyword ranking #1 in New York might be on page 3 in Los Angeles. The SerpWatch API lets you specify exact locations to get accurate, location-specific SERP […]

Continue Reading  

Locations & Languages Retrieve the list of supported locations, ISO codes, and languages for each search engine to use in your SERP crawl requests. Overview The SerpWatch API supports crawling search results from multiple countries and languages. Use the engines endpoint to get the complete list of available configurations for Google, Bing, and Yahoo. Access […]

Continue Reading