SmartPea API 
SmartPea API is a
RESTful API designed for developers who want to access to hyper-localized grocery deals data.
We collect grocery deals information at real time from over 40 national retailers across US. For each searched grocery item,
we show the following information:
- Title
- Retailer's name
- Image
- Description
- Deal restriction
- Current price
- Regular price
- Savings
- Nutritional facts: including calories, fat, cholesterol, sodium, potassium, sugar, fiber, carb, protein.
- Nutrition rating
- Nutrition highlight: including whether the item includes ingredients that may pose a health concern.
- User rating
- User comments
To query SmartPea API, simply query:
http://api.smartpea.com/api/deal/?title={grocery item title}&zip={zipcode}
E.g. to query juice deals within zip code 92116, just query
http://api.smartpea.com/api/deal/?title=juice&zip=92116
SmartPea API provides localized grocery information that can be used to power different types of applications. A few examples include:
- Shopping list
- Recipe
- Calorie counting
- Household budgeting
Please contact us at
contact@smartpea.com if you have any questions with regard to SmartPea API.