# Expedia SUV Rental Prices API

**Use case:** 

Scrape Expedia SUV rental offers with daily and total prices, vendor, seats, and mileage. Filter by SUV class without an official car rental API.

## Input

```json
{
  "scrapeType": "CAR_SEARCH",
  "locationSearch": "Paris, France",
  "locationLimit": 5,
  "regionId": "2734",
  "checkIn": "2026-08-15",
  "checkOut": "2026-08-20",
  "adults": 2,
  "childrenAges": [
    5,
    10
  ],
  "maxResults": 30,
  "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": "JFK Airport, New York",
  "pickupDatetime": {
    "day": 15,
    "month": 10,
    "year": 2026,
    "hour": 10,
    "minute": 0
  },
  "dropoffSearchTerm": "JFK Airport, New York",
  "dropoffDatetime": {
    "day": 20,
    "month": 10,
    "year": 2026,
    "hour": 10,
    "minute": 0
  },
  "transferMode": "RENTAL",
  "carFilters": {
    "sort": "TOTAL_PRICE_LOW_TO_HIGH",
    "car_types": [
      "suv"
    ]
  },
  "carOfferToken": "AQh3XDzUb4Yaw4cMGaeYnjj7avjCnI7in9MF41jMKsvokMLK..."
}
```

## 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"
  },
  "free_cancellation": {
    "label": "Cancellation",
    "format": "text"
  },
  "badges": {
    "label": "Badges",
    "format": "array"
  },
  "traveler_rating": {
    "label": "Rating",
    "format": "number"
  },
  "traveler_rating_text": {
    "label": "Rating text",
    "format": "text"
  },
  "review_count": {
    "label": "Reviews",
    "format": "number"
  },
  "pickup_location": {
    "label": "Pickup",
    "format": "text"
  },
  "pickup_detail": {
    "label": "Pickup detail",
    "format": "text"
  },
  "dropoff_location": {
    "label": "Drop-off",
    "format": "text"
  },
  "dropoff_detail": {
    "label": "Drop-off detail",
    "format": "text"
  },
  "car_offer_token": {
    "label": "Offer token",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "book_on_expedia": {
    "label": "Book on Expedia",
    "format": "link"
  },
  "is_metadata": {
    "label": "Metadata",
    "format": "boolean"
  },
  "results_title": {
    "label": "Results",
    "format": "text"
  },
  "pushed": {
    "label": "Pushed",
    "format": "number"
  },
  "available_filters": {
    "label": "Available filters",
    "format": "object"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

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

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
