# RV Trader Listings Scraper (`piotrv1001/rv-trader-listings-scraper`) Actor

The RV Trader Listings Scraper extracts RV listings from RVTrader.com, capturing make, model, price, MSRP, condition, VIN, dealer details, location with geo-coordinates, photos, and 150+ factory spec attributes — ideal for inventory tracking, price monitoring, lead generation, and market research.

- **URL**: https://apify.com/piotrv1001/rv-trader-listings-scraper.md
- **Developed by:** [FalconScrape](https://apify.com/piotrv1001) (community)
- **Categories:** Developer tools, Automation, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.00 / 1,000 listings

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

### 🚐 RV Trader Listings Scraper

Easily extract RV listings from **RV Trader**, the largest online marketplace for new and used recreational vehicles in the US. The **RV Trader Listings Scraper** gathers structured data — prices, dealers, locations, VINs, photos, and full factory specifications — for market research, lead generation, price tracking, and inventory analysis.

Run it on the **Apify platform** to get API access, scheduling, automatic proxy rotation, monitoring, and one-click export to JSON, CSV, Excel, or your favorite integration.

### ✨ Features

- 🏷️ **Rich Listing Data** — year, make, model, trim, class, price, MSRP, condition, dealer, location (city/state, ZIP + geo coordinates), VIN, stock number, photo count, and description for every RV.
- 🔍 **Search-Based Extraction** — paste any RV Trader search or category URL (all RVs, used only, or filtered by make, state, or price) and the scraper paginates through the results automatically.
- 📋 **Optional Full Details** — flip on *Scrape full listing details* to also pull each unit's complete image gallery (often 150+ photos) and full spec sheet (fuel type, length, gross vehicle weight, and every other attribute the page lists).
- 💸 **Pay Only For What You Get** — transparent Pay-Per-Event pricing; blocked or empty runs cost nothing.
- ⚡ **Fast & Reliable** — HTTP-based scraping with automatic retries and proxy rotation for stable, large-scale collection.

### 🛠️ How to use the RV Trader Listings Scraper

1. **Add search URLs** — open RV Trader, apply any filters you like, and copy the resulting URL (or just use the default *all RVs* page).
2. **Set a limit** — choose how many listings to collect with **Max items** (default 50, set 0 for unlimited).
3. **Choose depth** — leave **Scrape full listing details** off for fast, cheap listing data, or turn it on for complete specs and photos.
4. **Run it** — start the Actor and download your results in JSON, CSV, Excel, or HTML.

### 🔢 Input

| Field | Description |
|---|---|
| **Search / category URLs** | One or more RV Trader search or category pages to scrape. |
| **Max items** | Maximum number of listings to collect (`0` = no limit). |
| **Scrape full listing details** | Visit each listing's detail page for description, gallery, and full specs. |
| **Proxy configuration** | Proxy settings — US residential proxies are used by default for reliable access. |

Example input:

```json
{
    "startUrls": [{ "url": "https://www.rvtrader.com/rvs-for-sale" }],
    "maxItems": 50,
    "scrapeDetails": false
}
````

### 📊 Output

The scraper produces structured JSON. You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

Listing record (default, fast pass):

```json
{
    "id": "5040816834",
    "url": "https://www.rvtrader.com/listing/2019-Jayco-EAGLE+10-5040816834",
    "year": 2019,
    "makeName": "Jayco",
    "makeId": "2272274",
    "modelName": "EAGLE 10",
    "trim": "10",
    "class": "Fifth Wheel",
    "price": 32000,
    "msrp": null,
    "condition": "Used",
    "vin": "58TCH0BV1M3BD3105",
    "stockNumber": "323641",
    "sellerType": "Dealer",
    "dealerName": "Pop RVs",
    "city": "merritt island",
    "state": "FL",
    "zipCode": "32953",
    "latitude": 28.3922,
    "longitude": -80.6077,
    "photoCount": 28,
    "createdDate": "Apr 9 2026",
    "description": "This unit has been stored indoors since purchased new..."
}
```

With **Scrape full listing details** enabled, each record additionally includes `category`, `fuelType`, `length`, `grossVehicleWeight`, the complete `images` gallery, and a full `specs` object containing every attribute listed on the unit's detail page.

### 🧾 Data fields

| Field | Description |
|---|---|
| `id` | RV Trader listing ID |
| `url` | Listing detail page URL |
| `year` | Model year |
| `makeName` / `makeId` | Manufacturer name and ID |
| `modelName` | Model name |
| `trim` | Trim |
| `class` | RV class (Travel Trailer, Fifth Wheel, Class A/B/C, etc.) |
| `price` | Asking price (USD) |
| `msrp` | Manufacturer suggested retail price |
| `condition` | New or used |
| `vin` | Vehicle identification / serial number |
| `stockNumber` | Dealer stock number |
| `sellerType` | Dealer or private seller |
| `dealerName` | Selling company name |
| `city`, `state`, `zipCode`, `latitude`, `longitude` | Location |
| `photoCount` | Number of photos |
| `createdDate` | Listing creation date |
| `description` | Listing description |
| `images`, `specs`, `fuelType`, `length`, `grossVehicleWeight`, `category` | *(details mode)* full gallery and spec sheet |

### 💰 Pricing

This Actor uses a transparent **Pay-Per-Event** model — you only pay for the data you actually collect, and runs that return nothing cost nothing.

| Event | Price |
|---|---|
| **Listing scraped** (fast pass) | $0.004 per listing ($4 per 1,000) |
| **Full detail scraped** (description, gallery, 150+ specs) | $0.010 per listing ($10 per 1,000) |

**How much does it cost to scrape RV Trader?** Collecting 1,000 listings in the default fast mode costs about **$4**. Pulling 1,000 fully-detailed records with complete specs and photos costs about **$10**. Apify's free tier includes monthly usage credits, so you can try it at no cost.

### 💡 Tips

- Keep **Scrape full listing details** off when you only need pricing, location, and dealer data — it's faster and cheaper.
- To collect very large volumes, split your run by facets (make, state, condition, or price band) — like most marketplaces, RV Trader caps how deep a single search can paginate.
- Use **Max items** to cap costs precisely during testing.
- Schedule runs on Apify to track price changes and new inventory over time.

### ❓ FAQ & Support

**Is scraping RV Trader legal?** This Actor collects only publicly available listing data. You are responsible for using the data in compliance with RV Trader's Terms of Service and applicable laws (including data-protection regulations). Do not use scraped personal data unlawfully.

**Can I scrape used RVs only, or a specific make/state?** Yes — apply any filters on RV Trader and paste the resulting URL as a start URL.

**Why are some runs slower?** Reliable access requires residential proxies and occasional retries; the Actor handles this automatically.

**Need a custom feature or found a bug?** Open an issue in the Actor's **Issues** tab — feedback and custom-solution requests are welcome.

# Actor input Schema

## `startUrls` (type: `array`):

RV Trader search or category pages to scrape. Paste any listing search URL (e.g. all RVs, used only, or a filtered search by make, state or price). The scraper automatically paginates through results.

## `maxItems` (type: `integer`):

Maximum number of RV listings to scrape. Set to 0 for no limit.

## `scrapeDetails` (type: `boolean`):

Visit each listing's detail page to extract the complete image gallery and full spec sheet (fuel type, length, gross vehicle weight, and more). Slower and more expensive than the listings-only pass.

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

Proxy settings. US residential proxies are required for reliable access and are used by default.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.rvtrader.com/rvs-for-sale"
    }
  ],
  "maxItems": 50,
  "scrapeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

# 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 = {
    "startUrls": [
        {
            "url": "https://www.rvtrader.com/rvs-for-sale"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("piotrv1001/rv-trader-listings-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 = { "startUrls": [{ "url": "https://www.rvtrader.com/rvs-for-sale" }] }

# Run the Actor and wait for it to finish
run = client.actor("piotrv1001/rv-trader-listings-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 '{
  "startUrls": [
    {
      "url": "https://www.rvtrader.com/rvs-for-sale"
    }
  ]
}' |
apify call piotrv1001/rv-trader-listings-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "RV Trader Listings Scraper",
        "description": "The RV Trader Listings Scraper extracts RV listings from RVTrader.com, capturing make, model, price, MSRP, condition, VIN, dealer details, location with geo-coordinates, photos, and 150+ factory spec attributes — ideal for inventory tracking, price monitoring, lead generation, and market research.",
        "version": "0.0",
        "x-build-id": "4yeYPzCkaCqkY9Fvp"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/piotrv1001~rv-trader-listings-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-piotrv1001-rv-trader-listings-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/piotrv1001~rv-trader-listings-scraper/runs": {
            "post": {
                "operationId": "runs-sync-piotrv1001-rv-trader-listings-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/piotrv1001~rv-trader-listings-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-piotrv1001-rv-trader-listings-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": [
                    "startUrls"
                ],
                "properties": {
                    "startUrls": {
                        "title": "Search / category URLs",
                        "type": "array",
                        "description": "RV Trader search or category pages to scrape. Paste any listing search URL (e.g. all RVs, used only, or a filtered search by make, state or price). The scraper automatically paginates through results.",
                        "default": [
                            {
                                "url": "https://www.rvtrader.com/rvs-for-sale"
                            }
                        ],
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxItems": {
                        "title": "Max items",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of RV listings to scrape. Set to 0 for no limit.",
                        "default": 50
                    },
                    "scrapeDetails": {
                        "title": "Scrape full listing details",
                        "type": "boolean",
                        "description": "Visit each listing's detail page to extract the complete image gallery and full spec sheet (fuel type, length, gross vehicle weight, and more). Slower and more expensive than the listings-only pass.",
                        "default": false
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Proxy settings. US residential proxies are required for reliable access and are used by default.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ],
                            "apifyProxyCountry": "US"
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
