v1
latestOpenAPI 3.1.02026-07-2414103.5 MBWebsite Keywords
Returns the keywords driving search clicks for a specified domain.
Query parameters
Your Similarweb API key.
Enter a domain of interest, without 'www.' or brackets {}.
Start month (format: YYYY-MM)
End month (format: YYYY-MM)
Country filter, as a 2-letter ISO country code, or "world" for worldwide. To see the country filters you have access to, please refer to the Check Capabilities endpoint.
[optional] Set the traffic source type. Possible values: Organic, Paid, or All.
[optional] Select the web source. Possible values: Desktop, MobileWeb, or Total.
[optional]: Select the branded type. Possible values: Branded, NonBranded, or All.
[optional] Select the number of results that are returned. Default: 100.
[optional] Specify an offset from where to start returning data.
Response
200
Example response
{
"keywords": [
{
"keyword": "cnn",
"clicks": 6527609,
"traffic_share": 0.20739891001023394,
"difficulty": 95,
"primary_intent": "Navigational",
"volume": 7670020,
"cpc": 1.42,
"cpc_low_bid": 0.01,
"cpc_high_bid": 0.27,
"zero_clicks_share": 0.1498,
"position": 1,
"serp_features": [
"news"
],
"top_url": "cnn.com"
}
],
"keywords_count": 478711,
"meta": {
"query": {
"limit": 10
},
"request": {
"traffic_source": "All",
"branded_type": "All",
"web_source": "MobileWeb",
"page_search_type": "Domain",
"domain": "cnn.com",
"format": "json",
"start_date": "2023-03-01",
"end_date": "2023-03-31",
"country": "us"
},
"status": "Success",
"last_updated": "2024-09-30"
}
}