Crawlora
ProductPlatformsUse CasesDocsPricingCompare
Sign inTry Playground Console
Crawlora

Structured public web data APIs for search, travel, real estate, marketplaces, apps, social, audio, and AI workflows with managed execution and credit-based usage.

Product

Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle TrendsBingBraveGoogle MapsAirbnbTripAdvisorZillowYahoo FinanceGoogle FinanceAmazon

Developers

DocsGetting StartedAuthenticationAPI ExamplesRecipesChangelogPlaygroundSDKsIntegrationsMCP

Use cases

SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceFinance Market DataAI Agent Web Data

Legal

TermsPrivacy
Product
Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle TrendsBingBraveGoogle MapsAirbnbTripAdvisorZillowYahoo FinanceGoogle FinanceAmazon
Developers
DocsGetting StartedAuthenticationAPI ExamplesRecipesChangelogPlaygroundSDKsIntegrationsMCP
Use cases
SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceFinance Market DataAI Agent Web Data
Legal
TermsPrivacy

© 2026 Built with 💖 by Tony Wang

|System:Crawlora API status
  1. Home
  2. /Playground
  3. /Brave
  4. /Search Brave news results API

Endpoint Playground

Try the Search Brave news results API

Test Crawlora's Search Brave news results API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.

Endpoint facts

Method
GET
API path
/brave/news
Platform
Brave
Auth
apiKey
Credits
3 credits/request
Required params
q
Common optional params
offset, count, country, lang, time_range, date_from
Search Brave news results API documentationBrave platform pageCrawlora API pricingTry Search Brave image results APITry Brave Search APITry Suggest Brave search queries APITry Search Brave video results API

Prefilled cURL

curl "https://api.crawlora.net/api/v1/brave/news?q=openai&offset=0&count=10&country=us&lang=en-us&time_range=any&date_from=2026-03-01&date_to=2026-03-30" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
qstringYesopenaiSearch query
offsetintegerNo0Zero-based Brave result page; defaults to 0
countintegerNo10Results to return; defaults to 10, clamped to 1..50
countrystringNousBrave result country; defaults to us
langstringNoen-usBrave UI language; defaults to en-us
time_rangestringNoanyPreset time filter: any, day, week, month, year, or custom
date_fromstringNo2026-03-01Custom start date in YYYY-MM-DD; requires date_to
date_tostringNo2026-03-30Custom end date in YYYY-MM-DD; requires date_from

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "results": [
      {
        "position": 1,
        "title": "OpenAI announces update",
        "url": "https://example.com/openai-news",
        "description": "OpenAI announced an update.",
        "source": "Example News",
        "hostname": "example.com",
        "thumbnail": "https://imgs.search.brave.com/example-thumb.jpg",
        "age": "2 hours ago"
      }
    ],
    "pagination": {
      "offset": 0,
      "next_offset": 1
    }
  }
}

Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Set up API keyEndpoint docs

Endpoint

Choose one catalog endpoint for this request.

5 shown
GETapiKey3 credits/requestbrave.newsResponseDocBrave
GET /brave/news

Search Brave news results

Returns 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.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Required query parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "results": [
      {
        "position": 1,
        "title": "OpenAI announces update",
        "url": "https://example.com/openai-news",
        "description": "OpenAI announced an update.",
        "source": "Example News",
        "hostname": "example.com",
        "thumbnail": "https://imgs.search.brave.com/example-thumb.jpg",
        "age": "2 hours ago"
      }
    ],
    "pagination": {
      "offset": 0,
      "next_offset": 1
    }
  }
}

Endpoint details

Returns 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.

Method
GET
Path
/brave/news
Authentication
apiKey
Credit cost
3 credits/request
Platform
Brave
Parameters
9 documented fields

Request parameters

q:queryoffset:querycount:querycountry:querylang:querytime_range:querydate_from:querydate_to:queryx-api-key:header

Response schema fields

codedatadata.paginationdata.pagination.next_offsetdata.pagination.offsetdata.pagination.previous_offsetdata.resultsdata.results[].agedata.results[].descriptiondata.results[].favicondata.results[].hostnamedata.results[].path

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "results": [
      {
        "position": 1,
        "title": "OpenAI announces update",
        "url": "https://example.com/openai-news",
        "description": "OpenAI announced an update.",
        "source": "Example News",
        "hostname": "example.com",
        "thumbnail": "https://imgs.search.brave.com/example-thumb.jpg",
        "age": "2 hours ago"
      }
    ],
    "pagination": {
      "offset": 0,
      "next_offset": 1
    }
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/brave/news?q=<q>" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingSearch Brave image resultsSearch BraveSuggest Brave search queriesSearch Brave video results

Browse public API demos

Google Trends explore dataSearch TripAdvisor placesSearch Zillow listingsYahoo Finance ticker quoteYahoo Finance searchYahoo Finance historical pricesYahoo Finance trending symbolsSearch Airbnb stays
DocsPlatformsPricing