# Compare Turo car rental prices in Miami

**Use case:** 

Compare Turo car rental prices in Miami — make, model, year, daily price & rating as structured data.

## Input

```json
{
  "searchQueries": [
    "Miami, FL"
  ],
  "startTime": "10:00",
  "endTime": "10:00",
  "driverAge": 30,
  "vehicleType": [],
  "fuelType": [],
  "sortBy": "RELEVANCE",
  "maxResults": 30,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "vehicleType": {
    "label": "Type",
    "format": "text"
  },
  "pricePerDay": {
    "label": "$/Day",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "tripCount": {
    "label": "Trips",
    "format": "number"
  },
  "isAllStarHost": {
    "label": "All-Star Host",
    "format": "boolean"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "listingUrl": {
    "label": "Listing",
    "format": "link"
  },
  "searchQuery": {
    "label": "Query",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Turo Car Rental Scraper - Prices, Cars & Hosts](https://apify.com/lulzasaur/turo-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lulzasaur/turo-scraper) to learn more, explore other use cases, and run it yourself.