Getting Started

Welcome to SpaceSerp API! You can use this API to extract large volumes of public data from search engines in real-time.

API Key & Authentication

Authentication is done via the API key which you can find in your account settings. Requests are authenticated using apiKey query parameter.

You can see your account’s API keys, and roll them if necessary, in the dashboard.

Status codes

Our API returns standard HTTP success or error status codes. The various HTTP status codes we might return are listed below.

CodeDescription

200

Ok

The request was successful.

404

Not found

The resource does not exist.

500

Internal Error

After retrying for 60 seconds, the API was unable to receive a successful response.

429

Too Many Requests

You are sending too many requests at once, and exceeding your concurrency limit.

403

Insufficient credits

You have used up all your API credits.

Last updated