API Platform

Gamitin ang Lazada API para sa Vietnam

I-target ang Lazada data para sa Vietnam gamit ang country code VN.

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=VN' \
  --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.vn",
    "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": 749000,
        "originalPrice": 999000,
        "discount": 25,
        "currency": "VND",
        "sold": 1280,
        "monthlySold": 340,
        "totalSold": 4620,
        "revenue": 958720000,
        "monthlyRevenue": 254660000,
        "totalRevenue": 3460380000,
        "listingDate": "2026-01-15T00:00:00.000Z",
        "reviews": 894,
        "marketplaceData": {
          "lazada": {
            "rating": 4.8,
            "like": 920,
            "comment": 415,
            "stock": 680,
            "stockValue": 509320000,
            "location": "Ho Chi Minh City"
          }
        }
      }
    ],
    "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 Vietnam?

Gamitin ang country=VN. 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.