v1

latestOpenAPI 3.1.02026-07-2414103.5 MB

Website Keywords

Returns the keywords driving search clicks for a specified domain.

get/keywords

Query parameters

api_keystring required

Your Similarweb API key.

URLstring required

Enter a domain of interest, without 'www.' or brackets {}.

start_datestring

Start month (format: YYYY-MM)

end_datestring

End month (format: YYYY-MM)

countrystring required

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.

traffic_sourcestring

[optional] Set the traffic source type. Possible values: Organic, Paid, or All.

web_sourcestring

[optional] Select the web source. Possible values: Desktop, MobileWeb, or Total.

branded_typestring

[optional]: Select the branded type. Possible values: Branded, NonBranded, or All.

limitstring

[optional] Select the number of results that are returned. Default: 100.

offsetstring

[optional] Specify an offset from where to start returning data.

Response

200

keywords_countinteger

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"
  }
}