Mudah.my Scraper | Malaysia Cars, Property & Classifieds avatar

Mudah.my Scraper | Malaysia Cars, Property & Classifieds

Pricing

from $2.50 / 1,000 results

Go to Apify Store
Mudah.my Scraper | Malaysia Cars, Property & Classifieds

Mudah.my Scraper | Malaysia Cars, Property & Classifieds

Scrape Mudah.my, Malaysia's top marketplace with 1.6M+ listings. Cars, property, motorbikes & electronics across 16 states. Perodua, Proton & local brand data. Freehold/Leasehold property filter.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

Haketa

Haketa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

🛒 Mudah.my Scraper — Malaysia's Largest Marketplace

Extract listings from Mudah.my — Malaysia's #1 classifieds platform with 1.6 million active listings and 7.6 million monthly visitors.

Cars, property, motorbikes, electronics and jobs across all 16 Malaysian states.


⚡ What Makes This Scraper Different?

Two Mudah scrapers already exist on Apify. Here's why you'd use this one:

FeatureOther ScrapersThis Scraper
Data extractionDOM only✅ API interception + DOM fallback
Freehold/Leasehold❌ Not extracted✅ Tenure field for property
Local car brandsBasic✅ Perodua, Proton native support
Engine capacity✅ CC extraction for vehicles
Furnishing status✅ Fully/Partially/Unfurnished
Price$2/1KCompetitive

🚗 Perfect For Malaysian Vehicle Data

Malaysia has a unique automotive market dominated by local brands (Perodua Myvi, Proton Saga) alongside imported vehicles with varying tax structures. This scraper captures:

  • Make & Model — Perodua, Proton, Toyota, Honda and all brands
  • Year, mileage, transmission, fuel type
  • Engine capacity (cc) — critical for Malaysian road tax calculation
  • Condition — New vs Used
  • Dealer vs Individual seller identification

🏠 Malaysian Property Intelligence

The scraper extracts property-specific fields that matter in Malaysia:

  • Tenure — Freehold vs Leasehold (major price factor in Malaysia)
  • Sq Ft — Standard Malaysian property sizing
  • Furnishing — Fully, Partially or Unfurnished
  • Bedrooms & Bathrooms
  • State-level filtering — KL, Selangor, Johor, Penang and all 16 states

🔧 Quick Start

Used cars in Selangor:

{
"category": "cars-for-sale",
"states": ["selangor"],
"maxRecords": 100,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Perodua cars across Malaysia:

{
"category": "cars-for-sale",
"makes": ["perodua"],
"maxRecords": 200
}

Rental property in KL with full details:

{
"category": "property-for-rent",
"states": ["kuala-lumpur"],
"scrapeDetails": true,
"maxRecords": 50
}

📦 Sample Output

Car Listing

{
"listingId": "106289648",
"title": "Toyota Vios 2020 Used",
"category": "Cars",
"price": 68000,
"currency": "MYR",
"make": "Toyota",
"model": "Vios",
"year": 2020,
"mileage": 45000,
"transmission": "Automatic",
"fuelType": "Petrol",
"ccEngine": 1496,
"condition": "Used",
"sellerType": "Individual",
"state": "Selangor",
"listingUrl": "https://www.mudah.my/Toyota-Vios-2020-106289648.htm"
}

Property Listing

{
"title": "Fully Furnished Condo in Mont Kiara",
"category": "Property (Rent)",
"price": 2800,
"currency": "MYR",
"propertyType": "Condominium",
"bedrooms": 3,
"bathrooms": 2,
"sqft": 1200,
"furnishing": "Fully Furnished",
"tenure": "Freehold",
"state": "Kuala Lumpur"
}

🎯 Use Cases

🚗 Used Car Dealer Intelligence

Track pricing for Perodua Myvi, Proton Saga, Toyota Vios and Honda City — Malaysia's top sellers. Monitor dealer vs individual pricing gaps. Schedule weekly runs for price trend analysis.

🏢 Property Investment Research

Compare rental yields across KL, Selangor, Johor and Penang. Filter Freehold properties for long-term investment. Track furnished vs unfurnished rental premiums.

📊 Insurance & Vehicle Valuation

Malaysian insurance companies need market reference prices by make, model, year and mileage. Structured JSON output feeds directly into valuation models.

💼 Market Research & Analytics

Mudah.my is the primary data source for Malaysian marketplace intelligence. 1.6M+ listings provide statistically significant sample sizes for any category.


⚠️ Technical Notes

  • Dual extraction — API interception (fast, structured) with DOM fallback (reliable)
  • WAF handling — Cloudflare/WAF challenge auto-detection with wait loop
  • Residential proxy recommended for large scrapes
  • Session rotation — fresh browser per search URL
  • Offset pagination?o=0, ?o=20, ?o=40

📜 Changelog

VersionDateNotes
1.0.02026-05-11Initial release — Playwright + API interception, 7 categories, 16 states, tenure/furnishing extraction