Amovens Scraper avatar

Amovens Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Amovens Scraper

Amovens Scraper

Scrape peer-to-peer car rentals from amovens.com. Filter by city, dates, make, price, fuel, and more, or paste an Amovens search URL. Returns daily price, location, keyless/instant booking flags, and photos.

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

a day ago

Last modified

Categories

Share

⚡ Amovens Scraper

Want Spanish peer-to-peer car rentals from Amovens.com without clicking through the map? This scraper makes it easy.

Use structured filters (city, dates, make, price, fuel, keyless) — structured filters work better for AI agents — or paste an input_url from your browser once you've already filtered on Amovens. When input_url is set it overrides the filters below. Either way, you get clean CSV/JSON with daily prices, locations, and photos.

Amovens is GoMore's Spanish brand. The platform is the same; this actor is scoped to Spain / EUR.

💡 Perfect for...

  • Travel & mobility apps: Track private rental supply in Madrid, Barcelona, Valencia, and the rest of Spain.
  • Marketplaces: Monitor competitor P2P pricing and keyless / instant-booking mix.
  • Market research: Analyze EUR daily rates by city, make, and year.
  • Data analysts: Export structured Amovens listings for dashboards and valuation models.
  • 🤖 AI Agents: Power bots and workflows with live Amovens search results.
  • 📚 RAG Systems: Feed titles, specs, and prices into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 Input URL or Filters: Paste an Amovens /alquiler-coche-particulares/... or /cars URL if you already filtered in the browser, or use structured filters (better for AI agents). input_url always wins when set.
  • 🎯 Website-matched filters: City, pickup/return dates, make, body type, fuel, transmission, price, keyless, instant booking, delivery, pets, seats, and sort.
  • 🇪🇸 Built for Amovens Spain: Uses the same public search API as the website — fast, structured, and up to date.
  • Empty searches finish cleanly with 0 items instead of failing.

📦 What's inside the data?

For every rental listing, you will get:

  • Core details: id, url, title, year, make, model
  • Pricing: price_per_day, average_price_per_day, price_currency (EUR)
  • Location: location, city, postal_code, latitude, longitude, country
  • Booking: keyless, instant_booking, delivery, handover
  • Owner / ratings: owner_name, owner_acceptance_rate, rating, review_count
  • Media: image_url, image_urls

🛠️ Sort options

Use sort_by with these values:

  • recommended – Site default
  • distance – Nearest first (best with a location)
  • price_asc – Cheapest first

🚀 Quick start

Option A — Input URL

  1. Open Amovens car rental, pick a city if you want, copy the URL — e.g. https://amovens.com/alquiler-coche-particulares/madrid.
  2. Paste it into input_url.
  3. Set max_listings and click Start.

Option B — Structured filters (better for AI agents)

  1. Leave input_url empty.
  2. Set optional location (dropdown, e.g. Madrid), make, dates, price, fuel, and flags.
  3. Or set a text query (e.g. Tesla Model Y).
  4. Set max_listings (up to 2000) and click Start.

Export CSV, Excel, or JSON when done.

📥 Inputs

FieldDescription
input_urlOptional Amovens search/city URL (overrides filters)
locationDropdown of Amovens cities (madrid, barcelona, …). Empty = all of Spain
queryFree-text search as on Amovens
makeBrand as on Amovens
pickup_date / return_dateYYYY-MM-DD availability window
radius_meters500 / 1000 / 2000 / 3000 / 5000
price_min / price_maxDaily rate in EUR
car_typecity, sedan, stationcar, suv, van, minibus, coupe, cabriolet, campervan
fuel_typeelectricity, hybrid, gasoline, diesel
transmissionautomatic or manual
keyless / instant_booking / delivery / pets_welcome / more_than_five_seatsBoolean filters
sort_byrecommended, distance, or price_asc
max_listingsCap results (1–2000, default 50)

Example (filters):

{
"location": "madrid",
"make": "Tesla",
"sort_by": "price_asc",
"max_listings": 50
}

Example (dates):

{
"location": "barcelona",
"pickup_date": "2026-09-01",
"return_date": "2026-09-03",
"max_listings": 25
}

Example (URL override):

{
"input_url": "https://amovens.com/alquiler-coche-particulares/madrid",
"max_listings": 50
}

📤 Output example

{
"id": "395324",
"url": "https://amovens.com/cars/395324",
"title": "Kia Niro 2017",
"year": 2017,
"make": "Kia",
"model": "Niro",
"price_per_day": 36.0,
"price_currency": "EUR",
"location": "28017 Madrid",
"city": "Madrid",
"postal_code": "28017",
"country": "ES",
"keyless": true,
"instant_booking": true,
"rating": 5.0,
"image_url": "https://..."
}