Retour à la bibliothèque
API Shopee Search
Extract detailed Shopee product information using our API for market insights and data-driven decisions.
Privé1 crédit = 1 requêteGET/v2/shopee/search
Vue d'ensemble de l'endpoint
Documentation détaillée, tarifs et exemples d'utilisation.
Chargement…
Exemples de code
Bash
curl --location --request GET 'https://api.piloterr.com/v2/shopee/search' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'Remplacez <token> par votre clé API, puis exécutez la requête depuis votre terminal ou votre application.
Essayer gratuitementExemple de réponse
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"
}Intégrations
Intégrez Shopee Search avec vos outils préférés.
Tarifs
1 crédit par requête
Avis
5 / 5 (58 avis)
66 utilisateurs actifs
392K requêtes
12ms temps de réponse moyen
Méthode
GET, POST
Chemin
/v2/shopee/search
Statut
Privé
Collections
API associées
Étendez vos capacités data avec ces outils complémentaires.