- Full response text (markdown)
- Citations (URL, snippet, source type, domain)
- Brand and competitor evaluation
- Persona, platform, tags, topics, and stage metadata
When to use the Responses API
Choose this API if you need:- Per-response insight
- Exact text used by AI platforms
- Citation-level metadata
- Competitor presence, sentiment, and position
- Daily or hourly ingestion jobs with high watermarks
Example request
Pagination model
Responses use Scrunch’s standard collection envelope:ETL recommended workflow
- Start with
start_date(UTC) - Pull responses in batches (
limit=1000) - Store
created_atfrom the last record - Use that as the new start date for your next batch
- Deduplicate using
id(globally unique)
Response shape
Each response includes:response_text– full markdowncitations[]– URLs, snippet, title, domaincompetitors[]– presence, sentiment, positionbrand_sentiment,brand_positionplatform,prompt_id,stage,tags,key_topics
Get started with Responses
Responses API Quickstart →