Camperdays Scraper avatar

Camperdays Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Camperdays Scraper

Camperdays Scraper

Scrape campervan hire offers from camperdays.com. Filter by city, dates, and vehicle type, or paste a Camperdays URL.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Want Camperdays listings in a spreadsheet? This scraper makes it easy.

Use structured filters — better for AI agents — or paste an input_url. When input_url is set it overrides the filters.

Scrape campervan hire offers from camperdays.com. Filter by city, dates, and vehicle type, or paste a Camperdays URL. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Travel brands: Export Berlin, Munich, Amsterdam, and other city offers.
  • Dashboards: Track nightly camper prices across providers.
  • Market research: Compare stations and vehicle types.
  • Data analysts: Export structured rows with public listing URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live Camperdays results.
  • 📚 RAG Systems: Feed titles and locations into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 Input URL or Filters: Paste a Camperdays city page, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Location, pickup/return dates, vehicle type, and keyword.
  • 🌐 Listing cards: Title, price, currency, station, photo, and vehicle type.

📦 What's inside the data?

id, url, title, price, currency, location, image, vehicle_type

🚀 Quick start

Option A: paste https://www.camperdays.com/campervans-germany/berlin.html. Option B: pick a location or other filter and set max_results.

Input Example (filters):

{
"location": "berlin",
"vehicle_type": "campervan",
"max_results": 50
}

Input Example (URL):

{
"input_url": "https://www.camperdays.com/campervans-germany/berlin.html",
"max_results": 50
}

Output Example:

{
"id": "offer-12345",
"url": "https://www.camperdays.com/campervans-germany/berlin.html",
"title": "Beach Hostel Berlin",
"price": 65,
"currency": "EUR",
"location": "Berlin, Germany",
"image": "https://www.camperdays.com/images/beach-hostel.jpg",
"vehicle_type": "campervan"
}

Output fields:

FieldDescription
idListing id.
urlPublic listing page.
titleListing title.
priceNightly or offer price when shown.
currencyCurrency when shown.
locationCity, state, or depot.
imageListing photo.
vehicle_typeVehicle category from the site.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNo—Site URL. Overrides every filter.
locationdropdownNo—City (Berlin, Munich, Amsterdam, Paris, Rome, Barcelona, London).
pickup_datestringNo—Pickup date (year-month-day).
dropoff_datestringNo—Return date (year-month-day).
vehicle_typedropdownNo—Campervan, motorhome, or panel van.
querystringNo—Keyword filter on title or station.
max_resultsintegerNo50Maximum rows (1–2000).