Getting Started
Welcome to SpaceSerp API! You can use this API to extract large volumes of public data from search engines in real-time.
Last updated
Welcome to SpaceSerp API! You can use this API to extract large volumes of public data from search engines in real-time.
Last updated
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.
Our API returns standard HTTP success or error status codes. The various HTTP status codes we might return are listed below.
Code | Description | |
---|---|---|
| Ok | The request was successful. |
| Not found | The resource does not exist. |
| Internal Error | After retrying for 60 seconds, the API was unable to receive a successful response. |
| Too Many Requests | You are sending too many requests at once, and exceeding your concurrency limit. |
| Insufficient credits | You have used up all your API credits. |