Brave Search Scraper
Pricing
from $1.99 / 1,000 brave search scraper results
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
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
9 days ago
Last modified
Categories
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.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | — | Keywords to search on Brave Search. |
maxItems | integer | No | 50 | Maximum organic results to save, from 1 to 500. |
maxPages | integer | No | 10 | Maximum Brave result pages to inspect, from 1 to 50. |
country | string | No | "us" | Two-letter Brave country code. |
language | string | No | "en" | Brave search language code. |
safeSearch | string | No | "moderate" | Brave Safe Search preference applied through the official browser preference and verified after navigation. |
maxRequestRetries | integer | No | 3 | Retries temporary rate-limit and server-error responses. |
navigationTimeoutSecs | integer | No | 60 | Maximum seconds to wait for each result page. |
headless | boolean | No | true | Disable only for local visual debugging. |
proxyConfiguration | object | No | — | Optional 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.
| Field | Type | Description |
|---|---|---|
position | integer | Position |
title | string | Title |
link | string | Link |
source | string | Source |
displayedUrl | string | Displayed URL |
domain | string | Domain |
favicon | string | Favicon |
snippet | string | Snippet |
publishedAt | string | Published At |
thumbnail | string | Thumbnail |
sitelinks | array | Sitelinks |
page | integer | Page |
query | string | Query |
safeSearch | string | Safe Search |
scrapedAt | string | Scraped At |
type | string | Record 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"}