---
title: "Get GSC traffic stats"
method: GET
path: "/v3/integrations/gsc/website-traffic/stats"
tags: ["GSC"]
---

# Get GSC traffic stats

`GET /v3/integrations/gsc/website-traffic/stats`

Returns Google Search Console traffic stats (clicks, impressions, CTR, position) with daily trends and a change vs the previous period. Pass includePrevious=true to also get the previous period's four daily trend arrays.

## Query parameters

- `teamId` string
- `startDate` string
- `endDate` string
- `days` integer
- `device` string
- `type` string
- `country` string
- `includePrevious` string

## Response `200`

Default Response

- object
  - `totalClicks` number
  - `totalImpressions` number
  - `averageCTR` number
  - `averagePosition` number
  - `clicksTrend` object[]
  - `impressionsTrend` object[]
  - `ctrTrend` object[]
  - `positionTrend` object[]
  - `prevClicksTrend` object[]
  - `prevImpressionsTrend` object[]
  - `prevCtrTrend` object[]
  - `prevPositionTrend` object[]
  - `clicksChange` object
  - `impressionsChange` object
  - `ctrChange` object
  - `positionChange` object
  - `coverage` object

## Other responses

- `404` — Default Response
- `500` — Default Response

## Changes

- **2026-08-19** `4532e367c679` — 1 info
  - added the optional property `coverage` to the response with the `200` status
- **2026-08-15** `f69a1d263036` — 1 info
  - added the new optional `query` request parameter `includePrevious`

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/integrations/gsc/website-traffic/stats/get.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/snowseo/apis/snowseo-api/revisions/fa1bfff7ecc8?raw)
