Investigación de productos de Amazon
Busca oportunidades de producto en Amazon mediante criterios de categoría, demanda, precio y competencia.
Disponible1 crédito(s) / solicitud
POST
/v1 /amazon /product /researchEjemplos de datos de la API
Consulta el cuerpo de la solicitud y la estructura completa de la respuesta de este endpoint.
{
"marketplace": "US",
"month": "nearly",
"keyword": "bath rug",
"matchType": 2,
"minPrice": 20,
"maxPrice": 80,
"minUnits": 500,
"minRating": 4,
"maxRatings": 3000,
"variation": "Y",
"page": 1,
"size": 20,
"order": {
"field": "total_units",
"desc": true
}
}{
"request_id": "8fb43e59-4ff9-4dc8-a4b7-2ed164e45ab8",
"data": {
"pages": 8,
"page": 1,
"size": 20,
"total": 153,
"took": 186,
"order": {
"field": "total_units",
"desc": true
},
"items": [
{
"asin": "B0DB5VT4QJ",
"parent": "B0DP268C4Y",
"brand": "Example Brand",
"title": "Example absorbent bathroom rug",
"imageUrl": "https://images.example.com/products/B0DB5VT4QJ.jpg",
"nodeId": 1063242,
"nodeIdPath": "1055398:1063236:1063242",
"nodeLabelPath": "Home & Kitchen:Bath:Bath Rugs",
"bsr": 13,
"units": 158113,
"revenue": 16059537,
"price": 39.99,
"profit": 71.71,
"ratings": 18821,
"rating": 4.4,
"ratingsCv": 2179,
"fulfillment": "FBA",
"variations": 12,
"sellers": 1,
"sellerNation": "US",
"badge": {
"bestSeller": "#1 Best Seller in Bath Rugs",
"amazonChoice": "N",
"newRelease": "N",
"ebc": "Y",
"video": "N"
},
"subcategories": [
{
"code": "1063242",
"rank": 1,
"label": "Bath Rugs"
}
]
}
]
}
}Disponible
POST /v1/amazon/product/research
Correspondencia
| Elemento | Valor |
|---|---|
| MCP Code | product_research |
| Método REST original | POST |
| Documentación original | Documentación oficial |
Ejemplo
curl --request POST \
--url https://ecommercedataapi.com/v1/amazon/product/research \
--header "Content-Type: application/json" \
--header "X-API-Key: ${ECOMMERCE_DATA_API_KEY}" \
--data '{"marketplace":"US","keywords":"wireless charger","page":1,"size":20}'Los filtros y la paginación se envían directamente en el cuerpo JSON. La respuesta usa request_id y data.items; los campos opcionales dependen del marketplace y del resultado.
{
"request_id": "uuid",
"data": {
"page": 1,
"size": 20,
"total": 1,
"items": [
{ "asin": "B08CK5Z5Q1", "title": "Example product", "price": 19.99 }
]
}
}Compara demanda, competencia, coste y cumplimiento con fuentes independientes antes de comprar inventario. La API apoya la investigación, no garantiza una oportunidad rentable.
AI skills and agents that use this API
Start from a seller task, see how these capabilities use the current API, and review source and permissions before installation.
Skill de Ecommerce Data API
Descubre y consulta APIs de Amazon en tiempo real desde agentes de programación compatibles.
Gestor de producto de Amazon
Guía práctica para usar Gestor de producto de Amazon con revisión humana.
Investigación de productos de Amazon
Guía práctica para usar Investigación de productos de Amazon con revisión humana.
Expansión transfronteriza de TikTok Shop
Guía práctica para usar Expansión transfronteriza de TikTok Shop con revisión humana.