Brave AI Mode Scraper avatar

Brave AI Mode Scraper

Pricing

from $1.99 / 1,000 search results

Go to Apify Store
Brave AI Mode Scraper

Brave AI Mode Scraper

Scrapes Brave Search's AI Mode / Summarizer answers. Extracts the full canonical ai-summary schema: synthesized summary (text + HTML + length + tokens), model/provider, sources, citations, inline references, related & follow-up questions, accompanying organic results, and confidence metadata.

Pricing

from $1.99 / 1,000 search results

Rating

0.0

(0)

Developer

Search API

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extracts completed answers from Brave Search's public AI Summarizer for one query or a bounded batch. The Actor opens the website, requests AI mode, waits for a recognized completed answer container, and stores one validated record per answer.

Modes

  • Single query with query
  • Multiple queries with query plus queries
  • Bounded parallel query pages with maxConcurrency
  • Country and language localization
  • Configurable summary and navigation timeouts
  • Direct, authorized Apify Residential, or custom proxy routing

Output

Each successful record includes a stable query/locale ID, query/global positions, plain summary text, sanitized structural HTML, character/word/estimated-token counts, related and follow-up questions, source/citation arrays when Brave displays them, model information when displayed, accompanying organic results when present, exact search context, provenance, and scrape timestamp.

Optional attributes are omitted when Brave does not display them. Legitimate zero counts remain numeric zero. Ordinary organic-result text or full-page body text is never accepted as an AI answer, and failed batches store no partial dataset.

Example

{
"query": "What is machine learning?",
"queries": ["What is quantum computing?"],
"maxItems": 2,
"country": "us",
"language": "en",
"waitForSummary": true,
"summaryTimeoutMs": 45000,
"navigationTimeoutSecs": 60,
"maxConcurrency": 2,
"maxRequestRetries": 1,
"proxyConfiguration": { "useApifyProxy": false }
}

Reliability and limitations

The Actor uses one internally consistent Firefox profile and stable proxy session per run, validates HTTP status and content type, detects explicit block pages, closes every page/context/browser, and retries only bounded temporary failures. CAPTCHA and access-control pages are never solved or repeatedly retried.

Brave controls whether AI mode is available for a query and which optional sources, citations, model names, or organic results appear. A confirmed empty search completes with an empty dataset. A non-empty search page that never produces a genuine AI answer fails clearly instead of storing a placeholder.