# Build a hotel image dataset from real property photos

**Use case:** 

Build a hotel image dataset in minutes: full-size and thumbnail URLs, image width and height, gallery section, and source for every photo of a property.

## Input

```json
{
  "search_type": "photos",
  "q": "hotels in Paris",
  "property_token": "***",
  "gl": "us",
  "hl": "en",
  "currency": "USD",
  "check_in_date": "2026-08-08",
  "check_out_date": "2026-08-10",
  "adults": 2,
  "children": 0,
  "min_price": "0.00",
  "max_price": "0.00",
  "guest_rating": "0.0",
  "vacation_rentals": false,
  "max_pages": 1
}
```

## Output

```json
{
  "position": {
    "label": "Position"
  },
  "section_title": {
    "label": "Section"
  },
  "photo_url": {
    "label": "Photo",
    "format": "image"
  },
  "thumbnail_url": {
    "label": "Thumbnail",
    "format": "image"
  },
  "property_token": {
    "label": "Property Token"
  },
  "photo": {
    "label": "Full Photo Object"
  },
  "search_timestamp": {
    "label": "Timestamp",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Hotels Search Scraper](https://apify.com/johnvc/google-hotels-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/google-hotels-search-scraper) to learn more, explore other use cases, and run it yourself.