v1

latestOpenAPI 3.1.02026-07-2414103.5 MB

Keywords Overview

Provides an overview of keyword or keyword list performance, offering insights such as search volume, click distribution, competition metrics, and other key indicators.

get/{keyword}/analysis/overview

Path parameters

keywordstring required

Enter a keyword of interest or a keyword list by ID, without brackets {}. Keyword list ids should be prefixed with '*'.

Query parameters

api_keystring

Your Similarweb API key.

start_datestring

[optional] Start date (format: YYYY-MM), Starting from 2023-01 (28 days of data returned if start_date and end_date are not given)

end_datestring

[optional] End date (format: YYYY-MM), Starting from 2023-01 (28 days of data returned if start_date and end_date are not given)

countrystring

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.

web_sourcestring

[optional] Sets the web source type (supports: Desktop, Mobile Web, Total). Default (if not given) is Total

Response

200

Example response

{
  "data": {
    "volume": 560860,
    "volume_change": 0.915800188552925,
    "clicks": 412151.92759394,
    "clicks_change": 1.16505041342492,
    "zero_clicks_searches": 0.3837,
    "zero_clicks_searches_change": -0.223436551305404,
    "serp_composition": {
      "classic_organic": 0.536153923641112,
      "organic_serp_features": 0.00625927583728069,
      "text_ads": 0.390261412209136,
      "pla": 0.067325388312471
    },
    "organic_difficulty": 89,
    "paid_competition": 100,
    "primary_intent": "transactional",
    "cpc_range": {
      "low_bid": 1.8,
      "high_bid": 4.38
    },
    "total_spent": {
      "min": 317992.439587291,
      "max": 773781.60299574
    }
  },
  "meta": {
    "request": {
      "web_source": "Desktop",
      "country": "us",
      "keyword": "iphone",
      "format": "json",
      "start_date": "2024-09-01",
      "end_date": "2024-09-01"
    },
    "status": "Success",
    "last_updated": "2024-10-31"
  }
}