# Track Inglewood hotel prices for Super Bowl week

**Use case:** 

Watch Super Bowl week rates before you book or report on them: rate_per_night, total_rate, ratings, and amenities for every hotel, run after run.

## Input

```json
{
  "search_type": "search",
  "q": "hotels in Inglewood California",
  "gl": "us",
  "hl": "en",
  "currency": "USD",
  "check_in_date": "2027-02-12",
  "check_out_date": "2027-02-15",
  "adults": 2,
  "children": 0,
  "min_price": "0.00",
  "max_price": "0.00",
  "guest_rating": "0.0",
  "vacation_rentals": false,
  "max_pages": 1
}
```

## Output

```json
{
  "page_number": {
    "label": "Page"
  },
  "search_timestamp": {
    "label": "Timestamp"
  },
  "search_parameters": {
    "label": "Search Parameters"
  },
  "search_metadata": {
    "label": "Metadata"
  },
  "properties": {
    "label": "Hotels"
  },
  "ads": {
    "label": "Ads"
  },
  "filters": {
    "label": "Filters"
  },
  "refine_by": {
    "label": "Refine By"
  },
  "property_details": {
    "label": "Property Details"
  }
}
```

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