# Pexels photo scraper for coffee stock images

**Use case:** 

Search and extract Pexels coffee photos with direct image renditions, creator attribution, tags, dimensions, colors, and license metadata.

## Input

```json
{
  "queries": [
    "coffee shop"
  ],
  "startUrls": [],
  "mediaType": "photos",
  "maxResults": 20
}
```

## Output

```json
{
  "mediaId": {
    "label": "Media ID"
  },
  "mediaType": {
    "label": "Type"
  },
  "title": {
    "label": "Title"
  },
  "creator": {
    "label": "Creator",
    "format": "object"
  },
  "width": {
    "label": "Width"
  },
  "height": {
    "label": "Height"
  },
  "duration": {
    "label": "Duration (s)"
  },
  "detailUrl": {
    "label": "Pexels page",
    "format": "link"
  },
  "thumbnailUrl": {
    "label": "Preview",
    "format": "image"
  },
  "primaryDownloadUrl": {
    "label": "Download",
    "format": "link"
  },
  "licenseName": {
    "label": "License"
  },
  "query": {
    "label": "Query"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Pexels Stock Photos and Videos Scraper](https://apify.com/automation-lab/pexels-stock-media-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/pexels-stock-media-scraper) to learn more, explore other use cases, and run it yourself.