API Platform

Gamitin ang Lazada API para sa Singapore

I-target ang Lazada data para sa Singapore gamit ang country code SG.

Authentication at access

Kumuha ng API access

Kailangan ng eligible Ecomblade plan. Gumawa ng key sa authenticated API Platform, itago ang secret, at ipadala bilang Bearer token.

GET/api/v1/products/searchProduct search · platform, query, country, page=1, sort?
GET/api/v1/products/categoryMga produkto sa category · platform, categoryId, country, page=1, sort?
Halimbawang request
curl --get 'https://api.ecomblade.com/api/v1/products/search?platform=lazada&query=wireless+earbuds&page=1&country=SG' \
  --header 'Authorization: Bearer $ECOMBLADE_API_KEY'
Data na ibinabalik ng API

Halimbawang response

May normalized product fields at marketplace-specific data ang responses, kabilang ang identity, URLs, images, price, currency, ratings, sales at revenue signals kung available.

JSON
{
  "success": true,
  "data": {
    "region": "lazada.sg",
    "items": [
      {
        "itemId": "prod-10001",
        "name": "Wireless Noise-Cancelling Earbuds",
        "slug": "wireless-noise-cancelling-earbuds",
        "url": "https://marketplace.example/products/prod-10001",
        "brand": "Example Audio",
        "image": "https://cdn.example.com/products/prod-10001.jpg",
        "shopId": "shop-501",
        "shopName": "Example Audio Official",
        "price": 39.9,
        "originalPrice": 52.9,
        "discount": 25,
        "currency": "SGD",
        "sold": 1280,
        "monthlySold": 340,
        "totalSold": 4620,
        "revenue": 51072,
        "monthlyRevenue": 13566,
        "totalRevenue": 184338,
        "listingDate": "2026-01-15T00:00:00.000Z",
        "reviews": 894,
        "marketplaceData": {
          "lazada": {
            "rating": 4.8,
            "like": 920,
            "comment": 415,
            "stock": 680,
            "stockValue": 27132,
            "location": "Singapore"
          }
        }
      }
    ],
    "hasFullAccess": true,
    "isLimited": false
  }
}

Mahahalagang marketplace signal

May normalized product fields at marketplace-specific data ang responses, kabilang ang identity, URLs, images, price, currency, ratings, sales at revenue signals kung available.

Mga error at usage limit

Nagbabalik ng malinaw na HTTP errors ang invalid parameters, credentials, plan access, rate limits, upstream parsing, at exhausted pages. Suriin ang status at sundin ang Retry-After.

Mga madalas itanong
Aling endpoints ang sumusuporta sa Lazada?

Available ang GET /api/v1/products/search at GET /api/v1/products/category para sa Lazada.

Anong country value ang pipili sa Singapore?

Gamitin ang country=SG. Required ang country parameter para sa marketplace na ito.

Kumuha ng API access

Pumili ng eligible plan para gumawa ng API keys at ikonekta ang marketplace data.

Kumuha ng API accessHindi kailangan ng credit card.