# Research Product Photography Styles and Trends

**Use case:** 

Explore innovative product photography techniques and styles across various categories to inform your e-commerce visuals. Optimize your product listings with co

## Input

```json
{
  "mode": "search",
  "searchQuery": "modern product photography jewelry",
  "sortBy": "relevance",
  "mediaType": "photos",
  "maxItems": 80
}
```

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