Brave Images Scraper avatar

Brave Images Scraper

Pricing

from $1.99 / 1,000 brave images scraper results

Go to Apify Store
Brave Images Scraper

Brave Images Scraper

Scrapes image search results from Brave Search (search.brave.com/images). Extracts the full canonical image-vertical schema: title, alt text, full image URL, thumbnail, dimensions, aspect ratio, file format, dominant color, NSFW flag, source attribution, creator, license, and more.

Pricing

from $1.99 / 1,000 brave images scraper results

Rating

0.0

(0)

Developer

Search API

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Scrapes image search results from Brave Search (search.brave.com/images). Extracts the full canonical image-vertical schema: title, alt text, full image URL, thumbnail, dimensions, aspect ratio, file format, dominant color, NSFW flag, source attribution, creator, license, and more.

What this Actor collects

Each dataset item represents one Brave Images result, with the full image, thumbnail, source page, dimensions, format, attribution, safety flags, and search context that Brave exposes.

  • Uses the input limits and filters below to control the crawl.
  • Stores source-backed fields defined by the 60-field dataset schema.
  • Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.

Use cases

  • Visual research
  • Image-source discovery
  • Media and asset enrichment

Input

Provide input in JSON. Fields marked required must be supplied; source-specific alternatives and constraints are described in the field text.

FieldTypeRequiredDefaultDescription
querystringYesThe image search query.
maxItemsintegerNo100Maximum number of images to scrape.
countrystringNo"us"Brave country code (e.g. 'us', 'gb', 'in').
languagestringNo"en"Brave language code (e.g. 'en', 'de', 'fr').
safeSearchstringNo"moderate"Safe search filter. Options: "off", "moderate", or "strict".
sizestringNo""Image-size filter: small, medium, large, wallpaper, or empty for no filter.
colorstringNo""Color filter: color, bw, a supported named color, or empty for no filter.
typestringNo""Image-type filter: photo, clipart, gif, transparent, line, or empty for no filter.
layoutstringNo""Filter by image layout. Options: "square", "tall", "wide".
licensestringNo""License filter: creativecommon, commercial, or empty for no filter.
maxScrollsintegerNo20Maximum page-bottom scrolls used to load additional image cards.
navigationTimeoutSecsintegerNo60Maximum seconds to wait for the search page navigation.
maxRequestRetriesintegerNo3Retries temporary rate limits and server errors with progressive backoff.
headlessbooleanNotrueDisable only for local visual debugging.
proxyConfigurationobjectNoProxy settings. Residential proxies recommended.

Example input

{
"query": "nature photography",
"maxItems": 100,
"country": "us",
"language": "en",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
],
"apifyProxyCountry": "US"
},
"safeSearch": "moderate"
}

Output

The default dataset contains one item per image result. The following are the most useful fields; creator, license, dimensions, and safety fields appear only when Brave provides them.

FieldTypeDescription
positionintegerPosition
titlestringTitle
imageUrlstringImage URL
thumbnailUrlstringThumbnail URL
sourceDomainstringSource Domain
creatorstringCreator
licensestringLicense
widthintegerWidth
heightintegerHeight
fileFormatstringFile Format
aspectRationumberAspect Ratio
searchQuerystringSearch Query
countrystringCountry
scrapedAtstringScraped At
typestringRecord Type
urlstringURL

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": "Beautiful Purple, graphy, purple, nature, forests, rivers, HD wallpaper",
"imageUrl": "https://w0.peakpx.com/wallpaper/204/148/HD-wallpaper-beautiful-purple-graphy-purple-nature-forests-rivers-thumbnail.jpg",
"thumbnailUrl": "https://imgs.search.brave.com/tlgHd0ijn2f-R2xnKVbtsQAvO4qVoFtAxU0U7S_7U-U/rs:fit:500:0:1:0/g:ce/aHR0cHM6Ly93MC5w/ZWFrcHguY29tL3dh/bGxwYXBlci8yMDQv/MTQ4L0hELXdhbGxw/YXBlci1iZWF1dGl…",
"sourceDomain": "peakpx.com",
"width": 338,
"height": 255,
"fileFormat": "jpg",
"aspectRatio": 1.3255,
"searchQuery": "nature photography",
"country": "us",
"scrapedAt": "2026-07-23T15:40:13.852Z"
}