Back to library
Shopee Search API
Extract detailed Shopee product information using our API for market insights and data-driven decisions.
Private1 credit = 1 requestGET/v2/shopee/search
Endpoint Overview
Detailed documentation, pricing, and usage examples.
Loading…
Code samples
Bash
curl --location --request GET 'https://api.piloterr.com/v2/shopee/search' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'Replace <token> with your API key, then run the request from your terminal or app.
Create free account, get +500 creditsExample response
JSON
{
"data": {
"query": "tas wanita",
"results": [
{
"name": "Tas Wanita Model A",
"sold": 300,
"price": "150000",
"rating": 4.5,
"reviews": 120,
"currency": "IDR",
"image_url": "https://cf.shopee.co.id/file/123456abcdef.jpg",
"product_id": "123456",
"product_url": "https://shopee.co.id/product/123456"
},
{
"name": "Tas Wanita Model B",
"sold": 250,
"price": "200000",
"rating": 4.7,
"reviews": 98,
"currency": "IDR",
"image_url": "https://cf.shopee.co.id/file/abcdef123456.jpg",
"product_id": "123457",
"product_url": "https://shopee.co.id/product/123457"
},
{
"name": "Tas Wanita Model C",
"sold": 220,
"price": "175000",
"rating": 4.6,
"reviews": 85,
"currency": "IDR",
"image_url": "https://cf.shopee.co.id/file/7890abc123.jpg",
"product_id": "123458",
"product_url": "https://shopee.co.id/product/123458"
}
],
"pagination": {
"page": 1,
"total_pages": 20,
"next_page_url": "https://shopee.co.id/search?keyword=tas%20wanita&page=2",
"total_results": 200
}
},
"status": "success"
}Integrations
Integrate Shopee Search with your favorite tools.
Pricing
1 credit per request
Reviews
5 / 5 (58 reviews)
66 active users
392K requests
12ms avg response time
Method
GET, POST
Path
/v2/shopee/search
Status
Private
Collections
Related APIs
Expand your data capabilities with these complementary tools.