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.

Authentication

Every request must include your API token in the Authorization header as a Bearer token:

Authorization: Bearer YOUR_API_TOKEN

• Tokens are created in the dashboard.
• 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 a Retry-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.