# Unsplash Image Search with Attribution Brand Visibility

**Use case:** 

Use Unsplash Image Search Scraper with Attribution for brand monitoring with structured, source-linked results for AI-agent research, comparison, monitoring,.

## Input

```json
{
  "queries": [
    "unsplash image search attribution brand visibility tracking"
  ],
  "maxItemsPerQuery": 25,
  "maxTotalItems": 25,
  "orientation": "landscape",
  "color": "blue",
  "orderBy": "latest"
}
```

## Output

```json
{
  "id": {
    "label": "Photo ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "photoUrl": {
    "label": "Photo URL",
    "format": "string"
  },
  "imageUrlRegular": {
    "label": "Regular image URL",
    "format": "string"
  },
  "photographerName": {
    "label": "Photographer",
    "format": "string"
  },
  "photographerUsername": {
    "label": "Photographer username",
    "format": "string"
  },
  "width": {
    "label": "Width",
    "format": "integer"
  },
  "height": {
    "label": "Height",
    "format": "integer"
  },
  "color": {
    "label": "Color",
    "format": "string"
  },
  "likes": {
    "label": "Likes",
    "format": "integer"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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