Brave Search Scraper avatar

Brave Search Scraper

Pricing

from $1.99 / 1,000 brave search scraper results

Go to Apify Store
Brave Search Scraper

Brave Search Scraper

Searches Brave Search and extracts rich, source-backed organic web listing data including publisher paths, snippets, deep links, images, dates, and search context.

Pricing

from $1.99 / 1,000 brave search scraper results

Rating

0.0

(0)

Developer

Search API

Search API

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

9 days ago

Last modified

Share

Searches Brave Search and extracts rich, source-backed organic web listing data including publisher paths, snippets, deep links, images, dates, and search context.

What this Actor collects

Each dataset item represents one source-backed Brave organic listing, with ranking, destination, publisher path, snippet, rich-result, image, date, and search context fields when available.

  • Uses the input limits and filters below to control the crawl.
  • Stores source-backed fields defined by the 59-field dataset schema.
  • Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.

Use cases

  • Search and competitor research
  • Ranking and visibility monitoring
  • Dataset and workflow enrichment

Input

Provide input in JSON. Fields marked required must be supplied; source-specific alternatives and constraints are described in the field text.

FieldTypeRequiredDefaultDescription
querystringYesKeywords to search on Brave Search.
maxItemsintegerNo50Maximum organic results to save, from 1 to 500.
maxPagesintegerNo10Maximum Brave result pages to inspect, from 1 to 50.
countrystringNo"us"Two-letter Brave country code.
languagestringNo"en"Brave search language code.
safeSearchstringNo"moderate"Brave Safe Search preference applied through the official browser preference and verified after navigation.
maxRequestRetriesintegerNo3Retries temporary rate-limit and server-error responses.
navigationTimeoutSecsintegerNo60Maximum seconds to wait for each result page.
headlessbooleanNotrueDisable only for local visual debugging.
proxyConfigurationobjectNoOptional Apify Proxy or custom proxy settings.

Example input

{
"query": "artificial intelligence",
"maxItems": 50,
"maxPages": 10,
"country": "us",
"language": "en",
"proxyConfiguration": {
"useApifyProxy": false
},
"safeSearch": "moderate",
"maxRequestRetries": 3,
"navigationTimeoutSecs": 60,
"headless": true
}

Output

The default dataset contains one item per organic search result. The following are the most useful fields; rich-result and media fields appear only when Brave provides them.

FieldTypeDescription
positionintegerPosition
titlestringTitle
linkstringLink
sourcestringSource
displayedUrlstringDisplayed URL
domainstringDomain
faviconstringFavicon
snippetstringSnippet
publishedAtstringPublished At
thumbnailstringThumbnail
sitelinksarraySitelinks
pageintegerPage
querystringQuery
safeSearchstringSafe Search
scrapedAtstringScraped At
typestringRecord Type

Example dataset item

This compact example is taken from local Actor storage. Long text and nested collections are shortened for documentation only.

{
"position": 1,
"title": "Artificial intelligence - Wikipedia",
"link": "https://en.wikipedia.org/wiki/Artificial_intelligence",
"source": "Wikipedia",
"displayedUrl": "en.wikipedia.org › wiki › Artificial_intelligence",
"domain": "en.wikipedia.org",
"favicon": "https://imgs.search.brave.com/m6XxME4ek8DGIUcEPCqjRoDjf2e54EwL9pQzyzogLYk/rs:fit:32:32:1:0/g:ce/aHR0cDovL2Zhdmlj/b25zLnNlYXJjaC5i/cmF2ZS5jb20vaWNv/bnMvNjQwNGZhZWY0/ZTQ1YWUzYzQ3MDU…",
"snippet": "Artificial intelligence (AI) is the capability of computational systems to perform tasks typically associated with human intelligence, such as learning, reasoning, problem-solving…",
"publishedAt": "2026-07-22T20:59:08.209Z",
"sitelinks": [
{
"title": "Goals",
"url": "https://en.wikipedia.org/wiki/Artificial_intelligence#Goals"
},
{
"title": "Techniques",
"url": "https://en.wikipedia.org/wiki/Artificial_intelligence#Techniques"
}
],
"page": 1,
"query": "artificial intelligence"
}