SERP players - Clicks over time
Clicks trend over time for each website from the top websites for their keyword or keyword groups
Query parameters
Your Similarweb API key.
Your keyword or keyword group to analyize or keyword group
A keywords group is being provided (true or false)
Start date (format: YYYY-MM), Starting from 2023-01 (28 days data returned if start_date and end_date are not given)
End date (format: YYYY-MM), Starting from 2023-01 (28 days data returned if start_date and end_date are not given)
Country filter, as a 2-letter ISO country code. default (if not given) - ww
Sets the web source type (Supports: Desktop, MobileWeb, Total) default (if not given) - Total
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"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.