---
title: "SERP players - Clicks over time"
method: GET
path: "/websites/traffic"
---

# SERP players - Clicks over time

`GET /websites/traffic`

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

## Query parameters

- `api_key` string
- `keyword` string
- `is_keyword_group` string
- `start_date` string
- `end_date` string
- `country` string
- `web_source` string
- `traffic_source` string

## Response `200`

200

- object
  - `meta` object
    - `request` object
      - `granularity` string
      - `traffic_source` string
      - `keyword` string
      - `is_keyword_group` boolean
      - `web_source` string
      - `country` string
      - `format` string
      - `start_date` string
      - `end_date` string
    - `status` string
    - `last_updated` string
  - `data` object[]
    - `date` string
    - `clicks` integer
    - `domain` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/similarweb/apis/visits-total-traffic.md) · [All operations](https://skmtc.net/similarweb/apis/visits-total-traffic/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/similarweb/visits-total-traffic/versions/9b0175fc494c/schema)
