Gamitin ang Shopee API para sa Malaysia
I-target ang Shopee data para sa Malaysia gamit ang country code MY.
Kumuha ng API access
Kailangan ng eligible Ecomblade plan. Gumawa ng key sa authenticated API Platform, itago ang secret, at ipadala bilang Bearer token.
/api/v1/products/searchProduct search · platform, query, country, page=1, filters?/api/v1/products/categoryMga produkto sa category · platform, categoryId, country, categoryLevel=2, page=1curl --get 'https://api.ecomblade.com/api/v1/products/search?platform=shopee&query=wireless+earbuds&page=1&country=MY' \
--header 'Authorization: Bearer $ECOMBLADE_API_KEY'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.
{
"success": true,
"data": {
"status": 200,
"items": [
{
"itemId": "10001234567",
"name": "Wireless Noise-Cancelling Earbuds",
"slug": "wireless-noise-cancelling-earbuds-i.500123456.10001234567",
"url": "https://shopee.com.my/wireless-noise-cancelling-earbuds-i.500123456.10001234567",
"brand": "Example Audio",
"image": "https://cf.example.com/file/example-earbuds",
"shopId": "500123456",
"shopName": "Example Audio Official",
"price": 129.9,
"originalPrice": 169.9,
"discount": 24,
"currency": "MYR",
"sold": 1280,
"monthlySold": 340,
"totalSold": 4620,
"revenue": 166272,
"monthlyRevenue": 44166,
"totalRevenue": 600138,
"listingDate": "2026-01-15T00:00:00.000Z",
"reviews": 894,
"marketplaceData": {
"shopee": {
"rating": 4.8,
"like": 1200,
"comment": 415,
"stock": 680,
"stockValue": 88332,
"location": "Kuala Lumpur"
}
}
}
],
"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.
Aling endpoints ang sumusuporta sa Shopee?
Available ang GET /api/v1/products/search at GET /api/v1/products/category para sa Shopee.
Anong country value ang pipili sa Malaysia?
Gamitin ang country=MY. 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.