Startpage Image Scraper avatar

Startpage Image Scraper

Pricing

from $1.99 / 1,000 startpage image scraper results

Go to Apify Store
Startpage Image Scraper

Startpage Image Scraper

Scrapes Startpage Images for any query. Extracts the full canonical images-vertical schema: image URL + thumbnail, title, alt, dimensions, filesize, source page, MIME type, color, animated/stock flags, license, language, region, and more.

Pricing

from $1.99 / 1,000 startpage image 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

4 days ago

Last modified

Share

Scrapes Startpage Images for any query. Extracts the full canonical images-vertical schema: image URL + thumbnail, title, alt, dimensions, filesize, source page, MIME type, color, animated/stock flags, license, language, region, and more.

What this Actor collects

The Actor converts image results and media metadata into clean JSON records that can be downloaded, queried through the Apify API, or sent to downstream workflows.

  • Uses the input limits and filters below to control the crawl.
  • Stores source-backed fields defined by the 35-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
querystringYes"nature landscapes"The image search query.
maxItemsintegerNo50Maximum number of images to scrape.
languagestringNo"english"Language for results (e.g. 'english', 'deutsch', 'français').
regionstringNo""Region/country code (e.g. 'us', 'gb', 'de', 'in').
safeSearchstringNo"moderate"Safe search filter level.
proxyConfigurationobjectNo{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}Proxy settings. Residential proxies strongly recommended.

Example input

{
"query": "nature wallpaper",
"maxItems": 50,
"language": "en",
"proxyConfiguration": {
"useApifyProxy": true
},
"region": "us",
"safeSearch": "moderate"
}

Output

The default dataset contains one item per image result. The following are the most useful fields; availability can vary by source response.

FieldTypeDescription
positionintegerPosition
titlestringTitle
imageUrlstringImage URL
thumbnailstringThumbnail
sourceDomainstringSource Domain
widthintegerImage width in pixels in verified local output
heightintegerImage height in pixels in verified local output
searchQuerystringSearch Query
scrapedAtstringScraped At
typestringType
urlstringURL
linkstringLink
querystringQuery
resultTypestringResult Type
pageintegerPage
titleHtmlstringTitle HTML

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": "Nature 4K Wallpapers - Wallpaper Cave",
"imageUrl": "https://tse1.mm.bing.net/th/id/OIP.LrSbSIZJFpr0jBMo67qqhwHaEK?r=0&pid=Api",
"sourceDomain": "wallpapercave.com",
"width": 3840,
"height": 2160,
"searchQuery": "nature wallpaper",
"scrapedAt": "2026-07-23T12:27:29.376Z",
"sourceUrl": "https://wallpapercave.com/nature-4k-wallpapers",
"language": "en",
"region": "us",
"format": "jpeg"
}