Every answer engine, one schema.
Each surface returns the same response shape. Swap the surface name, get the same fields. No special-casing.
ChatGPT
3 credits per request · live in 32s · United States
Real ChatGPT answers — text, markdown, every cited source, and the search queries the model fanned out behind the scenes.
curl -X POST https://api.scrapinator.com/v1/scrape/chatgpt \
-H "Authorization: Bearer sk_live_••••" \
-H "Content-Type: application/json" \
-d '{
"prompt": "best CRM for early-stage startups",
"country": "US",
"language": "en",
"include": { "markdown": true, "sources": true }
}'{
"success": true,
"surface": "chatgpt",
"result": {
"text": "For early-stage startups, the strongest CRM choices in 2025 are Attio, HubSpot's free tier, and Folk...",
"markdown": "### Best CRMs for early-stage startups\n\n1. **Attio** — modern, flexible, great for product-led teams.\n2. **HubSpot Free** — full pipeline at zero cost up to 1M contacts.\n3. **Folk** — relationship-first, strong LinkedIn enrichment.\n4. **Pipedrive** — when you need a real sales pipeline early.",
"sources": [
{
"url": "https://attio.com/blog/best-crm-startups",
"title": "Best CRMs for startups in 2025 — Attio",
"cited_text": "Attio is built for the way modern startups actually work."
},
{
"url": "https://www.ycombinator.com/library/8r-startup-crm-guide",
"title": "Y Combinator: choosing your first CRM",
"cited_text": "Most YC companies start on HubSpot or Attio before $1M ARR."
},
{
"url": "https://folk.app/resources/startup-crm",
"title": "Folk for early-stage founders",
"cited_text": "Folk turns your contacts into pipelines without manual entry."
}
],
"queries": [
"best CRM early stage startup 2025",
"Attio vs HubSpot startup",
"free CRM seed stage"
],
"entities": [
"Attio",
"HubSpot",
"Folk",
"Pipedrive",
"Y Combinator"
],
"shopping_cards": []
}
}Perplexity
3 credits per request · live in 18s · United States
Perplexity answers with the full citation tree, follow-up suggestions, and entity mentions parsed clean.
curl -X POST https://api.scrapinator.com/v1/scrape/perplexity \
-H "Authorization: Bearer sk_live_••••" \
-H "Content-Type: application/json" \
-d '{
"prompt": "ozempic vs wegovy",
"country": "US",
"language": "en",
"include": { "markdown": true, "sources": true }
}'{
"success": true,
"surface": "perplexity",
"result": {
"markdown": "Ozempic and Wegovy are both semaglutide, made by Novo Nordisk. **Ozempic** is FDA-approved for type 2 diabetes; **Wegovy** is approved for chronic weight management.",
"sources": [
{
"url": "https://www.fda.gov/news-events/press-announcements/wegovy-approval",
"title": "FDA approves Wegovy",
"cited_text": "Wegovy (semaglutide 2.4mg) is approved for chronic weight management."
},
{
"url": "https://www.novonordisk.com/products/ozempic.html",
"title": "Ozempic — Novo Nordisk",
"cited_text": "Ozempic is indicated for adults with type 2 diabetes mellitus."
},
{
"url": "https://www.nejm.org/doi/full/10.1056/NEJMoa2032183",
"title": "NEJM: Once-Weekly Semaglutide in Adults with Overweight or Obesity",
"cited_text": "Mean weight loss of 14.9% at week 68."
}
],
"queries": [
"ozempic vs wegovy difference",
"semaglutide weight loss",
"wegovy fda label"
],
"entities": [
"Ozempic",
"Wegovy",
"Novo Nordisk",
"FDA",
"semaglutide"
],
"shopping_cards": []
}
}Gemini
3 credits per request · live in 24s · United States
Gemini responses including model selector, sources, and grounded search results.
curl -X POST https://api.scrapinator.com/v1/scrape/gemini \
-H "Authorization: Bearer sk_live_••••" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Tesla Model Y review 2025",
"country": "US",
"language": "en",
"include": { "markdown": true, "sources": true }
}'{
"success": true,
"surface": "gemini",
"result": {
"markdown": "The 2025 Tesla Model Y refresh ('Juniper') brings a quieter cabin, adaptive suspension, and 337-mile EPA range on the Long Range AWD.",
"sources": [
{
"url": "https://www.caranddriver.com/tesla/model-y",
"title": "2025 Tesla Model Y review — Car and Driver",
"cited_text": "The Juniper refresh fixes the original Model Y's biggest weakness: ride comfort."
},
{
"url": "https://insideevs.com/reviews/tesla-model-y-2025",
"title": "InsideEVs: 2025 Model Y first drive",
"cited_text": "337 miles of EPA range, down slightly from the outgoing model."
}
],
"queries": [
"Tesla Model Y 2025 Juniper review",
"Model Y range 2025"
],
"entities": [
"Tesla",
"Model Y",
"Juniper"
],
"shopping_cards": []
}
}AI Overview
2 credits per request · live in 8s · United States
Google's AI Overview block when it appears, with cited sources and the original SERP context.
curl -X POST https://api.scrapinator.com/v1/scrape/ai-overview \
-H "Authorization: Bearer sk_live_••••" \
-H "Content-Type: application/json" \
-d '{
"prompt": "how long does a passport renewal take",
"country": "US",
"language": "en",
"include": { "markdown": true, "sources": true }
}'{
"success": true,
"surface": "ai-overview",
"result": {
"markdown": "Routine US passport renewal currently takes **6–8 weeks**. Expedited service takes **2–3 weeks** for an additional $60.",
"sources": [
{
"url": "https://travel.state.gov/passports/processing-times",
"title": "U.S. Department of State — Passport processing times",
"cited_text": "Routine: 6 to 8 weeks. Expedited: 2 to 3 weeks."
},
{
"url": "https://www.usa.gov/renew-passport",
"title": "USA.gov: How to renew a US passport",
"cited_text": "Most renewals can be done by mail with Form DS-82."
}
],
"queries": [
"passport renewal time 2025",
"expedited passport processing"
],
"entities": [
"U.S. Department of State",
"DS-82"
],
"shopping_cards": []
}
}AI Mode
2 credits per request · live in 11s · United States
Google's AI Mode — the conversational SERP, captured end-to-end with shopping cards.
curl -X POST https://api.scrapinator.com/v1/scrape/ai-mode \
-H "Authorization: Bearer sk_live_••••" \
-H "Content-Type: application/json" \
-d '{
"prompt": "best running shoes for flat feet under 150",
"country": "US",
"language": "en",
"include": { "markdown": true, "sources": true }
}'{
"success": true,
"surface": "ai-mode",
"result": {
"markdown": "Top picks for flat feet under $150 include the **Brooks Adrenaline GTS 23**, **Asics Gel-Kayano 30** (on sale), and **Saucony Tempus**.",
"sources": [
{
"url": "https://www.runnersworld.com/gear/g20842305/best-stability-running-shoes/",
"title": "Runner's World: best stability shoes 2025",
"cited_text": "The GTS 23 remains the gold-standard guidance shoe."
}
],
"queries": [
"best stability running shoes flat feet",
"Brooks Adrenaline GTS 23 review"
],
"entities": [
"Brooks",
"Asics",
"Saucony"
],
"shopping_cards": [
{
"title": "Brooks Adrenaline GTS 23",
"price": "$129.95",
"merchant": "Brooks Running"
},
{
"title": "Asics Gel-Kayano 30",
"price": "$139.99",
"merchant": "Zappos"
}
]
}
}Google Search
1 credit per request · live in 3s · United States
Full Google SERP — organic results, People Also Ask, snippets, and related searches.
curl -X POST https://api.scrapinator.com/v1/scrape/google-search \
-H "Authorization: Bearer sk_live_••••" \
-H "Content-Type: application/json" \
-d '{
"prompt": "notion vs obsidian",
"country": "US",
"language": "en",
"include": { "markdown": true, "sources": true }
}'{
"success": true,
"surface": "google-search",
"result": {
"organic": [
{
"position": 1,
"url": "https://www.notion.so/blog/notion-vs-obsidian",
"title": "Notion vs Obsidian — which one to pick"
},
{
"position": 2,
"url": "https://obsidian.md/blog/why-obsidian",
"title": "Why Obsidian over Notion"
},
{
"position": 3,
"url": "https://www.reddit.com/r/PKMS/comments/obsidian_vs_notion",
"title": "r/PKMS — Obsidian vs Notion thread"
}
],
"queries": [
"notion vs obsidian"
],
"people_also_ask": [
"Is Obsidian really better than Notion?",
"Can Notion work offline like Obsidian?"
]
}
}Google News
1 credit per request · live in 4s · United States
Google News results with publication, freshness, and clean article URLs.
curl -X POST https://api.scrapinator.com/v1/scrape/google-news \
-H "Authorization: Bearer sk_live_••••" \
-H "Content-Type: application/json" \
-d '{
"prompt": "openai gpt-5 release",
"country": "US",
"language": "en",
"include": { "markdown": true, "sources": true }
}'{
"success": true,
"surface": "google-news",
"result": {
"articles": [
{
"url": "https://www.theverge.com/openai-gpt-5",
"title": "OpenAI ships GPT-5 — what changed",
"source": "The Verge",
"published": "2h ago"
},
{
"url": "https://techcrunch.com/openai-gpt-5-launch",
"title": "GPT-5 lands with native browsing and longer memory",
"source": "TechCrunch",
"published": "5h ago"
}
]
}
}