Mudah Products Scraper avatar

Mudah Products Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Mudah Products Scraper

Mudah Products Scraper

Scrape product ads from mudah.my. Use the same listing filters as the site or paste a URL — the URL wins when set.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

🛍️ Mudah Products Scraper

Want Mudah product ads in a spreadsheet? This scraper makes it easy.

Use structured filters — better for AI agents — or paste an input_url. When input_url is set it overrides the filters.

Mudah is Malaysia’s main classifieds site. Everything that is not a car or a property — electronics, home items, motorcycles, jobs, pets, and more. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Marketplaces: Export Malaysian product and classified ads from Mudah.
  • Dashboards: Track new ads without paging the site.
  • Market research: Slice ads by major group, state, or price.
  • Data analysts: Export structured rows with public listing URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live Mudah results.
  • 📚 RAG Systems: Feed titles, prices, and cities 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 Mudah search or listing URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Keyword, Category, state, condition, seller, price, and sort.
  • 🌐 Listing cards: Title, price, category, condition, state, and listing URL.

📦 What's inside the data?

ad_id, url, title, price, category, condition, seller_type, region, city, image

🚀 Quick start

Option A: paste https://www.mudah.my/malaysia/electronics-for-sale. Option B: pick a state and set max_results.

Input Example (filters):

{
"state": "8",
"max_results": 100,
"category": "3000"
}

Input Example (URL):

{
"input_url": "https://www.mudah.my/malaysia/electronics-for-sale",
"max_results": 100
}

Output Example:

{
"ad_id": "136001009",
"url": "https://www.mudah.my/example-listing-136001009.htm",
"title": "Samsung A06 5G",
"price": 380,
"category": "Mobile Phones & Gadgets",
"condition": "Used",
"seller_type": "Private",
"region": "Selangor",
"city": "Petaling Jaya",
"image": "https://img.rnudah.com/grids/example.jpg"
}

Output fields:

FieldDescription
ad_idMudah ad id.
urlPublic listing page.
titleAd title.
pricePrice in Malaysian ringgit when shown.
categoryMudah product group, such as electronics or home items.
conditionUsed or new when shown.
seller_typePrivate seller or dealer.
regionMalaysian state.
cityCity or area.
imageListing photo.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNoMudah search or listing URL. Overrides every filter.
querystringNoSame as the site search box.
categorystring enumNoallCategory
statestring enumNoallMalaysian state.
conditionstring enumNoanyUsed or new.
sellerstring enumNoanyonePrivate seller or dealer.
price_minintegerNoLowest price in Malaysian ringgit.
price_maxintegerNoHighest price in Malaysian ringgit.
sortstring enumNolatestLatest, price low-high, or price high-low.
max_resultsintegerNo50Maximum rows (12000).