Get a cited page's cached content
Cached scraped markdown and entity mentions (brand/competitor) for a cited page. {url} must be percent-encoded. Returns 404 if the URL has not been cited in the project’s data window.
Authorizations
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
The project id.
A cited URL. Must be percent-encoded.
Query Parameters
Lookback window in days. Default and maximum vary by endpoint — see the operation description.
x >= 1Comma-separated AI platform filter (e.g. chatgpt,claude,gemini). Accepted values and whether the param is required vary by endpoint — see the operation description.
Restrict to a single topic id.
Pass true to restrict every metric to non-branded prompts only.
true Comma-separated ISO 3166-1 country codes (e.g. US,GB) or country names.
Comma-separated tracked-location ids.
Response
Cached page content.
available:false (never scraped, or not yet cached) omits markdown/cachedAt/publishedAt/updatedAt — never a live scrape.
Always true — injected on every success response by this endpoint family's response wrapper.