# Pexels scraper workflow for campaign photo and video assets

**Use case:** 

Build a reusable Pexels campaign dataset from multiple topics, including photo and video downloads, attribution, tags, orientation, and provenance.

## Input

```json
{
  "queries": [
    "remote teamwork",
    "sustainable office"
  ],
  "startUrls": [],
  "mediaType": "all",
  "maxResults": 100
}
```

## 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.