# Free stock photos for SaaS websites Unsplash

**Use case:** 

Bulk scrape free stock photos for SaaS websites, dashboards, and tech products from Unsplash. Get multiple resolution URLs, photographer attribution, and tags.

## Input

```json
{
  "queries": [
    "SaaS dashboard",
    "minimal workspace",
    "team collaboration",
    "startup office"
  ],
  "maxItemsPerQuery": 25,
  "maxTotalItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "imageId": {
    "label": "Image ID",
    "format": "text"
  },
  "altDescription": {
    "label": "Description",
    "format": "text"
  },
  "urls": {
    "label": "URLs",
    "format": "object"
  },
  "photographer": {
    "label": "Photographer",
    "format": "object"
  },
  "engagement": {
    "label": "Engagement",
    "format": "object"
  },
  "color": {
    "label": "Color",
    "format": "text"
  },
  "unsplashUrl": {
    "label": "Unsplash URL",
    "format": "link"
  },
  "query": {
    "label": "Query",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Unsplash Image Scraper](https://apify.com/parsebird/unsplash-image-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parsebird/unsplash-image-scraper) to learn more, explore other use cases, and run it yourself.