# Trivago | Hotel Prices and Listings in Texas

**Use case:** 

Find and extract Trivago | Hotel Prices and Listings in Texas. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "location": "Texas",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "image"
  },
  "name": {
    "label": "🏨 Hotel Name",
    "format": "text"
  },
  "city": {
    "label": "🏙️ City",
    "format": "text"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "💬 Reviews",
    "format": "number"
  },
  "priceFrom": {
    "label": "💰 Price From",
    "format": "number"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "stars": {
    "label": "🌟 Stars",
    "format": "number"
  },
  "trivUrl": {
    "label": "🔗 Trivago URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Trivago Scraper | Hotel Prices and Listings](https://apify.com/parseforge/trivago-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/trivago-scraper) to learn more, explore other use cases, and run it yourself.