# Expedia Car Rental Offer Details API

**Use case:** 

Get full Expedia car rental offer details: price breakdown, pickup address, extras, cancellation policy, and inclusions from an offer token.

## Input

```json
{
  "scrapeType": "CAR_DETAILS",
  "locationSearch": "Paris, France",
  "locationLimit": 5,
  "regionId": "2734",
  "checkIn": "2026-08-15",
  "checkOut": "2026-08-20",
  "adults": 2,
  "childrenAges": [
    5,
    10
  ],
  "maxResults": 50,
  "hotelFilters": {
    "sort": "PRICE_LOW_TO_HIGH",
    "star_ratings": [
      4,
      5
    ],
    "price_max": 300,
    "guest_rating_min": 70,
    "amenities": [
      "WIFI",
      "POOL"
    ],
    "property_types": [
      "HOTEL"
    ],
    "payment_type": "FREE_CANCELLATION"
  },
  "propertyId": "16786",
  "currency": "USD",
  "page": 0,
  "pageSize": 10,
  "sortBy": "",
  "searchTerm": "",
  "travelerType": "",
  "pickupSearchTerm": "New York, New York, United States of America",
  "pickupDatetime": {
    "day": 20,
    "month": 9,
    "year": 2026,
    "hour": 10,
    "minute": 0
  },
  "dropoffSearchTerm": "New York, New York, United States of America",
  "dropoffDatetime": {
    "day": 25,
    "month": 9,
    "year": 2026,
    "hour": 10,
    "minute": 0
  },
  "transferMode": "RENTAL",
  "carFilters": {
    "sort": "TOTAL_PRICE_LOW_TO_HIGH",
    "car_types": [
      "midsize",
      "compact"
    ],
    "vendors": [
      "ZE",
      "ZI"
    ],
    "price_range": "75-100",
    "capacity": "TWO_TO_FIVE",
    "specs": [
      "AUTO_TRANSMISSION"
    ]
  },
  "carOfferToken": "AQh3XDzUb4Yaw4cMGaeYnjj7avjCnI7in9MF41jMKsvol94n7mJ-Eyg6BjBPbz3yCAMYguN2fr-MkPqhwox9H5IGjzkow3Nn7IBkKf52x5CTQlhn8veM-FJ5VYvTevYOya"
}
```

## Output

```json
{
  "scrape_type": {
    "label": "Type",
    "format": "text"
  },
  "vendor": {
    "label": "Vendor",
    "format": "text"
  },
  "vendor_code": {
    "label": "Vendor code",
    "format": "text"
  },
  "vehicle_category": {
    "label": "Category",
    "format": "text"
  },
  "vehicle_description": {
    "label": "Vehicle",
    "format": "text"
  },
  "vehicle_image": {
    "label": "Image",
    "format": "image"
  },
  "passengers": {
    "label": "Passengers",
    "format": "number"
  },
  "bags": {
    "label": "Bags",
    "format": "number"
  },
  "transmission": {
    "label": "Transmission",
    "format": "text"
  },
  "air_conditioning": {
    "label": "A/C",
    "format": "boolean"
  },
  "mileage": {
    "label": "Mileage",
    "format": "text"
  },
  "fuel_type": {
    "label": "Fuel",
    "format": "text"
  },
  "features": {
    "label": "Features",
    "format": "array"
  },
  "price_daily": {
    "label": "Daily",
    "format": "text"
  },
  "price_total": {
    "label": "Total",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "payment_info": {
    "label": "Payment",
    "format": "text"
  },
  "price_breakdown": {
    "label": "Price breakdown",
    "format": "array"
  },
  "badges": {
    "label": "Badges",
    "format": "array"
  },
  "deal": {
    "label": "Deal",
    "format": "text"
  },
  "inclusions": {
    "label": "Inclusions",
    "format": "array"
  },
  "extras": {
    "label": "Extras",
    "format": "array"
  },
  "pickup_location": {
    "label": "Pickup",
    "format": "text"
  },
  "pickup_datetime": {
    "label": "Pickup time",
    "format": "text"
  },
  "pickup_address": {
    "label": "Pickup address",
    "format": "text"
  },
  "pickup_hours": {
    "label": "Pickup hours",
    "format": "text"
  },
  "dropoff_location": {
    "label": "Drop-off",
    "format": "text"
  },
  "dropoff_datetime": {
    "label": "Drop-off time",
    "format": "text"
  },
  "dropoff_address": {
    "label": "Drop-off address",
    "format": "text"
  },
  "dropoff_hours": {
    "label": "Drop-off hours",
    "format": "text"
  },
  "cancellation_title": {
    "label": "Cancellation title",
    "format": "text"
  },
  "cancellation_policy": {
    "label": "Cancellation",
    "format": "array"
  },
  "important_info": {
    "label": "Important info",
    "format": "array"
  },
  "rules": {
    "label": "Rules",
    "format": "text"
  },
  "traveler_rating": {
    "label": "Rating",
    "format": "number"
  },
  "traveler_rating_text": {
    "label": "Rating text",
    "format": "text"
  },
  "review_count": {
    "label": "Reviews",
    "format": "text"
  },
  "reviews": {
    "label": "Guest reviews",
    "format": "array"
  },
  "car_offer_token": {
    "label": "Offer token",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "book_on_expedia": {
    "label": "Book on Expedia",
    "format": "link"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/apiguruu/expedia-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
