# Scrape Business Office Videos for Marketing

**Use case:** 

Extract professional, royalty-free office environment videos from Pexels' curated collections for your marketing campaigns and corporate presentations. Streamli

## Input

```json
{
  "mode": "byCollection",
  "searchQuery": "nature",
  "mediaType": "videos",
  "orientation": "all",
  "minWidth": 0,
  "minHeight": 0,
  "minDuration": 5,
  "maxDuration": 60,
  "peopleCount": "all",
  "photoIds": [
    "18872916"
  ],
  "username": "alex-ivanov-773258579",
  "collectionSlug": "modern-office",
  "maxItems": 30,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "title": {
    "label": "Title"
  },
  "photographerName": {
    "label": "Photographer name"
  },
  "width": {
    "label": "Width"
  },
  "height": {
    "label": "Height"
  },
  "orientation": {
    "label": "Orientation"
  },
  "pageUrl": {
    "label": "Page url"
  }
}
```

## About this Actor

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