Back to catalog
πŸ›’

Shopee

API Key

Shopee's official API for integration of various services from Shopee

πŸ›’ShoppingHTTPS

name

price

Product Id78,234,901
NameWireless Bluetooth Earbuds Pro
Price29.99
Rating4.7
Sold15,823

Sample Response

response.json
1{
2 "product_id": 78234901,
3 "name": "Wireless Bluetooth Earbuds Pro",
4 "price": 29.99,
5 "rating": 4.7,
6 "sold": 15823
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://open.shopee.com/documents?version=1" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs