# Any Expedia

**Use case:** 

Extract Expedia data filtered by Any. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "destination": "New York",
  "adults": 2,
  "children": 0,
  "rooms": 1,
  "starRating": "",
  "includeDetails": false,
  "sort": "RECOMMENDED"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "id": {
    "label": "Hotel ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "guestRating": {
    "label": "Guest Rating",
    "format": "number"
  },
  "guestRatingLabel": {
    "label": "Rating Label",
    "format": "text"
  },
  "guestReviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "pricePerNight": {
    "label": "Price/Night",
    "format": "text"
  },
  "totalPrice": {
    "label": "Total Price",
    "format": "text"
  },
  "priceLabel": {
    "label": "Price Details",
    "format": "text"
  },
  "stayDuration": {
    "label": "Stay Duration",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "badges": {
    "label": "Badges",
    "format": "array"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "checkIn": {
    "label": "Check-in",
    "format": "text"
  },
  "checkOut": {
    "label": "Check-out",
    "format": "text"
  },
  "starRating": {
    "label": "Star Rating",
    "format": "number"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "amenities": {
    "label": "Amenities",
    "format": "array"
  },
  "highlights": {
    "label": "Highlights",
    "format": "array"
  },
  "nearbyPlaces": {
    "label": "Nearby Places",
    "format": "array"
  },
  "roomCount": {
    "label": "Room Types",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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