# Carmudi Indonesia Vehicle Scraper (`rainminer/carmudi-id-scraper`) Actor

Scrape used and new car listings from Carmudi.co.id, Indonesia's leading car marketplace. Extract make, model, price, year, mileage, transmission, fuel type, color, body type, location, and seller for thousands of listings nationwide.

- **URL**: https://apify.com/rainminer/carmudi-id-scraper.md
- **Developed by:** [rainminer](https://apify.com/rainminer) (community)
- **Categories:** E-commerce, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.37 / 1,000 vehicle listings

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
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

### What does Carmudi Indonesia Vehicle Scraper do?

**Carmudi Indonesia Vehicle Scraper** extracts **used and new car listings** from [Carmudi.co.id](https://www.carmudi.co.id/mobil-dijual/indonesia) — Indonesia's leading online car marketplace with tens of thousands of active listings nationwide. Paste the nationwide inventory URL (`https://www.carmudi.co.id/mobil-dijual/indonesia`) or a single listing detail URL and export structured data — **make, model, variant, price, year, mileage, transmission, fuel type, color, body type, location, and seller name** — without writing any code.

Run it on the **Apify platform** to schedule crawls, export JSON/CSV/Excel, monitor failures, and integrate results via API.

### Why scrape Carmudi Indonesia?

- **Market research** — Track prices, mileage, and vehicle mix across Indonesia's largest car marketplace.
- **Inventory monitoring** — Watch new listings as dealers and private sellers add stock every day.
- **Competitive intelligence** — Compare dealer stock by brand, model, body type, and province.
- **Lead generation** — Collect vehicle URLs, seller names, and specs for outreach or enrichment.
- **Data pipelines** — Feed structured Indonesian car inventory into dashboards, alerts, or valuation tools.

### How to use Carmudi Indonesia Vehicle Scraper

1. Open the Actor in Apify Console.
2. Add the **Carmudi.co.id** inventory URL under **Start URLs** (or a specific listing detail URL).
3. Set **Maximum items** (listings per start URL).
4. Run the Actor and download the results from the **Dataset** tab.

### Input

Carmudi Indonesia Vehicle Scraper accepts **Start URLs**, **maxItems** (per start URL), and a **proxy configuration**. See the **Input** tab in Apify Console for details.

Supported start URLs:

- Nationwide inventory: `https://www.carmudi.co.id/mobil-dijual/indonesia`
- Listing detail page: `https://www.carmudi.co.id/dijual/mitsubishi-xpander-cross-premium-dki-jakarta-pondok-bambu/19149403`

Carmudi.co.id fronts every page with a Cloudflare security check that only clears reliably from Indonesian IP addresses. The Actor defaults to **Apify Residential proxy (country ID)** to pass this check — leave the proxy configuration as prefilled unless you have your own Indonesian proxy.

### Output

Each result is a structured vehicle object. You can download the dataset in **JSON, CSV, Excel, or HTML**.

```json
{
  "id": "19149403",
  "title": "2021 Mitsubishi Xpander Cross Premium MPV",
  "make": "Mitsubishi",
  "model": "Xpander Cross",
  "variant": "Premium",
  "bodyType": "MPV",
  "year": 2021,
  "mileage": 92500,
  "transmission": "Automatic",
  "fuelType": "Petrol",
  "color": "Putih",
  "seatingCapacity": 7,
  "condition": "Used",
  "price": 230000000,
  "currency": "IDR",
  "location": "Jakarta Timur, DKI Jakarta",
  "seller": "Used Car Experience Center",
  "description": "2021 Mitsubishi Xpander Cross Premium MPV ...",
  "imageUrl": "https://img4.icarcdn.com/30494191/thumb-l_mobil-bekas-mobil123-mitsubishi-xpander-cross-premium-mpv-indonesia_copy_6a0d34c3-2af1-4514-8e9d-56caea50836d.jpg.webp?smia=xTM",
  "imageUrls": ["https://img4.icarcdn.com/30494191/...jpg.webp"],
  "url": "https://www.carmudi.co.id/dijual/mitsubishi-xpander-cross-premium-dki-jakarta-pondok-bambu/19149403",
  "scrapedAt": "2026-08-21T08:16:48.068Z"
}
```

### What data can you extract from Carmudi Indonesia?

| Field | Description |
| --- | --- |
| id | Listing identifier |
| title | Full listing title |
| make | Vehicle brand |
| model | Model name |
| variant | Trim / variant name |
| bodyType | Body style (SUV, MPV, Sedan, Hatchback, etc.) |
| year | Model year |
| mileage | Odometer reading in km |
| transmission | Transmission type |
| fuelType | Fuel type |
| color | Exterior color |
| seatingCapacity | Number of seats |
| condition | Used or new |
| price | Listed price in IDR |
| currency | Price currency (IDR) |
| location | City / province in Indonesia |
| seller | Dealer or private seller name |
| description | Full listing description |
| imageUrl | Primary listing photo URL |
| imageUrls | Full photo gallery |
| url | Public vehicle detail URL |
| scrapedAt | ISO timestamp when the record was scraped |

### How much does it cost to scrape Carmudi Indonesia?

Carmudi.co.id requires a full browser session with an Indonesian residential proxy to pass its Cloudflare security check, so this Actor uses a headless browser and **Apify Residential proxy** by default. A typical test run with a handful of listings usually finishes in under a minute. Larger crawls scale with the number of listings and pages requested.

### Is it legal to scrape Carmudi Indonesia?

Our scrapers are ethical and only extract data that sellers have chosen to share publicly on their listings (vehicle specs, price, and the seller name shown on the ad). They do not extract private contact details such as phone numbers, WhatsApp numbers, or email addresses. Personal data may still be subject to data protection regulations in your jurisdiction — consult your legal counsel if you plan to use scraped data for purposes involving individuals.

### Image Credit

Image credit: [carmudi.co.id](https://www.carmudi.co.id/)

# Actor input Schema

## `startUrls` (type: `array`):

Carmudi.co.id search URLs (e.g. https://www.carmudi.co.id/mobil-dijual/indonesia) or individual listing detail URLs.

## `maxItems` (type: `integer`):

Maximum number of vehicle listings to return per start URL.

## `proxyConfiguration` (type: `object`):

Proxy settings. Carmudi.co.id is protected by a Cloudflare managed challenge that only clears on Indonesian residential IPs, so Apify Residential proxy (country ID) is used by default.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.carmudi.co.id/mobil-dijual/indonesia"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "ID"
  }
}
```

# Actor output Schema

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

No description

# 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 = {
    "startUrls": [
        {
            "url": "https://www.carmudi.co.id/mobil-dijual/indonesia"
        }
    ],
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "ID"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("rainminer/carmudi-id-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 = {
    "startUrls": [{ "url": "https://www.carmudi.co.id/mobil-dijual/indonesia" }],
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "ID",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("rainminer/carmudi-id-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 '{
  "startUrls": [
    {
      "url": "https://www.carmudi.co.id/mobil-dijual/indonesia"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "ID"
  }
}' |
apify call rainminer/carmudi-id-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,rainminer/carmudi-id-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/VkMa7jKwr3DmZopmU/builds/E4krx2nMAcDaOT55F/openapi.json
