Amovens Scraper
Pricing
from $1.50 / 1,000 results
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
Maintained by CommunityActor 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/carsURL if you already filtered in the browser, or use structured filters (better for AI agents).input_urlalways 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 defaultdistance– Nearest first (best with a location)price_asc– Cheapest first
🚀 Quick start
Option A — Input URL
- Open Amovens car rental, pick a city if you want, copy the URL — e.g.
https://amovens.com/alquiler-coche-particulares/madrid. - Paste it into
input_url. - Set
max_listingsand click Start.
Option B — Structured filters (better for AI agents)
- Leave
input_urlempty. - Set optional
location(dropdown, e.g. Madrid), make, dates, price, fuel, and flags. - Or set a text
query(e.g.Tesla Model Y). - Set
max_listings(up to 2000) and click Start.
Export CSV, Excel, or JSON when done.
📥 Inputs
| Field | Description |
|---|---|
input_url | Optional Amovens search/city URL (overrides filters) |
location | Dropdown of Amovens cities (madrid, barcelona, …). Empty = all of Spain |
query | Free-text search as on Amovens |
make | Brand as on Amovens |
pickup_date / return_date | YYYY-MM-DD availability window |
radius_meters | 500 / 1000 / 2000 / 3000 / 5000 |
price_min / price_max | Daily rate in EUR |
car_type | city, sedan, stationcar, suv, van, minibus, coupe, cabriolet, campervan |
fuel_type | electricity, hybrid, gasoline, diesel |
transmission | automatic or manual |
keyless / instant_booking / delivery / pets_welcome / more_than_five_seats | Boolean filters |
sort_by | recommended, distance, or price_asc |
max_listings | Cap 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://..."}