Skip to main content
GET
Get shopping product detail

Authorizations

Authorization
string
header
required

A Searchable API key, created under Settings → Workspace → Integrations. Send as Authorization: Bearer sea_xxxxx. Every key carries one or more scopes (read, write, admin) and may optionally be bound to a single project — see Getting started.

Path Parameters

projectId
string<uuid>
required

The project id.

productId
string
required

The product's raw title, as returned by id on GET /shopping — there is no synthetic product id. Percent-encode when it contains spaces/special characters.

Query Parameters

days
integer

Lookback window in days. Default and maximum vary by endpoint — see the operation description.

Required range: x >= 1
platform
string

Comma-separated AI platform filter (e.g. chatgpt,claude,gemini). Accepted values and whether the param is required vary by endpoint — see the operation description.

Response

Product detail.

id
string
required

The product's raw title — there is no synthetic product id.

name
string
required
mentionCount
integer
required
dateRange
object
required

The resolved lookback window for this response.

description
string | null
summary
string | null
image
string | null
images
object[]
tag
string | null
rating
number | null
reviews
integer | null
trend
object

Mention-volume trend for this product.

vendors
object[]
platforms
object[]
responses
object[]

Up to 50 recent responses that surfaced this product, newest first.