---
title: "Keywords Overview"
method: GET
path: "/{keyword}/analysis/overview"
---

# Keywords Overview

`GET /{keyword}/analysis/overview`

Provides an overview of keyword or keyword list performance, offering insights such as search volume, click distribution, competition metrics, and other key indicators.

## Path parameters

- `keyword` string, required

## Query parameters

- `api_key` string
- `start_date` string
- `end_date` string
- `country` string
- `web_source` string

## Response `200`

200

- object
  - `data` object
    - `volume` integer
    - `volume_change` number
    - `clicks` number
    - `clicks_change` number
    - `zero_clicks_searches` number
    - `zero_clicks_searches_change` number
    - `serp_composition` object
      - `classic_organic` number
      - `organic_serp_features` number
      - `text_ads` number
      - `pla` number
    - `organic_difficulty` integer
    - `paid_competition` integer
    - `primary_intent` string
    - `cpc_range` object
      - `low_bid` number
      - `high_bid` number
    - `total_spent` object
      - `min` number
      - `max` number
  - `meta` object
    - `request` object
      - `web_source` string
      - `is_keyword_group` boolean
      - `country` string
      - `keyword` string
      - `format` string
      - `start_date` string
      - `end_date` string
    - `status` string
    - `last_updated` 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)
