Documentation
  • Getting Started
  • Serp API
  • Automation
  • What is credit?
Powered by GitBook
On this page
  • API Key & Authentication
  • Status codes

Getting Started

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

NextSerp API

Last updated 2 years ago

API Key & Authentication

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

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

Status codes

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

Code
Description

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.

account settings
dashboard
API Keys setting page