# Mudah.my: Cars, Property, Mobiles, Home, Jobs & More

**Use case:** 

Scrape Mudah.my classifieds. Search/URL + filters. Get seller, images, timestamps & category-specific specs (cars, property, etc.) in clean records.

## Input

```json
{
  "mode": "search",
  "queries": [
    "iphone"
  ],
  "category": "all",
  "state": "all",
  "listingType": "all",
  "startUrls": [
    "https://www.mudah.my/malaysia/cars-for-sale?q=honda+civic"
  ],
  "maxItems": 20,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID"
  },
  "title": {
    "label": "Title"
  },
  "priceLabel": {
    "label": "Price"
  },
  "price": {
    "label": "Price (num)"
  },
  "category": {
    "label": "Category"
  },
  "listingType": {
    "label": "Type"
  },
  "condition": {
    "label": "Condition"
  },
  "location": {
    "label": "Location"
  },
  "seller": {
    "label": "Seller"
  },
  "sellerVerified": {
    "label": "Verified"
  },
  "images": {
    "label": "Images"
  },
  "timestamps": {
    "label": "Dates"
  },
  "url": {
    "label": "URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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