CampingWorld RV Scraper
Pricing
from $3.00 / 1,000 results
CampingWorld RV Scraper
Scrape new and used RV listings from rv.campingworld.com - year, make, model, condition, price, dealer location, and photos, filterable by RV class, condition, make, and keyword.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Scrape new and used RV listings from rv.campingworld.com — one of the largest national RV dealer networks in the US.
What this Actor does
Search Camping World's live RV inventory across hundreds of dealer locations nationwide, filtering by RV class, condition, manufacturer, keyword, price, length, and estimated monthly payment. For each listing you get:
- Year, make, model, and full title
- New/used condition and RV class (e.g. Fifth-Wheel, Class A Motorhome)
- Sales price (USD), and MSRP when a discount is offered
- Overall length (feet), sleeping capacity, slide-out count, dry weight (lbs)
- Odometer mileage (motorized RVs only)
- Selling dealer name and city/state
- Stock number and direct listing URL
Input
| Field | Type | Description |
|---|---|---|
condition | select | any, new, or used. Default: used. |
rvClass | select | Class A/B/C Motorhome, Travel Trailer, Fifth Wheel, Toy Hauler, Destination Trailer, Truck Camper, Pop-Up Camper, Small/Micro Camper, or Any. |
make | select | One of 29 major RV manufacturers, or Any. |
keyword | text | Free-text search across listing titles (e.g. a model name). |
priceMin / priceMax | integer | Sales price range (USD). |
lengthFeetMin / lengthFeetMax | integer | Overall length range (feet). |
monthlyPaymentMax | integer | Cap on estimated monthly financing payment (USD). |
maxItems | integer | Cap on emitted listings (1–500). Default: 24. |
Example input
{"condition": "used","rvClass": "travel-trailer","make": "Forest River","priceMin": 15000,"priceMax": 60000,"maxItems": 30}
Output
{"title": "2022 FOREST RIVER ROCKWOOD MINI LITE 2509S","year": 2022,"make": "FOREST RIVER","model": "ROCKWOOD MINI LITE","condition": "used","rvClass": "Travel Trailer","stockNumber": "2695253P","price": 25474,"currency": "USD","lengthFeet": 29,"sleeps": 4,"slideOuts": 1,"dryWeightLbs": 5866,"dealerName": "RV Arizona Consignment Specialists","city": "Sherman","state": "TX","listingUrl": "https://rv.campingworld.com/rv/2022-forest-river-rockwood-mini-lite-2509s-2695253p-sherman-tx","sourceUrl": "https://rv.campingworld.com/","scrapedAt": "2026-08-04T16:20:00Z"}
Fields like msrp, sleeps, slideOuts, dryWeightLbs, mileage, and dealerName are only included when Camping World publishes that data for a given listing — they're never set to a placeholder value.
Use cases
- RV dealers & brokers — monitor competitor inventory and pricing nationwide
- RV buyers — track new and used inventory by class, make, price, and length
- Market research — analyze pricing trends across RV classes and manufacturers
- Financing & lending — cross-reference estimated monthly payments against listing prices
- Lead generation — identify dealers selling specific RV makes/models for partnership outreach
Why CampingWorld and not RVT.com?
This Actor was originally scoped for RVT.com. RVT.com (and its sister site RVTrader.com, both part of the Trader Interactive network) sit behind an AWS WAF human-verification JS challenge that returned a block on every Apify AUTO (free datacenter) proxy exit tested, with no cookie/login-free way around it. Camping World's RV marketplace (rv.campingworld.com) is a comparably large, national, real-inventory used+new RV marketplace with no anti-bot wall and no login requirement — a reliable, zero-cost replacement in the same category.
FAQ
Do I need a Camping World account? No — this scrapes Camping World's public RV search results, no login required.
Does this include private-seller listings? No — Camping World is a dealer network; all listings are from Camping World dealer locations.
Can I search by price range, length, or monthly payment?
Yes — priceMin/priceMax, lengthFeetMin/lengthFeetMax, and monthlyPaymentMax are all supported and filtered server-side by rv.campingworld.com itself.
Can I search by radius/zip code?
Not currently — Camping World's location-radius filter requires a client-side dealer lookup that isn't exposed via a stable public URL parameter. city/state are still returned on every listing so you can filter the output yourself.