v1

latestOpenAPI 3.1.02026-07-2414103.5 MB

SERP players - Clicks over time

Clicks trend over time for each website from the top websites for their keyword or keyword groups

get/websites/traffic

Query parameters

api_keystring

Your Similarweb API key.

keywordstring

Your keyword or keyword group to analyize or keyword group

is_keyword_groupstring

A keywords group is being provided (true or false)

start_datestring

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

end_datestring

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

countrystring

Country filter, as a 2-letter ISO country code. default (if not given) - ww

web_sourcestring

Sets the web source type (Supports: Desktop, MobileWeb, Total) default (if not given) - Total

traffic_sourcestring

Sets the traffice source (Organic, Paid or All) default (if not given) - All

Response

200

Example response

{
  "meta": {
    "request": {
      "granularity": "Monthly",
      "traffic_source": "All",
      "keyword": "iphone",
      "web_source": "Desktop",
      "country": "us",
      "format": "json",
      "start_date": "2024-05-01",
      "end_date": "2025-05-31"
    },
    "status": "Success",
    "last_updated": "2025-05-31"
  },
  "data": [
    {
      "date": "2024-05-01",
      "clicks": 154844,
      "domain": "apple.com"
    }
  ]
}