VOOZH about

URL: https://apify.com/maximedupre/unsplash-image-scraper

⇱ Unsplash Image Scraper for Search Results Β· Apify


Pricing

from $1.80 / 1,000 unsplash images

Go to Apify Store

Unsplash Image Scraper

Scrape Unsplash image search results by keyword. Export image URLs, source ranks, query metadata, and scrape timestamps for design, SEO, and content research.

Pricing

from $1.80 / 1,000 unsplash images

Rating

0.0

(0)

Developer

πŸ‘ Maxime DuprΓ©

Maxime DuprΓ©

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 days ago

Last modified

Share

πŸ–ΌοΈ Unsplash image scraper for keyword searches

Unsplash Image Scraper collects image results from Unsplash search pages. Enter one or more keywords such as nature, coffee shop, or minimal workspace, then export image URLs, source rank, query metadata, and scrape timestamps from a clean Apify dataset.

Use this Unsplash image scraper when you need a repeatable way to collect image search results for design research, creative briefs, mood boards, SEO image research, content planning, or internal data workflows. You can run it in Apify Console, schedule repeat runs, call it from the Apify API, and export the dataset as JSON, CSV, Excel, XML, RSS, or HTML.

The Actor is built for public Unsplash search results. It does not download binary image files, generate images, enrich photographer contacts, or combine Unsplash with other image sources.

βœ… What this Actor does

  • Searches Unsplash by one or more keywords.
  • Saves one dataset item per discovered image result.
  • Keeps the original search query and rank on every item.
  • Returns common image URL variants: raw, full, regular, small, and thumb.
  • Supports Unsplash search sorting by relevance or latest.
  • Supports orientation and color filters when Unsplash returns matching search results.
  • Adds source URL and scrape time fields for traceable exports.
  • Stops at your per-query and total image limits.

Some fields are nullable because Unsplash search HTML does not expose every piece of photo metadata on every result. When a value is not available from the public search result, the Actor keeps the field as null or an empty array instead of inventing data.

πŸ“¦ Data you can extract

Each output item represents one Unsplash image result. Fields include:

  • query and queryIndex
  • rank
  • imageId
  • title, description, and altDescription when available
  • createdAt and updatedAt when available
  • width and height when available
  • urls.raw, urls.full, urls.regular, urls.small, and urls.thumb
  • links.html, links.download, and links.downloadLocation when available
  • photographer identity fields when available
  • tags
  • engagement.likes and engagement.downloads when available
  • color and blurHash when available
  • sourceUrl, unsplashUrl, downloadLocationUrl, and scrapedAt

πŸš€ How to run

  1. Add one or more Unsplash search terms.
  2. Keep Image limit per search at 25 for a quick first run.
  3. Optionally choose sort order, orientation, or color.
  4. Run the Actor.
  5. Open the dataset or export the results through the Apify API.

For a small test, use the prefilled nature query. For larger research jobs, add several related search terms and use Total image limit to cap the whole run.

βš™οΈ Input

{
"queries":["nature","minimal workspace"],
"maxItemsPerQuery":25,
"maxTotalItems":100,
"sortBy":"relevance",
"orientation":"any",
"color":"any"
}

Search terms

Enter plain Unsplash search keywords. Short, visual terms usually work best, for example:

  • nature
  • coffee shop
  • minimal workspace
  • SaaS dashboard
  • running shoes

Each query is searched separately. Duplicate and empty values are ignored.

Limits and filters

Use maxItemsPerQuery to control how many images can be saved for each keyword. Use maxTotalItems when you want a hard cap across the full run.

sortBy can be relevance or latest. orientation can be any, landscape, portrait, or squarish. color can be any or one of the supported Unsplash color filters.

πŸ“Š Output example

{
"query":"nature",
"queryIndex":0,
"rank":1,
"imageId":"fWBZ9r4vO9M",
"title":null,
"description":null,
"altDescription":"a lush green forest filled with lots of trees",
"createdAt":"2023-01-12T15:26:03Z",
"updatedAt":"2026-06-03T14:17:33Z",
"width":4000,
"height":6000,
"urls":{
"raw":"https://plus.unsplash.com/premium_photo-1673292293042-cafd9c8a3ab3?...",
"full":"https://plus.unsplash.com/premium_photo-1673292293042-cafd9c8a3ab3?...",
"regular":"https://plus.unsplash.com/premium_photo-1673292293042-cafd9c8a3ab3?...",
"small":"https://plus.unsplash.com/premium_photo-1673292293042-cafd9c8a3ab3?...",
"thumb":"https://plus.unsplash.com/premium_photo-1673292293042-cafd9c8a3ab3?..."
},
"links":{
"html":"https://unsplash.com/photos/a-lush-green-forest-filled-with-lots-of-trees-fWBZ9r4vO9M",
"download":"https://unsplash.com/photos/fWBZ9r4vO9M/download?...",
"downloadLocation":"https://api.unsplash.com/photos/fWBZ9r4vO9M/download?..."
},
"photographer":{
"id":"10S_nPICv74",
"username":"dariobroe",
"name":"Dario BrΓΆnnimann",
"profileUrl":"https://unsplash.com/@dariobroe",
"portfolioUrl":"https://dariobroe.darkroom.tech/"
},
"tags":[],
"engagement":{
"likes":592,
"downloads":null
},
"color":"#EFEFEF",
"blurHash":"L35}~Mx@D=xpVhtQ%dWB8*t7xWM}",
"sourceUrl":"https://unsplash.com/s/photos/nature?page=1&order_by=relevant",
"unsplashUrl":"https://unsplash.com/photos/a-lush-green-forest-filled-with-lots-of-trees-fWBZ9r4vO9M",
"downloadLocationUrl":"https://api.unsplash.com/photos/fWBZ9r4vO9M/download?...",
"scrapedAt":"2026-06-03T16:33:42.000Z"
}

πŸ’³ Pricing

This Actor uses pay-per-event pricing. You pay a small Actor-start charge when a run begins and $1.80 per 1,000 saved Unsplash image items.

Use the input limits to control cost before you start a larger run. If no images are saved, no per-image charge is made.

⚠️ Limits and caveats

  • Results depend on what Unsplash returns for the public search page at run time.
  • Some metadata fields can be null because public search results do not always expose them.
  • The Actor returns image URLs, not downloaded image files.
  • It does not provide legal advice about how you may use an image. Review Unsplash and image-owner terms for your use case.
  • It is not an official Unsplash API client.

❓ FAQ

Does this Actor download image files?

No. It returns image URLs in several common sizes. Use those URLs in your own workflow if you need to fetch files separately.

Do I need an Unsplash API key?

No. The Actor is designed for public Unsplash search pages and does not ask for an Unsplash API key, cookies, or login details.

Why are some fields null?

Unsplash search pages expose image assets reliably, but not every detail is present in the public search result. The Actor keeps unavailable fields as null or [] so exports stay honest and schema-stable.

Can I schedule repeat image searches?

Yes. You can schedule the Actor on Apify and compare datasets over time, subject to the same public search result availability.

πŸ“ Changelog

  • 0.1: Initial release.

πŸ†˜ Support

For issues, questions, or feature requests, file a ticket and I'll fix or implement it in less than 24h 🫑

πŸ”— Other actors

Made with ❀️ by Maxime Dupré

You might also like

Unsplash Image Scraper

parsebird/unsplash-image-scraper

Scrape Unsplash images by keyword with orientation, color, and sort filters. Extract image URLs, photographer info, tags, and metadata. No API key needed. Export as JSON, CSV, Excel.

Unsplash Image Scraper

shahidirfan/Unsplash-Image-Scraper

Scrape high-quality images from Unsplash in bulk. Extract metadata, download entire collections, and automate image research without API limits. Perfect for designers, researchers, and content creators building image libraries at scale.

12

5.0

Unsplash Image Scraper

easyapi/unsplash-image-scraper

Fetch high-quality images from Unsplash based on your search query. Get detailed image information including URLs, descriptions, photographer details, and tags. Perfect for content creators and developers needing professional stock photos.

Unsplash Email Scraper – Advanced, Cheapest & Reliable πŸ“§

contactminerlabs/unsplash-email-scraper---advanced-cheapest-reliable

πŸ” Scrape Unsplash Emails Enter your search parameters to collect verified contact emails from public Unsplash profiles, along with profile title, bio, source URL & platform info βœ‰οΈπŸ“Š Perfect for lead generation, influencer outreach & data enrichment in tools like Google Sheets or CRMs⚑🧩

πŸ‘ User avatar

ContactMinerLabs

2

Unsplash Email Scraper - Advanced, Fast & Cheapest

contacts-api/unsplash-email-scraper-fast-advanced-and-cheapest

πŸ“Έ Unsplash Email Scraper helps you extract verified emails from Unsplash photographer profiles fast πŸš€ Find creative leads, boost outreach πŸ“§, and grow collaborations with smart filters and high accuracy.

Unsplash Scraper

solidcode/unsplash-scraper

[πŸ’° $2.5 / 1K] Extract high-resolution stock photos from Unsplash. Search by keyword or paste Unsplash search, collection, user-profile, and topic URLs. Get multi-resolution download URLs, photographer attribution, tags, dimensions, and likes. Filter by orientation, color, and sort order.

Unsplash Scraper | All-In-One

fatihtahta/unsplash-scraper

Extract Unsplash photos, illustrations, collections, and creator profiles at scale with rich image metadata, download links, engagement metrics, and photographer data. Built for enterprise-grade visual intelligence, content sourcing, asset research, and automated data pipelines.

image to image

evoort-solutions-llc/image-to-image

Evoort Solutions LLC

8

Unsplash Image Scraper

codingfrontend/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.

πŸ‘ User avatar

codingfrontend

2

Google Images Scraper

hooli/google-images-scraper

Scrape image details from images.google.com. Add your query and number of images and extract image details such as image URL, image source, description, image dimensions, thumbnail, and more. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

Related articles

Top 5 Google Image Search APIs to extract web image data
Read more