# Scrape Travel Destination Photos for Content Ideas

**Use case:** 

Gather stunning travel photography from popular destinations to inspire blog posts, social media content, or tourism marketing. Identify trending locations and 

## Input

```json
{
  "mode": "search",
  "searchQuery": "paris eiffel tower tourism",
  "sortBy": "interestingness-desc",
  "mediaType": "photos",
  "maxItems": 75
}
```

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