API PRICING & STOCK
Track competitor prices and stock in real time
Integrate pricing intelligence directly into your tools via a simple REST API. Start with 100 free credits.
Features
What you can do with the API
Price lookup by GTIN
- Query competitor prices for any product using its GTIN/EAN barcode.
- Get retailer, price, currency, and stock status.
Batch queries
- Send up to 50 GTINs or SKUs in a single request.
- Ideal for catalog-wide price monitoring.
Connectors
- Native integrations with Shopify and Magento.
- Export to S3, BigQuery, Snowflake or Databricks.
Rate limiting & security
- Bearer token authentication
- 60 req/min rate limiting
- and full usage tracking via your dashboard.
Data export
- Export your pricing data in JSON, CSV, or JSONL format with pagination support.
Multi-language
- API responses in English, French, German, Spanish, Italian and Chinese.
Code example
Quick start — one cURL command
curl -X GET "https://app.retailshake.com/api/v1/pricing?gtin=3017620422003" \ -H "Authorization: Bearer YOUR_API_TOKEN"
{
"success": true,
"data": {
"gtin": "3017620422003",
"product": "Nutella 750g",
"prices": [
{ "retailer": "Carrefour", "price": 4.95, "currency": "EUR", "in_stock": true },
{ "retailer": "Auchan", "price": 5.10, "currency": "EUR", "in_stock": true },
{ "retailer": "Leclerc", "price": 4.85, "currency": "EUR", "in_stock": false }
]
},
"credits_remaining": 97
}Pricing
Simple, transparent pricing
1 credit = 1 API call. No monthly commitment.
Free trial
100 credits
Free
- All endpoints
- Dashboard access
- Auto-activated on signup
Starter
500 credits
€50
- All endpoints
- Connectors
- Data export
Business ⭐
2000 credits
€150
- All endpoints
- Connectors
- Data export
- Priority support
Enterprise
10 000 credits
€500
- All endpoints
- Connectors
- Data export
- Priority support
- Dedicated onboarding
Integrations
Works with your stack
Shopify, Magento, AWS S3, BigQuery, Snowflake, Databricks