GET /serp-overview
Servers
- https://api.ahrefs.com/v3/serp-overview
Query parameters
Name | Type | Required | Description |
---|---|---|---|
top_positions |
Integer | No |
The number of top organic SERP positions to return. If not specified, all available positions will be returned. |
output |
String | No |
The output format. Possible values:
|
keyword |
String | Yes |
The keyword to return SERP Overview for. |
country |
String | Yes |
A two-letter country code (ISO 3166-1 alpha-2). Possible values:
|
date |
String | No |
A timestamp on which the last available SERP Overview is returned in YYYY-MM-DDThh:mm:ss format. If it is not specified, the most recent SERP Overview is returned. |
select |
String | Yes |
A comma-separated list of columns to return. See response schema for valid column identifiers. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.