v1
latestOpenAPI 3.1.02026-07-2414103.5 MBPaid Keyword Competitors - Mobile Web
Returns a list of websites that are competing for the same paid keywords as the given domain, their keywords share and overlap score.
Path parameters
Enter website of interest, without 'www.' or brackets {}.
Query parameters
Your Similarweb API key.
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] Return values for the main domain only ('true'), or include also the subdomains ('false').
[optional] Format in which the reply should be returned. Possible values: 'json' (default) or 'xml'.
[optional] Select the number of results that are returned. Default: 100.
[optional] Specify an offset from where to start returning data.
[optional] The metric you'd like the results to be ordered by.
[optional] The order of results. Enter "true" for ascending, or "false" for descending.
Response
200
Example response
{
"meta": {
"query": {
"limit": 100
},
"request": {
"format": "json",
"domain": "amazon.com",
"start_date": "2023-02-01",
"end_date": "2023-03-31",
"country": "us"
},
"status": "Success"
},
"data": [
{
"url": "google.com",
"score": 20.122740480717127,
"shared_keywords": 0.29319129333712973
}
],
"global_ranking": 13,
"category": "E-commerce_and_Shopping/Marketplace",
"category_ranking": 1
}