# Find RV rentals in Denver, CO

**Use case:** 

Find RV rentals in Denver, CO — daily prices, vehicle type, sleeps, ratings & locations as structured data.

## Input

```json
{
  "searchQueries": [
    "Denver, CO"
  ],
  "maxResults": 50,
  "vehicleType": "",
  "instantBook": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "vehicleType": {
    "label": "Type",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "sleeps": {
    "label": "Sleeps",
    "format": "number"
  },
  "pricePerDay": {
    "label": "$/Day",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "avgRating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "instantBook": {
    "label": "Instant",
    "format": "boolean"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "distanceMiles": {
    "label": "Distance (mi)",
    "format": "number"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Outdoorsy RV Rental Scraper - Camper & Motorhome Listings](https://apify.com/lulzasaur/outdoorsy-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lulzasaur/outdoorsy-scraper) to learn more, explore other use cases, and run it yourself.