---
title: "Get shopping visibility summary"
method: GET
path: "/api/mcp/projects/{projectId}/shopping"
tags: ["Shopping"]
---

# Get shopping visibility summary

`GET /api/mcp/projects/{projectId}/shopping`

AI shopping/product visibility (Peec-parity) — top products surfaced in AI shopping/product-carousel responses, ranked by mention volume, plus an activation-rate summary. Returns available:false (200, not an error) when the project has no shopping data yet. Returns 403 requiresUpgrade:true if the workspace's plan doesn't include Shopping Analytics (Scale+) and there is data to fetch. `days` defaults to 30, max 365.

## Path parameters

- `projectId` string, uuid, required

## Query parameters

- `days` integer
- `platform` string

## Response `200`

Shopping visibility summary.

- ShoppingSummaryResponse
  - `available` boolean, required — `false` (200, not an error) means no shopping/product data yet for this window — not a broken integration.
  - `products` ShoppingProductSummary[], required
    - `id` string
    - `name` string
    - `mentionCount` integer
    - `rank` integer
    - `platforms` string[] — Single-element array — the aggregate's one dominant platform per product. Call the product-detail endpoint for a real per-platform breakdown.
  - `summary` object, nullable — Activation-rate summary — total window activation rate, response count, and product count. Null when available=false.
  - `dateRange` DateRange, required — The resolved lookback window for this response.
    - `from` string, date-time, required
    - `to` string, date-time, required
  - `howToFix` string — Present only when available=false.

## Other responses

- `400` — Error response. `code` is the machine-readable reason — see the [error reference](/api/errors) for the full catalog and remediation per code.
- `401` — Error response. `code` is the machine-readable reason — see the [error reference](/api/errors) for the full catalog and remediation per code.
- `403` — Error response. `code` is the machine-readable reason — see the [error reference](/api/errors) for the full catalog and remediation per code.
- `404` — Error response. `code` is the machine-readable reason — see the [error reference](/api/errors) for the full catalog and remediation per code.
- `429` — Rate limited. Usually the per-API-key REST limit (600 requests/minute); on Google-backed endpoints it can also relay an upstream Google rate limit. `Retry-After` (seconds) is present when the limit was applied by Searchable's own rate limiter; it may be absent when an upstream provider rate-limits.
- `504` — Error response. `code` is the machine-readable reason — see the [error reference](/api/errors) for the full catalog and remediation per code.

---

[API](https://skmtc.net/searchable/apis/searchable-rest-api.md) · [All operations](https://skmtc.net/searchable/apis/searchable-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/searchable/searchable-rest-api/revisions/301b04e800ed/schema)
