Unsplash Image Scraper

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.

INTEGRATIONSSOCIAL_MEDIAApify

Unsplash Image Scraper 🖼️

Powerful and efficient Actor for fetching high-quality images and their metadata from Unsplash, the internet's source of freely-usable images.

Features ✨

  • 🔍 Search images by keyword or topic
  • 📊 Customizable number of results
  • 🖼️ Multiple image resolution options (raw, full, regular, small, thumb)
  • 👤 Photographer attribution data
  • 🏷️ Image tags and descriptions
  • ⚡ Rate-limit friendly
  • 💾 Structured JSON output

Use Cases 🎯

  • Content creation and blogging
  • Web development and design
  • Social media marketing
  • Market research and trend analysis
  • Digital asset management
  • App development

Output Data Structure 📋

For each image, you'll receive:

  • Unique image ID
  • Description
  • Last update timestamp
  • Multiple resolution URLs
  • Photographer information
  • Associated tags

Input Parameters ⚙️

ParameterTypeDescription
queryStringSearch term for images
maxResultsIntegerMaximum number of images to fetch

Limitations ⚠️

  • Respects Unsplash API rate limits
  • Maximum 10 images per page
  • Results depend on Unsplash's content availability

Cost & Usage 💰

This Actor is optimized for performance and cost-effectiveness. The actual running costs depend on:

  • Number of images requested
  • Frequency of runs
  • Platform computation units used

Support 🤝

For issues, feature requests, or questions, please contact support.

Input Example

A full explanation of an input example in JSON.

1{
2    "query": "nature",
3    "maxResults": 20
4}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2	{
3		"id": "U-DgtDG6MRo",
4		"description": "Tesla Model 3",
5		"updatedAt": "2024-12-05T18:30:33Z",
6		"urls": {
7			"raw": "https://images.unsplash.com/photo-1585011664466-b7bbe92f34ef?ixid=M3wzNjc2NDl8MHwxfHNlYXJjaHwxfHxUZXNsYXxlbnwwfHx8fDE3MzM0NjcxMjd8MA&ixlib=rb-4.0.3",
8			"full": "https://images.unsplash.com/photo-1585011664466-b7bbe92f34ef?crop=entropy&cs=srgb&fm=jpg&ixid=M3wzNjc2NDl8MHwxfHNlYXJjaHwxfHxUZXNsYXxlbnwwfHx8fDE3MzM0NjcxMjd8MA&ixlib=rb-4.0.3&q=85",
9			"regular": "https://images.unsplash.com/photo-1585011664466-b7bbe92f34ef?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wzNjc2NDl8MHwxfHNlYXJjaHwxfHxUZXNsYXxlbnwwfHx8fDE3MzM0NjcxMjd8MA&ixlib=rb-4.0.3&q=80&w=1080",
10			"small": "https://images.unsplash.com/photo-1585011664466-b7bbe92f34ef?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wzNjc2NDl8MHwxfHNlYXJjaHwxfHxUZXNsYXxlbnwwfHx8fDE3MzM0NjcxMjd8MA&ixlib=rb-4.0.3&q=80&w=400",
11			"thumb": "https://images.unsplash.com/photo-1585011664466-b7bbe92f34ef?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wzNjc2NDl8MHwxfHNlYXJjaHwxfHxUZXNsYXxlbnwwfHx8fDE3MzM0NjcxMjd8MA&ixlib=rb-4.0.3&q=80&w=200"
12		},
13		"user": {
14			"username": "austin__ramsey",
15			"name": "Austin Ramsey"
16		},
17		"tags": []
18	},
19    ...
20]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!