# Mudah Malaysia Cars Full Export

**Use case:** 

Full Export of Mudah Malaysia Cars. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startUrl": "https://www.mudah.my/malaysia/cars-for-sale",
  "maxItems": 500,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "title",
    "format": "text"
  },
  "make": {
    "label": "make",
    "format": "text"
  },
  "model": {
    "label": "model",
    "format": "text"
  },
  "year": {
    "label": "year",
    "format": "text"
  },
  "mileage": {
    "label": "mileage",
    "format": "text"
  },
  "price_myr": {
    "label": "price_myr",
    "format": "text"
  },
  "transmission": {
    "label": "transmission",
    "format": "text"
  },
  "location": {
    "label": "location",
    "format": "text"
  },
  "seller_type": {
    "label": "seller_type",
    "format": "text"
  },
  "url": {
    "label": "url",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Mudah Malaysia Cars Scraper](https://apify.com/parseforge/mudah-my-cars-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/mudah-my-cars-scraper) to learn more, explore other use cases, and run it yourself.