Unsplash Image Scraper avatar

Unsplash Image Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Unsplash Image Scraper

Unsplash Image Scraper

A robust, high-performance utility designed for developer automation, data integration, and AI training. Features built-in captcha bypass, headful/headless browser execution, and proxy support to scrape Unsplash data seamlessly, reliably, and at scale.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Search the public Unsplash website in an ordinary Chrome session and collect source-backed photo metadata. The actor observes the search response generated by the page; it does not call an undocumented endpoint directly, mask browser automation, solve challenges, or bypass access controls. Visible search cards are used as a limited fallback.

Input

{
"query": "mountain sunset",
"maxItems": 20,
"maxPages": 5,
"orientation": "landscape",
"color": "any",
"orderBy": "relevant",
"proxyConfiguration": { "useApifyProxy": false }
}

query is required. maxItems accepts 1–100 and maxPages accepts 1–10. Supported orientations are any, landscape, portrait, and squarish; supported ordering is relevant or latest. Direct access is the default. A requested proxy must be usable or the run fails rather than silently falling back.

Output

Every dataset item has a stable recordId, photo and image URLs, search context, extraction provenance, observation time, an attribution string, and the Unsplash license page. Available photographer, dimensions, descriptions, tags, topics, sponsorship, and popularity metadata are retained without fabricating missing values.

{
"recordId": "unsplash|abc123",
"id": "abc123",
"urlRegular": "https://images.unsplash.com/photo-example",
"pageUrl": "https://unsplash.com/photos/example-abc123",
"photographerName": "Example Photographer",
"attributionText": "Photo by Example Photographer on Unsplash",
"licensePageUrl": "https://unsplash.com/license",
"sourceDomain": "unsplash.com",
"extractionMethod": "page_generated_napi_response",
"position": 1
}

OUTPUT_SUMMARY records completion status, counts, filters, pages, proxy usage, and duration. Empty, challenged, and incomplete runs fail explicitly. Image binaries are not downloaded.

Responsible use

Preserve photographer attribution and verify the current Unsplash license, terms, and any additional restrictions before reuse. The actor does not grant rights to download, reproduce, or republish images. Runtime and Apify charges depend on browser startup, page count, target response time, and optional proxy use.