# Expedia Car Rental Data Extractor

**Use case:** 

Gather detailed car rental listings from Expedia including prices, vehicle types, and booking information for market analysis and comparison.

## Input

```json
{
  "startUrl": "https://www.expedia.com/carsearch?paandi=true&fdrp=1&styp=2&dagv=1&subm=1&locn=Las%20Vegas,%20Nevada,%20United%20States%20of%20America&dpln=178276&date1=4/22/2026&date2=4/24/2026&crfrr=defaultFlex&SearchType=Place",
  "results_wanted": 100,
  "max_pages": 8,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "offer_heading": {
    "label": "Offer",
    "format": "text"
  },
  "vehicle_category": {
    "label": "Vehicle",
    "format": "text"
  },
  "review_rating": {
    "label": "Rating",
    "format": "number"
  },
  "price_lead": {
    "label": "Lead Price",
    "format": "text"
  },
  "price_total": {
    "label": "Total Price",
    "format": "text"
  },
  "pick_up_location": {
    "label": "Pickup",
    "format": "text"
  },
  "drop_off_location": {
    "label": "Drop-off",
    "format": "text"
  },
  "infosite_url": {
    "label": "Infosite URL",
    "format": "link"
  }
}
```

## About this Actor

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