Marketplace
Mudah My logo

Mudah My API

mudah.my

Malaysia classifieds marketplace - cars, property, electronics, and general listings.

Actions
9
Category
Marketplace
Login
Not required
Output
JSON

Call the Mudah My API

Submit a task, then poll the job until it settles. This example runs act_mudah_my_listing_ssr.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_mudah_my_listing_ssr",
    "params": {
      "category_path": "/malaysia/cars-for-sale"
    }
  }'

9 actions on mudah.my

Read

  • Category Listings

    act_mudah_my_listing_ssrread1 credit / call

    Returns listing cards for a category browse page, with titles, prices, and IDs.

    category_path
    string · required
  • Filter Facets

    act_mudah_my_filter_facetsread1 credit / call

    Returns available filter facets for a category, with filter groups, labels, and selectable values.

    category_id
    string · required
  • Homepage Sections

    act_mudah_my_homepage_ssrread1 credit / call

    Returns homepage featured sections with titles, links, and category navigation across verticals.

  • Listing Details

    act_mudah_my_listing_detail_ssrread1 credit / call

    Returns full details for a single listing including price, location, description, and IDs.

    list_id
    string · required
    slug
    string · required
  • Listing Search

    act_mudah_my_listing_searchread2 credits / call

    Returns paginated category listings with titles, prices, images, and links for a query.

    category_id
    string · required
    offset
    string · required
    limit
    integer
  • Property Listings

    act_mudah_my_property_listing_ssrread1 credit / call

    Returns property listings with price, bedrooms, bathrooms, size, and location for a category.

    category_path
    string · required
  • Similar Ads

    act_mudah_my_similar_adsread1 credit / call

    Returns similar listings for a given ad, with titles, prices, and image URLs.

    list_id
    string · required
    limit
    integer
  • Trending Ads

    act_mudah_my_trending_adsread2 credits / call

    Returns trending ads for a category, with titles, prices, links, and IDs.

    category_id
    string · required
    session_id
    string · required
    limit
    integer

Write

Write actions change state on mudah.my and run as the account you connect.

  • Trending Keywords

    act_mudah_my_trending_keywordswrite2 credits / call

    Returns trending search keywords and suggested queries for a category.

    category_id
    string · required
    type
    string

Mudah My API questions

Is there an API for Mudah My?
Mudah My does not offer a public data API for this, but Anakin Wire provides 9 maintained endpoints for mudah.my. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Mudah My data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when mudah.my changes its markup, Anakin updates the action.
Do I need a Mudah My account?
No. Every Mudah My action listed here runs anonymously — no account and no credentials required.
What does the Mudah My API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Marketplace APIs

All Marketplace sites