---
title: "Get Bing traffic stats"
method: GET
path: "/v3/integrations/bing/website-traffic/stats"
tags: ["Bing Webmaster Tools"]
---

# Get Bing traffic stats

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

Returns Bing Webmaster Tools clicks, impressions, CTR, and 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, required
- `days` union
  - string
  - integer
- `startDate` string
- `endDate` string
- `limit` string
- `includePrevious` string

## Response `200`

Default Response

- object
  - `totalClicks` number
  - `totalImpressions` number
  - `averageCTR` number
  - `averagePosition` number
  - `clicksTrend` object[]
    - `date` string
    - `value` number
  - `clicksChange` object
    - `value` number
    - `isPositive` boolean

## Changes

- **2026-09-18** `e0163b1c37cb` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **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/bing/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/6f0b6cbb515f?raw)
