Startpage Image Scraper
Pricing
from $1.99 / 1,000 startpage image scraper results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | "nature landscapes" | The image search query. |
maxItems | integer | No | 50 | Maximum number of images to scrape. |
language | string | No | "english" | Language for results (e.g. 'english', 'deutsch', 'français'). |
region | string | No | "" | Region/country code (e.g. 'us', 'gb', 'de', 'in'). |
safeSearch | string | No | "moderate" | Safe search filter level. |
proxyConfiguration | object | No | {"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.
| Field | Type | Description |
|---|---|---|
position | integer | Position |
title | string | Title |
imageUrl | string | Image URL |
thumbnail | string | Thumbnail |
sourceDomain | string | Source Domain |
width | integer | Image width in pixels in verified local output |
height | integer | Image height in pixels in verified local output |
searchQuery | string | Search Query |
scrapedAt | string | Scraped At |
type | string | Type |
url | string | URL |
link | string | Link |
query | string | Query |
resultType | string | Result Type |
page | integer | Page |
titleHtml | string | Title 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"}
