Collect Brave Search web results, related queries, discussions, videos, news, image results, and knowledge-card data as structured JSON for alternative search monitoring, rank checks, and agent-native workflows.
構造化出力
Use Crawlora's Brave Search API to enrich search monitoring, brand tracking, and agent-native workflows with structured results from supported public Brave Search pages. Crawlora normalizes response fields and exposes endpoint-specific docs, Playground examples, and documented error behavior.
SERPワークフロー
Brave Search can surface different domains, discussions, videos, and context modules than other engines. Crawlora helps teams run Brave rank checks alongside Google and Bing monitoring without maintaining separate scraping infrastructure.
SERP monitoring workflowsリクエストスキーマ
これらのパラメータは、稼働中の「Search Brave」カタログエントリから取得しています。
| パラメータ | 型 | 必須 | 説明 | 例 |
|---|---|---|---|---|
| q | string | はい | Search query | - |
| country | string | いいえ | Brave result country; defaults to us | - |
| lang | string | いいえ | Brave UI language; defaults to en-us | - |
| offset | integer | いいえ | Zero-based Brave result page | - |
| time_range | string | いいえ | Preset time filter: any, day, week, month, year, or custom | - |
| date_from | string | いいえ | Custom start date in YYYY-MM-DD; requires date_to | - |
| date_to | string | いいえ | Custom end date in YYYY-MM-DD; requires date_from | - |
JSON例
この例は稼働中のエンドポイントカタログからレンダリングされるため、ページは常にDocsおよびPlaygroundと同期しています。
{
"code": 200,
"msg": "OK",
"data": {
"results": [
{
"position": 1,
"title": "OpenAI",
"url": "https://openai.com/",
"description": "OpenAI helps you build and deploy AI systems.",
"hostname": "openai.com",
"path": "research > overview"
}
],
"pagination": {
"offset": 0,
"next_offset": 1
},
"related_queries": [
"openai api"
],
"knowledge_card": {
"title": "OpenAI",
"description": "AI research and deployment company",
"long_description": "OpenAI is an AI research and deployment company building useful models and tools.",
"url": "https://openai.com/",
"image": "https://imgs.search.brave.com/openai-card.png",
"category": "Artificial intelligence company"
},
"discussions": [
{
"position": 1,
"title": "Why is OpenAI so popular?",
"url": "https://www.reddit.com/r/OpenAI/comments/abc123/why_is_openai_so_popular/",
"description": "Trying to understand why OpenAI has such a large audience.",
"forum": "r/OpenAI",
"hostname": "www.reddit.com"
}
],
"videos": [
{
"position": 1,
"title": "OpenAI DevDay keynote - YouTube",
"url": "https://www.youtube.com/watch?v=openai-devday",
"description": "Watch the OpenAI DevDay keynote and product announcements.",
"platform": "YouTube",
"creator": "OpenAI"
}
]
}
}エンドポイントカタログ
/brave/searchReturns normalized web search results from Brave Search for a query string, along with offset-based pagination, related queries, discussions, videos, and the right-side knowledge card when Brave includes one. Use time_range for preset ranges or date_from/date_to for a custom YYYY-MM-DD range. Locale defaults to country=us and lang=en-us.
/brave/newsReturns normalized Brave news search results for a query string. Locale defaults to country=us and lang=en-us. Results are fetched from public Brave Search news HTML and return 503 when Brave serves a challenge page or unusable HTML.
/brave/videosReturns normalized Brave video search results for a query string. Locale defaults to country=us and lang=en-us. Results are fetched from public Brave Search video HTML and return 503 when Brave serves a challenge page or unusable HTML.
/brave/imagesReturns normalized Brave image search results for a query string. Locale defaults to country=us and lang=en-us. Results are fetched from public Brave Search image HTML and return 503 when Brave serves a challenge page or unusable HTML.
/brave/suggestReturns Brave autosuggest query completions for a query prefix. Locale defaults to country=us and lang=en-us. Suggestions are fetched from public Brave Search suggest JSON and trimmed to the requested count.
マネージド実行
Crawlora turns supported public Brave Search result pages into normalized JSON with endpoint-specific request logic, docs, Playground examples, and structured error responses.
Endpoint-specific request logic for Brave web, news, video, image, and suggest pages
Proxy-aware collection and challenge-aware behavior where supported
Normalized JSON for organic results, related queries, discussions, videos, and knowledge cards
Docs and Playground examples generated from the active catalog
Structured error responses for unsupported or unusable upstream responses
Credit-based usage tied to documented endpoint costs
Crawlora is not the official Brave Search API. Crawlora provides structured public web data extraction endpoints for supported Brave Search result pages. If your use case requires Brave's official licensed search index API, use Brave's official API. Crawlora is useful when you need Crawlora's cross-platform scraping API, docs, playground, response normalization, and managed execution workflow across multiple public web sources.
関連API
このエンドポイントを、関連するCrawloraの検索、モニタリング、ドキュメント、料金の各ページと組み合わせて活用できます。
Compare Brave visibility with Bing SERP data.
開くPair Brave results with Google Search monitoring.
開くAdd search-demand and trend discovery signals to Brave search monitoring.
開くTrack keyword rankings, result changes, and search visibility.
開くStore recurring SERP checks for keyword, URL, and competitor monitoring.
開くBuild keyword tracking dashboards with Brave Search as an alternative engine signal.
開くCheck keyword positions and ranking URLs with structured result snapshots.
開くUse Crawlora as the data layer behind agency and SaaS SEO reports.
開くReview plans, credits, limits, and usage options.
開くBrowse the full active endpoint catalog.
開くFAQ
対応する公開検索結果ページ向けにCrawloraを評価している開発者向けの回答です。
Yes. Crawlora provides a Brave Search endpoint for supported public Brave Search result pages and returns normalized JSON through documented API routes.
No. Crawlora is not the official Brave Search API. Crawlora provides structured public web data extraction endpoints for supported Brave Search result pages. If your use case requires Brave's official licensed search index API, use Brave's official API.
Brave removed its free Brave Search API tier in February 2026 and moved developers to metered billing (roughly $5 per 1,000 requests, with attribution required for the small monthly credit). Brave's official API still exists, but Crawlora's Brave Search endpoint is an alternative that returns Brave results as normalized JSON under Crawlora's credit-based pricing — convenient if you already call Crawlora for Google and Bing search and want one API across engines.
Brave's official API uses its own key from the Brave Search API dashboard. With Crawlora you instead use a single Crawlora API key (sent as the x-api-key header) to call the Brave endpoint — the same key works across Google, Bing, and Brave.
The catalog example includes organic results with positions, titles, URLs, descriptions, hostnames, pagination, related queries, knowledge-card data, discussions, and videos when Brave includes them.
Yes. Brave Search data can support SERP monitoring and search enrichment workflows, especially when you compare Brave visibility alongside Google and Bing results.
Yes. The Brave platform includes search, news, videos, images, and suggest endpoints where they are active in the generated catalog.
Crawlora surfaces documented errors for unusable upstream responses. Brave media endpoint docs list challenge pages, blocks, malformed bootstrap data, and parser drift as 503 conditions where supported.
Brave can expose different ranking patterns, discussions, source diversity, and knowledge-card context, which makes it useful as an additional search visibility signal.
Brave does not publish a Google Search Console-style console for third parties, but you can build your own Brave search dashboard with Crawlora: pull structured Brave Search results on a schedule and store positions, URLs, and snippets to monitor how your domain and competitors rank on Brave over time. See the SERP monitoring use case for a reference workflow.
Guides
Read Crawlora guides and comparisons that use the Brave API.
Test /brave/search in Playground, inspect the current response schema in Docs, and compare credit-based usage on the pricing page.