GoMore Scraper
Pricing
from $1.50 / 1,000 results
GoMore Scraper
Scrape peer-to-peer car rentals from gomore.dk. Filter by city, dates, make, price, fuel, and more, or paste a GoMore 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
⚡ GoMore Scraper
Want Danish peer-to-peer car rentals from GoMore.dk 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 GoMore. When input_url is set it overrides the filters below. Either way, you get clean CSV/JSON with daily prices, locations, and photos.
💡 Perfect for...
- Travel & mobility apps: Track private rental supply in Copenhagen, Aarhus, and the rest of Denmark.
- Marketplaces: Monitor competitor P2P pricing and keyless / instant-booking mix.
- Market research: Analyze DKK daily rates by city, make, and year.
- Data analysts: Export structured GoMore listings for dashboards and valuation models.
- 🤖 AI Agents: Power bots and workflows with live GoMore 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 a GoMore
/biludlejning/...URL 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 GoMore Denmark: 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(DKK) - 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 GoMore car rental, pick a city if you want, copy the URL — e.g.
https://gomore.dk/biludlejning/koebenhavn. - 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. Copenhagen), 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 GoMore search/city URL (overrides filters) |
location | Dropdown of GoMore cities (koebenhavn, aarhus, …). Empty = all of Denmark |
query | Free-text search as on GoMore |
make | Brand as on GoMore |
pickup_date / return_date | YYYY-MM-DD availability window |
radius_meters | 500 / 1000 / 2000 / 3000 / 5000 |
price_min / price_max | Daily rate in DKK |
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": "koebenhavn","make": "Tesla","sort_by": "price_asc","max_listings": 50}
Example (dates):
{"location": "aarhus","pickup_date": "2026-09-01","return_date": "2026-09-03","max_listings": 25}
Example (URL override):
{"input_url": "https://gomore.dk/biludlejning/koebenhavn","max_listings": 50}
📤 Output example
{"id": "1492714","url": "https://gomore.dk/lejebil/1492714","title": "Tesla Model Y 2023","year": 2023,"make": "Tesla","model": "Model Y","price_per_day": 450.0,"price_currency": "DKK","location": "8000 Aarhus","city": "Aarhus","postal_code": "8000","country": "DK","keyless": true,"instant_booking": true,"rating": 5.0,"image_url": "https://..."}