Brave News Scraper avatar

Brave News Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
Brave News Scraper

Brave News Scraper

Scrapes news search results from Brave Search (search.brave.com/news). Extracts title, URL, source, snippet, thumbnail, and published date.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

codingfrontend

codingfrontend

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Extract news article results from Brave News — a privacy-focused news search without filter bubbles or tracking.

Features

  • Article metadata — title, URL, source publisher, snippet, thumbnail, publication time
  • Pagination — automatically follows pages (offset-based) up to maxItems
  • Cross-page deduplication — skips URLs already pushed from previous pages
  • Time range filter — limit results to the past day, week, month, or year
  • Sort options — sort by relevance or by publication date
  • Geo-targeting — set country and language for localised news
  • Proxy support — works with Apify residential/datacenter proxies

Input Parameters

FieldTypeDefaultDescription
querystring(required)News search query
maxItemsinteger50Maximum number of articles to extract
countrystring"us"Country code
languagestring"en"Language code
timeRangestring""Filter by time: pd (day), pw (week), pm (month), py (year)
sortBystring""Sort order: date (newest), relevance
proxyConfigurationobjectApify proxy config (recommended: residential)

Example INPUT.json

{
"query": "artificial intelligence news",
"maxItems": 50,
"country": "us",
"language": "en",
"timeRange": "pw",
"sortBy": "date",
"proxyConfiguration": { "useApifyProxy": true }
}

Output Fields

FieldTypeDescription
positionintegerRank in results (1-based)
titlestringArticle headline
urlstringDirect URL to the article
sourcestringName of the news publication
snippetstringShort excerpt from the article
thumbnailstringArticle thumbnail image URL (null if none)
publishedAtstringPublication time (ISO or relative, e.g. "3 hours ago")
categorystringCategory or topic tag (null — not available from Brave)
searchQuerystringThe query used
countrystringCountry code used
languagestringLanguage code used
scrapedAtstringISO 8601 scrape timestamp

Example Output

{
"position": 1,
"title": "OpenAI Releases New Model for Enterprise Use",
"url": "https://www.techcrunch.com/2025/05/01/openai-enterprise/",
"source": "TechCrunch",
"snippet": "OpenAI announced its latest enterprise-focused AI model with improved reasoning...",
"thumbnail": "https://techcrunch.com/wp-content/uploads/2025/05/openai.jpg",
"publishedAt": "2025-05-01T09:30:00.000Z",
"category": null,
"searchQuery": "artificial intelligence news",
"country": "us",
"language": "en",
"scrapedAt": "2025-05-01T12:00:00.000Z"
}

Pagination

The scraper uses offset-based pagination:

  • Each page returns ~10 articles
  • Pages are queued automatically until maxItems is reached
  • Articles are deduplicated by URL across pages

Notes

  • thumbnail is null for articles where Brave does not display a preview image
  • category is always null — Brave News does not expose topic categories in the DOM
  • publishedAt is normalized to ISO format where possible; relative strings (e.g. "2 hours ago") are retained when exact dates cannot be parsed
  • Use a residential proxy for higher throughput

Why Use This Scraper?

  • Privacy-respecting news — Brave News doesn't track readers or personalize results
  • Diverse source selection — Brave surfaces publishers differently than Google News
  • No filter bubble — get unfiltered, unskewed news coverage of any topic
  • Structured extraction — clean JSON output ready for analysis or aggregation

Use Cases

  • Unbiased News Monitoring — track brand or topic mentions without Google's personalization
  • Alternative Media Coverage — find news from sources not prominently featured in Google News
  • Academic Research — collect news datasets free from recommendation algorithms
  • Competitive Press Monitoring — track competitor coverage from a neutral search perspective
  • Newsletter Curation — find diverse news articles on any topic for curated newsletters

Custom Solutions

Need a custom scraper or dedicated server setup? We offer:

  • On-demand scraper development for any website
  • Individual server setups with your own infrastructure
  • Custom modifications to existing scrapers
  • Priority support and maintenance

📧 Email: lakshmanan.w3dev@gmail.com
📱 WhatsApp: +91 6382775774