GET /related-terms
Servers
- https://api.ahrefs.com/v3/keywords-explorer
Query parameters
Name | Type | Required | Description |
---|---|---|---|
where |
String | No |
The filter expression. The following column identifiers are recognized (this differs from the identifiers recognized by the cpc: Cost Per Click shows the average price that advertisers pay for each ad click in paid search results for a keyword, in cents. cps: Clicks Per Search (or CPS) is the ratio of Clicks to Keyword Search volume. It shows how many different search results get clicked, on average, when people search for the target keyword in a given country. difficulty (10 units): An estimation of how hard it is to rank in the top 10 organic search results for a keyword on a 100-point scale. first_seen: The date when we first checked search engine results for a keyword. global_volume (10 units): How many times per month, on average, people search for the target keyword across all countries in our database. keyword: parent_topic: Parent Topic determines if you can rank for your target keyword while targeting a more general topic on your page instead. To identify the Parent Topic, we take the #1 ranking page for your keyword and find the keyword responsible for sending the most traffic to that page. serp_domain_rating_top10_min: The keyword must have at least one ranking position in the top 10 results with a DR of up to this value. serp_domain_rating_top5_min: The keyword must have at least one ranking position in the top 5 results with a DR of up to this value. serp_features: The enriched results on a search engine results page (SERP) that are not traditional organic results. serp_last_update: The date when we last checked search engine results for a keyword. traffic_potential (10 units): The sum of organic traffic that the #1 ranking page for your target keyword receives from all the keywords that it ranks for. volume (10 units): An estimation of the average monthly number of searches for a keyword over the latest known 12 months of data. word_count: |
keywords |
String | No |
A comma-separated list of keywords to show metrics for. |
keyword_list_id |
Integer | No |
The id of an existing keyword list to show metrics for. |
limit |
Integer | No |
The number of results to return. |
output |
String | No |
The output format. Possible values:
|
view_for |
String | No |
View keywords for the top 10 or top 100 ranking pages. Possible values:
Default value: "top_10" |
timeout |
Integer | No |
A manual timeout duration in seconds. |
country |
String | Yes |
A two-letter country code (ISO 3166-1 alpha-2). Possible values:
|
select |
String | Yes |
A comma-separated list of columns to return. See response schema for valid column identifiers. |
terms |
String | No |
Related keywords which top-ranking pages also rank for ( Possible values:
Default value: "all" |
offset |
Integer | No |
[Deprecates on 31 May 2024] Returned results will start from the row indicated in the offset value. |
order_by |
String | No |
A column to order results by. 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.