# Analyze Competitor Photography Trends on Flickr

**Use case:** 

Monitor the latest photographic styles and subjects favored by competitors or industry leaders on Flickr. Gain insights into visual content strategies and audie

## Input

```json
{
  "mode": "userPhotos",
  "searchQuery": "nature photography",
  "username": "NationalGeographic",
  "sortBy": "date-posted-desc",
  "mediaType": "photos",
  "maxItems": 50
}
```

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