Getting started
1. Current version: 4
https://api.serpstat.com/v4 — Endpoint URL, through which all requests should be processed.
2. Authentication
Tokens are used for authentication. Create a token on your profile page. Add it to all API requests.
3. Pagination
For pagination, use the parameters:
"size": number of results per page (default 100, maximum 1000);
"page": page number (default is 1st page).
4. Filters
Specified in the documentation of each method.
5. Responce
The requested data is returned in JSON format.
6. Credits
When calculating the used limits, your pricing plan's API requests are taken into account, including identical requests and requests for export.
7. The maximum number of results returned by API methods is 60,000 rows.