# GoMore Scraper (`dadhalfdev/gomore-scraper`) Actor

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.

- **URL**: https://apify.com/dadhalfdev/gomore-scraper.md
- **Developed by:** [Marco Rodrigues](https://apify.com/dadhalfdev) (community)
- **Categories:** Other
- **Stats:** 2 total users, 1 monthly users, 85.7% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.50 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## ⚡ GoMore Scraper

Want Danish peer-to-peer car rentals from [GoMore.dk](https://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_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 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 default
- **`distance`** – Nearest first (best with a location)
- **`price_asc`** – Cheapest first

### 🚀 Quick start

**Option A — Input URL**

1. Open [GoMore car rental](https://gomore.dk/biludlejning), pick a city if you want, copy the URL — e.g. `https://gomore.dk/biludlejning/koebenhavn`.
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. Copenhagen), 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

| 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):**

```json
{
  "location": "koebenhavn",
  "make": "Tesla",
  "sort_by": "price_asc",
  "max_listings": 50
}
```

**Example (dates):**

```json
{
  "location": "aarhus",
  "pickup_date": "2026-09-01",
  "return_date": "2026-09-03",
  "max_listings": 25
}
```

**Example (URL override):**

```json
{
  "input_url": "https://gomore.dk/biludlejning/koebenhavn",
  "max_listings": 50
}
```

### 📤 Output example

```json
{
  "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://..."
}
```

# Actor input Schema

## `input_url` (type: `string`):

Optional. Paste a GoMore search or city URL (e.g. https://gomore.dk/biludlejning/koebenhavn) to override the filters below.

## `location` (type: `string`):

City on GoMore. Leave as All of Denmark for a nationwide search. Ignored when input\_url is set.

## `query` (type: `string`):

Optional free-text filter as on GoMore (e.g. Tesla Model Y). Ignored when input\_url is set.

## `make` (type: `string`):

Car brand as on GoMore. Leave empty for all makes. Ignored when input\_url is set.

## `pickup_date` (type: `string`):

Optional pickup date (YYYY-MM-DD). Ignored when input\_url is set.

## `return_date` (type: `string`):

Optional return date (YYYY-MM-DD). Ignored when input\_url is set.

## `radius_meters` (type: `integer`):

Max distance from the location. Typical values: 500, 1000, 2000, 3000, 5000. Leave empty for any distance. Ignored when input\_url is set.

## `price_min` (type: `integer`):

Minimum daily rate in DKK. Ignored when input\_url is set.

## `price_max` (type: `integer`):

Maximum daily rate in DKK. Ignored when input\_url is set.

## `car_type` (type: `string`):

Body type as on GoMore. Ignored when input\_url is set.

## `fuel_type` (type: `string`):

Fuel filter. Ignored when input\_url is set.

## `transmission` (type: `string`):

Gearbox filter. Ignored when input\_url is set.

## `keyless` (type: `boolean`):

Only cars that unlock from the app. Ignored when input\_url is set.

## `instant_booking` (type: `boolean`):

Only cars with instant booking (Kvikbooking). Ignored when input\_url is set.

## `delivery` (type: `boolean`):

Only cars that can be delivered. Ignored when input\_url is set.

## `pets_welcome` (type: `boolean`):

Only cars that allow pets. Ignored when input\_url is set.

## `more_than_five_seats` (type: `boolean`):

Only cars with 6+ seats. Ignored when input\_url is set.

## `sort_by` (type: `string`):

Result order. Ignored when input\_url is set.

## `max_listings` (type: `integer`):

How many rental listings to return (1–2000).

## Actor input object example

```json
{
  "location": "",
  "make": "",
  "car_type": "",
  "fuel_type": "",
  "transmission": "",
  "keyless": false,
  "instant_booking": false,
  "delivery": false,
  "pets_welcome": false,
  "more_than_five_seats": false,
  "sort_by": "recommended",
  "max_listings": 50
}
```

# Actor output Schema

## `overview` (type: `string`):

Table view of scraped listings using the dataset 'overview' view.

## `results` (type: `string`):

All scraped listings from the default dataset without view transformation.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("dadhalfdev/gomore-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("dadhalfdev/gomore-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call dadhalfdev/gomore-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,dadhalfdev/gomore-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/SHwnItoNho2Eto6ec/builds/BWBf7BzQNQRXengY8/openapi.json
