Build powerful integrations with our RESTful API. Access price data, manage products, and automate your pricing workflow.
All API requests require authentication using a Bearer token. Include your API key in the Authorization header.
Authorization: Bearer YOUR_API_KEY
Get your API key from the Dashboard Settings.
https://api.trackupc.com/v1
Search for product prices across multiple marketplaces using UPC, ASIN, or EAN codes.
/search
{
"code": "889842640090",
"type": "upc"
}
{
"success": true,
"data": {
"product_name": "Microsoft Xbox Controller",
"code": "889842640090",
"code_type": "upc",
"lowest_price": 64.99,
"lowest_source": "Amazon",
"prices": [
{
"marketplace": "Amazon",
"price": 64.99,
"seller": "Amazon",
"url": "https://amazon.com/...",
"in_stock": true
}
]
}
}
/products
List all tracked products
/products
Add product to tracking
/products/:id
Remove product from tracking
| Plan | Requests/Day | Requests/Minute |
|---|---|---|
| Starter | 100 | 10 |
| Professional | 1,000 | 60 |
| Enterprise | 10,000 | 200 |