Welcome to the fetchSERP API documentation. All reference pages you see in this section are auto-generated from our openapi.json specification, so they’re always in sync with the latest version of the API.Documentation Index
Fetch the complete documentation index at: https://docs.fetchserp.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Every request must include your API token in theAuthorization header as a Bearer token:
• If a request is sent without a token or with an invalid token, the API responds with 401 Unauthorized.
Rate Limits
We allow up to 600 requests per minute per account (aggregated across all endpoints). When the limit is exceeded the API responds with 429 Too Many Requests plus aRetry-After header indicating how many seconds to wait before retrying.
If you need higher throughput, please contact support and we’ll bump the limit for your workspace.
Need a quick start? Head over to the Quickstart guide or explore a specific endpoint in the sidebar.