Answers “where is demand for my brand coming from?” at metro / city granularity. Closient’s search events carry lat/lon per query, so unlike raw scans (country-level only), search demand can be aggregated to a useful geographic resolution.Documentation Index
Fetch the complete documentation index at: https://docs.closient.com/llms.txt
Use this file to discover all available pages before exploring further.
When to use
- Brand owner asks “where are people looking for my products?”
- Merchandising question: “where should I push for distribution?”
- Launch prep: “what metros already have organic demand for this category?”
brand-scan-summary.
Auth
Same asbrand-scan-summary: OAuth token with scope brands:read and
membership in the owning organization.
Endpoint
Response
Data sources
SearchEvent— one row per user query, haslatitude,longitude,query,user,created.Impression— one row per product surfaced in a search result, FK toSearchEventand to theOrganizationthat owns the impression.
Impression.organization_id == <brand's org>, groups
by geohash bucket at the requested radius, and joins back to SearchEvent
for the query text and user dedupe.
Dimensions available today
- Geographic — lat/lon aggregated to metro/city/county level
- Temporal — date range
- User dedupe — unique users within the window
Not yet available
- Conversion — search → scan → purchase attribution requires linking SearchEvent to downstream ScanEvent to POS data, which we don’t yet.
- Query segmentation — aggregating by the search query text itself (e.g. “top search phrases driving my demand”) is planned.
Guidance for agents
- Address resolution —
top_areas[*].labelis a human-readable label derived from the bucket center via a reverse-geocode. If the user wants neighborhood-level detail, dropradius_kmto 5 km. - Pair with the footprint — demand in a metro where you have zero
stores is the most actionable insight. Cross-reference with
brand-retail-footprint.
Related skills
brand-scan-summary— raw product engagement (country-level)brand-retail-footprint— where your products are actually available