Brave Videos Scraper avatar

Brave Videos Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
Brave Videos Scraper

Brave Videos Scraper

Scrapes video search results from Brave Search (search.Brave.com/videos). Extracts title, URL, channel, duration, views, published date, and thumbnail.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

9 days ago

Last modified

Share

Collect bounded, source-visible video results from public Brave Search video pages. Every dataset row requires a non-Brave public HTTPS video URL and a visible title from the same result card. Missing optional metadata is omitted; challenge and empty-page diagnostics are stored in OUTPUT, not in the billable dataset.

Input

FieldRequiredDefaultLimitPurpose
queryYes1–200 charactersBrave video query
maxItemsNo201–100Maximum stored video rows
maxPagesNo21–5Maximum result pages inspected
country / languageNous / enTwo letters eachRequested Brave locale
timeRangeNoAnyday/week/month/yearRequested public time filter
durationNoAnyshort/medium/longRequested public duration class
resolutionNoAnyhigh/standardRequested public resolution class
requestDelayMsNo8000–3000Fixed delay before reading a page
proxyConfigurationNoDirectExplicit onlyOptional Apify Proxy configuration
{
"query": "machine learning tutorial",
"maxItems": 20,
"maxPages": 2,
"country": "us",
"language": "en",
"proxyConfiguration": { "useApifyProxy": false }
}

Output

The default dataset contains only countable public video-result rows. Required fields include a deterministic videoIdentity, visible title, public url, sourceDomain, query/locale context, result page, extraction method, connection metadata, and timestamp. Platform, channel, duration, publication text, thumbnail, and description are included only when Brave displays them.

The OUTPUT key contains run status and bounded diagnostics. If Brave returns a CAPTCHA, slider challenge, rate limit, access denial, or no complete public results, the run fails without producing diagnostic dataset rows.

Responsible operation

The Actor uses one ordinary browser request at a time, zero retries, no persistent sessions, no undocumented response interception, no browser-property masking, and no automatic proxy escalation. Public availability depends on Brave’s independent access policy.