ShopSavvy Data API
Use our powerful HTTP API to access or track product details, pricing and availability data, historical data and more on millions of products and billions of prices across tens of thousands of retailers and sellers.
Use our powerful HTTP API to access or track product details, pricing and availability data, historical data and more on millions of products and billions of prices across tens of thousands of retailers and sellers.
The Power of ShopSavvy, Anywhere
Product details, prices, availability, scheduled refreshes, historical data, and more. It's all here and ready to integrate into your app, product, service, or workflow.
Product Details
Lookup and identify products using tons of different supported identifiers like barcode, ASIN, and more. Retrieve details like name, product images, other product identifiers and more for millions of products.
All Prices at All Retailers
Built upon our years of experience in e-commerce, our API can provide high accuracy, high fidelity, and comprehensive data about the price and availability of products across tens of thousands of retailers and millions of sellers.
Price & Availability Change History
We track each time the price or availability of a product changes at a per-offer level. You can request this data for a given date range, and each offer will contain a list of times its price and availability changed with timestamps.
Scheduled Price & Availability Refreshes
Easily set certain products to be 'refreshed' on a schedule you specify. When a product is refreshed, ShopSavvy finds all the latest prices and availability for it. You have full control over how frequently any product is refreshed and can add/remove/update your list of scheduled products at any time.
Packed with Features
Barcode Lookup
URL Lookup
Amazon ASIN Lookup
CSV Support
Model & MPN Lookup
Multiple Product Lookups
First Party Retailers & Third Party Sellers
Useful Metadata
Simple, Straightforward API Calls
Get product and pricing data with simple individual API calls
Look up products by barcode (UPC, EAN, ISBN), ASIN, URL, model number, or MPN
curl -X GET 'https://api.shopsavvy.com/v1/products?barcode=012345678901' \ -H 'Authorization: Bearer YOUR_API_KEY'
{
"product": {
"name": "Apple iPhone 15 Pro Max",
"brand": "Apple",
"category": "Electronics",
"images": [...],
"identifiers": {
"asin": "B0CHX3TW6K",
"upc": "195949038341"
}
}
}Get current prices and availability from 70,000+ retailers and sellers
curl -X GET 'https://api.shopsavvy.com/v1/offers?asin=B0CHX3TW6K' \ -H 'Authorization: Bearer YOUR_API_KEY'
{
"offers": [
{
"retailer": "Amazon",
"price": 999.00,
"availability": "in_stock",
"url": "https://amazon.com/...",
"condition": "new"
},
{
"retailer": "Best Buy",
"price": 999.99,
"availability": "in_stock",
"url": "https://bestbuy.com/...",
"condition": "new"
}
// ... 70,000+ retailers
]
}Get historical pricing and availability changes with timestamps for any date range
curl -X GET 'https://api.shopsavvy.com/v1/offers?asin=B0CHX3TW6K&history_days=30' \ -H 'Authorization: Bearer YOUR_API_KEY'
{
"offers": [
{
"retailer": "Amazon",
"current_price": 999.00,
"availability": "in_stock",
"history": [
{
"price": 1199.00,
"availability": "in_stock",
"timestamp": "2025-10-01T00:00:00Z"
},
{
"price": 999.00,
"availability": "in_stock",
"timestamp": "2025-10-15T14:30:00Z"
}
]
}
]
}Plus many more capabilities to fit your needs
Ready to get started?
Model Context Protocol Server
Connect Claude Desktop and other AI assistants directly to ShopSavvy's product database with our open-source MCP server. Get instant access to product lookups, pricing data, and price history right in your AI conversations.
Works with Claude Desktop, Cursor, and any MCP-compatible AI assistant
MIT licensed and available on GitHub for customization and contributions
Install with npm and configure in minutes with your API key
Straightforward, Fair, Competitive Pricing
Choose a plan below to get started. Once subscribed in our developer portal, you'll be given a Base URL and API Key. You'll use these to access the API.
Read the documentation for complete instructions.
Try the API for free
50 credits/month
Perfect for small projects
1,000 credits/month
For growing businesses
10,000 credits/month
High-volume usage
50,000 credits/month
For enterprise teams with custom requirements
Unlimited API credits
How Credits Work
Retrieving different kinds of data from the API costs different amounts of credits. Details are listed below, as well as in the documentation.
Get the latest news, and updates on ShopSavvy. You'll be glad you did!