# Find Stock Drone Footage for Marketing

**Use case:** 

Discover high-quality drone video clips for your marketing campaigns and content creation. Efficiently source visual assets to enhance engagement and profession

## Input

```json
{
  "mode": "search",
  "searchQuery": "aerial drone footage city",
  "sortBy": "relevance",
  "mediaType": "videos",
  "maxItems": 100
}
```

## Output

```json
{
  "photoId": {
    "label": "Photo id"
  },
  "title": {
    "label": "Title"
  },
  "ownerName": {
    "label": "Owner name"
  },
  "tags": {
    "label": "Tags"
  },
  "views": {
    "label": "Views"
  },
  "datePosted": {
    "label": "Date posted"
  },
  "imageUrl": {
    "label": "Image url"
  },
  "photoUrl": {
    "label": "Photo url"
  }
}
```

## About this Actor

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