Similarweb integration (Data, Marketing). Imported from open-connector.
https://api.similarweb.com/user-capabilities
/v4/rank-tracker/reports/describe
/v4/website/{category}/topsites/total
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of ranked sites to return. |
| offset | integer | optional | The zero-based offset into the ranked results. |
| country | string | optional | The country code to query. Defaults to world for a worldwide ranking. |
| category | string | required | The Similarweb category path segment. Defaults to $All when omitted. |
| startDate | string | optional | The start month for the ranking window in YYYY-MM format. |
| endDate | string | optional | The end month for the ranking window in YYYY-MM format. |
| sort | string | optional | The field used to sort the ranked results. |
| ascending | boolean | optional | Whether to sort the ranked results in ascending order. |
| showVerified | boolean | optional | Whether to include only verified domains in the ranked results. |
| mainDomainOnly | boolean | optional | Whether to include only main domains in the ranked results. |