# Collect Event Photography Leads from Local Events

**Use case:** 

Find recent event photography from specific locations to identify potential clients or event organizers for your photography business. Leverage visual content t

## Input

```json
{
  "mode": "search",
  "searchQuery": "london fashion week 2023",
  "sortBy": "date-posted-desc",
  "mediaType": "photos",
  "maxItems": 60
}
```

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