# Daily monitoring: Las Vegas, NV

**Use case:** 

Turo Scraper configured for daily monitoring around “Las Vegas, NV”. The saved input exposes locations, startTime, endTime, sortBy, vehicleType and uses a...

## Input

```json
{
  "locations": [
    "Las Vegas, NV"
  ],
  "startTime": "10:00",
  "endTime": "10:00",
  "sortBy": "RELEVANCE",
  "vehicleType": "trucks",
  "maxResults": 30,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "year": {
    "label": "Year",
    "format": "number"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "daily_price": {
    "label": "$/Day",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "trip_count": {
    "label": "Trips",
    "format": "number"
  },
  "distance_miles": {
    "label": "Miles",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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