# Outdoorsy RV Rental Scraper - Camper & Motorhome Listings (`lulzasaur/outdoorsy-scraper`) Actor

Scrape RV, camper, motorhome and trailer rental listings from Outdoorsy by city or region. Returns price per day/week/month, vehicle make/model/year, sleeps, ratings, reviews, instant-book, location/coords, image and listing URL. Filter by vehicle type, price and instant book.

- **URL**: https://apify.com/lulzasaur/outdoorsy-scraper.md
- **Developed by:** [lulz bot](https://apify.com/lulzasaur) (community)
- **Categories:** E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $40.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

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).


# README

## Outdoorsy RV Rental Scraper — Camper & Motorhome Listings

Scrape **RV, camper, motorhome and trailer rental** listings from [Outdoorsy](https://www.outdoorsy.com) by city or region. Outdoorsy is one of the largest peer-to-peer RV-rental marketplaces in North America.

For each location you search, this actor returns a clean, structured record per listing including **price per day / week / month**, vehicle **make / model / year / length**, how many it **sleeps**, **rating and review count**, **instant-book** status, **location and coordinates**, primary **image**, and a direct **listing URL**.

### Features

- Search by **city / region** (one or many locations per run)
- Automatic **pagination** up to Outdoorsy's per-search cap (1000 listings)
- Optional filters: **vehicle type**, **min/max price per day**, **instant-book only**
- Prices normalized from cents to **dollars**
- Ratings, review counts, completed-trip counts, and distance from search center

### Input

| Field | Description |
|-------|-------------|
| `searchQueries` | One or more locations, e.g. `["Los Angeles, CA", "Denver, CO"]`. Each runs as a separate geo search. |
| `maxResults` | Max listings per search (0 = all, up to 1000). Default 50. |
| `vehicleType` | Optional: Class A/B/C, Travel Trailer, Fifth-wheel, Camper Van, etc. |
| `priceMin` / `priceMax` | Optional daily-price bounds in USD. |
| `instantBook` | Only listings bookable instantly. |
| `proxyConfiguration` | Apify proxy (datacenter default is fine — Outdoorsy has no anti-bot). |

### Example input

```json
{
  "searchQueries": ["Los Angeles, CA", "Denver, CO"],
  "maxResults": 50,
  "vehicleType": "c",
  "instantBook": true
}
````

### Example output

```json
{
  "id": 253065,
  "name": "THE SUNNY BULLET",
  "vehicleType": "Travel trailer",
  "vehicleClass": "trailer",
  "make": "Airstream",
  "model": "Bambi",
  "year": 2021,
  "lengthFeet": 16,
  "sleeps": 3,
  "pricePerDay": 169,
  "pricePerWeek": 912.6,
  "pricePerMonth": 4106.7,
  "currency": "USD",
  "instantBook": false,
  "cancelPolicy": "flexible",
  "delivery": true,
  "minimumDays": 0,
  "avgRating": 4.94,
  "reviewsCount": 16,
  "completedTrips": 32,
  "favoriteCount": 373,
  "dealer": false,
  "pro": false,
  "city": "North Hollywood",
  "state": "CA",
  "county": "",
  "country": "US",
  "zip": "",
  "lat": 34.16,
  "lng": -118.36,
  "distanceMiles": 9.87,
  "imageUrl": "https://res.cloudinary.com/outdoorsy/image/upload/.../qmtk3a8z0ubpn99b292t.jpg",
  "listingUrl": "https://www.outdoorsy.com/rv-rental/north-hollywood_ca/2021_airstream_bambi_253065-listing",
  "searchQuery": "Los Angeles, CA",
  "scrapedAt": "2026-06-19T23:30:00.000Z"
}
```

### Use cases

- RV-rental market & pricing research by metro area
- Building rental price-comparison and availability datasets
- Lead generation for RV dealers, insurers, and service providers
- Travel and trip-planning tools surfacing nearby rentals
- Competitive analysis vs. RVshare / other marketplaces

### Notes

- Outdoorsy caps each location search at ~1000 results. To go deeper, search multiple nearby cities.
- Prices are the listed daily/weekly/monthly base rates and exclude taxes, fees, and add-ons.

# Actor input Schema

## `searchQueries` (type: `array`):

One or more locations to search RV/camper rentals near. Use a city + state/region string. Examples: 'Los Angeles, CA', 'Denver, CO', 'Austin, TX'. Each query runs as a separate geo search.

## `maxResults` (type: `integer`):

Maximum listings to return for EACH search location (0 = all available, up to Outdoorsy's cap of 1000 per search). Pagination is handled automatically.

## `vehicleType` (type: `string`):

Optionally restrict to a single vehicle type/class.

## `priceMin` (type: `integer`):

Only return listings with a daily price at or above this amount (in dollars). Leave blank for no minimum.

## `priceMax` (type: `integer`):

Only return listings with a daily price at or below this amount (in dollars). Leave blank for no maximum.

## `instantBook` (type: `boolean`):

Only return listings that can be booked instantly (no host approval needed).

## `proxyConfiguration` (type: `object`):

Apify proxy settings. Outdoorsy has no anti-bot, so the default datacenter proxy is plenty.

## Actor input object example

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

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchQueries": [
        "Los Angeles, CA",
        "Denver, CO"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("lulzasaur/outdoorsy-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "searchQueries": [
        "Los Angeles, CA",
        "Denver, CO",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("lulzasaur/outdoorsy-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchQueries": [
    "Los Angeles, CA",
    "Denver, CO"
  ]
}' |
apify call lulzasaur/outdoorsy-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=lulzasaur/outdoorsy-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Outdoorsy RV Rental Scraper - Camper & Motorhome Listings",
        "description": "Scrape RV, camper, motorhome and trailer rental listings from Outdoorsy by city or region. Returns price per day/week/month, vehicle make/model/year, sleeps, ratings, reviews, instant-book, location/coords, image and listing URL. Filter by vehicle type, price and instant book.",
        "version": "1.0",
        "x-build-id": "RPIE4YvBPxwooU756"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/lulzasaur~outdoorsy-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-lulzasaur-outdoorsy-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/lulzasaur~outdoorsy-scraper/runs": {
            "post": {
                "operationId": "runs-sync-lulzasaur-outdoorsy-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/lulzasaur~outdoorsy-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-lulzasaur-outdoorsy-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "searchQueries"
                ],
                "properties": {
                    "searchQueries": {
                        "title": "Search Locations",
                        "type": "array",
                        "description": "One or more locations to search RV/camper rentals near. Use a city + state/region string. Examples: 'Los Angeles, CA', 'Denver, CO', 'Austin, TX'. Each query runs as a separate geo search.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxResults": {
                        "title": "Max Results Per Search",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum listings to return for EACH search location (0 = all available, up to Outdoorsy's cap of 1000 per search). Pagination is handled automatically.",
                        "default": 50
                    },
                    "vehicleType": {
                        "title": "Vehicle Type",
                        "enum": [
                            "",
                            "a",
                            "b",
                            "c",
                            "trailer",
                            "fifth-wheel",
                            "folding-trailer",
                            "toy-hauler",
                            "truck-camper",
                            "camper-van",
                            "van",
                            "car",
                            "suv",
                            "minivan",
                            "truck",
                            "utility-trailer"
                        ],
                        "type": "string",
                        "description": "Optionally restrict to a single vehicle type/class.",
                        "default": ""
                    },
                    "priceMin": {
                        "title": "Min Price Per Day (USD)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Only return listings with a daily price at or above this amount (in dollars). Leave blank for no minimum."
                    },
                    "priceMax": {
                        "title": "Max Price Per Day (USD)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Only return listings with a daily price at or below this amount (in dollars). Leave blank for no maximum."
                    },
                    "instantBook": {
                        "title": "Instant Book Only",
                        "type": "boolean",
                        "description": "Only return listings that can be booked instantly (no host approval needed).",
                        "default": false
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Apify proxy settings. Outdoorsy has no anti-bot, so the default datacenter proxy is plenty.",
                        "default": {
                            "useApifyProxy": true
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
