### Grocery API: Find Grocery Prices Easily
The **Grocery API** allows users to search and compare grocery prices across multiple retailers, such as Amazon and Walmart. This API helps users find real-time prices, customer reviews, availability, and delivery options for grocery items like vegetables, fruits, and more. Developers can integrate this API into eCommerce platforms, grocery delivery apps, or price comparison websites.
#### Key Features:
1. **Search by Product or Category**:
- Query grocery items by name or category (e.g., "vegetable") and get a list of relevant products.
- Find prices and availability for different grocery items on major retailers like Amazon and Walmart.
2. **Compare Prices Across Retailers**:
- View product prices from Amazon and Walmart, including any discounts or deals.
- Compare delivery options, shipping costs, and in-store pickup availability for your chosen products.
3. **Customer Reviews and Ratings**:
- Get detailed information on customer reviews and ratings for each product, helping users make informed purchasing decisions.
- Includes the number of reviews and overall rating.
4. **Product Links**:
- Direct links to purchase products from retailers, making it easy for users to shop quickly and efficiently.
- Integration with affiliate links for monetization opportunities.
5. **Shipping and Delivery Information**:
- Find shipping costs and delivery times (e.g., "2-hour delivery with Prime" on Amazon or "Pickup tomorrow" on Walmart).
- Get additional information such as whether the product is a bestseller or out of stock.
6. **Visual Product Data**:
- High-quality images of each product to enhance the user experience on eCommerce platforms or apps.
- Add visual appeal and clarity to product listings.
#### Example API Responses:
**Amazon Response Example**:
```json
{
"products": [
{
"name": "Organic Broccoli, 1 Each",
"price": "$4.26",
"currency": "$",
"customerReview": "4.7 out of 5 stars",
"customerReviewCount": "8751",
"shippingMessage": "$4.99 for 2-hour delivery with Prime",
"amazonLink": "https://www.amazon.com/dp/B000P6L3K0?tag=mahmudul07-20&linkCode=ogi&th=1&psc=1",
"image": "https://m.media-amazon.com/images/I/81w4CCxS1uL._AC_UL320_.jpg",
"boughtInfo": "60K+ bought in past month"
},
{
"name": "Organic Celery",
"price": "$3.49",
"currency": "$",
"customerReview": "4.7 out of 5 stars",
"customerReviewCount": "12913",
"shippingMessage": "$4.99 for 2-hour delivery with Prime",
"amazonLink": "https://www.amazon.com/dp/B000P6H21O?tag=mahmudul07-20&linkCode=ogi&th=1&psc=1",
"image": "https://m.media-amazon.com/images/I/71B547R-RjL._AC_UL320_.jpg",
"boughtInfo": "60K+ bought in past month"
}
]
}
```
**Walmart Response Example**:
```json
[
{
"position": 1,
"title": "Fresh Cucumber, Each",
"image": "https://i5.walmartimages.com/seo/Fresh-Cucumber-Each_5985ccc8-109e-411d-aca7-556ab217e1da.e3770028b0d00b3fa4e6a40c4e630ef9.jpeg?odnHeight=784&odnWidth=580&odnBg=FFFFFF",
"link": "https://www.walmart.com?q=vegetables/ip/Fresh-Cucumber-Each/44390954?classType=REGULAR&athbdg=L1200",
"price": {
"currentPrice": "$0.72",
"rawPrice": "0.72",
"originalPrice": "",
"currency": "$"
},
"reviewsCount": "",
"ratings": "",
"shippingMessage": "Pickup tomorrowDelivery tomorrow",
"isBestSeller": false,
"outOfStock": false
},
{
"position": 2,
"title": "Fresh Broccoli Crowns, Each",
"image": "https://i5.walmartimages.com/seo/Fresh-Broccoli-Crowns-Each_c721459d-3826-4461-9e79-c077d5cf191e_3.ca214f10bb3c042f473588af8b240eca.jpeg?odnHeight=784&odnWidth=580&odnBg=FFFFFF",
"link": "https://www.walmart.com?q=vegetables/ip/Fresh-Broccoli-Crowns-Each/51259378?classType=REGULAR&athbdg=L1600",
"price": {
"currentPrice": "$1.34",
"rawPrice": "1.34",
"originalPrice": "",
"currency": "$"
},
"reviewsCount": "",
"ratings": "",
"shippingMessage": "Pickup tomorrowDelivery tomorrow",
"isBestSeller": true,
"outOfStock": false
}
]
```
#### Perfect for:
- **Grocery delivery apps** looking to compare prices and shipping options across different retailers.
- **Price comparison websites** that display real-time product prices for consumers.
- **Developers** building applications for grocery shopping, allowing users to easily compare grocery prices and make informed decisions.
With the **Grocery API**, finding grocery prices and comparing products across multiple retailers has never been easier.
# Exploring the Grocery API: A Powerful Tool for Finding Grocery Prices Online
In today’s fast-paced world, consumers are looking for smarter, faster ways to save time and money on essential grocery shopping. Whether it’s comparing prices across retailers, finding the best deals, or getting real-time availability, the Grocery API is a powerful tool that enables developers to build applications or services that simplify grocery shopping for users. In this blog post, we will dive into what the Grocery API is, how to use it, and where you can implement it in your projects.
## What is the Grocery API?
The **Grocery API** is a data-rich API designed to provide real-time grocery prices and product availability from major retailers such as Amazon and Walmart. It offers information such as:
- Product names and descriptions
- Prices in multiple currencies
- Customer reviews and ratings
- Shipping and delivery options
- Stock availability
This API allows developers to integrate price comparisons, grocery lists, and shopping experiences directly into websites or applications. With growing demand for online shopping and price comparison tools, the Grocery API empowers developers to create tools that enhance the grocery shopping experience for their users.
---
## How to Use the Grocery API
The Grocery API is simple to use, with clear endpoints to query specific grocery items or categories. Here’s a step-by-step guide to using the API:
### Step 1: Set Up Your API Key
To access the Grocery API, you need an API key. If you're using platforms like **RapidAPI**, you can sign up and get access to the Grocery API through their marketplace. After signing up, you’ll receive a unique API key that you can use to authenticate your requests.
### Step 2: Choose the Retailer Endpoint
The API offers different retailer endpoints, such as Amazon and Walmart, allowing you to compare products across these platforms. Here’s an example request for querying vegetable prices on Amazon:
**Amazon Grocery Price Query Example**:
```bash
curl --request GET \
--url 'https://grocery-api2.p.rapidapi.com/amazon?query=vegetable' \
--header 'x-rapidapi-host: grocery-api2.p.rapidapi.com' \
--header 'x-rapidapi-key: YOUR_API_KEY'
```
**Walmart Grocery Price Query Example**:
```bash
curl --request GET \
--url 'https://grocery-api2.p.rapidapi.com/walmart?query=vegetables&page=1' \
--header 'x-rapidapi-host: grocery-api2.p.rapidapi.com' \
--header 'x-rapidapi-key: YOUR_API_KEY'
```
### Step 3: Process the API Response
Once you send the request, the API will return a response in JSON format. Here’s an example of a response from querying vegetable prices on Amazon:
**Example Response**:
```json
{
"products": [
{
"name": "Organic Broccoli, 1 Each",
"price": "$4.26",
"currency": "$",
"customerReview": "4.7 out of 5 stars",
"customerReviewCount": "8751",
"shippingMessage": "$4.99 for 2-hour delivery with Prime",
"amazonLink": "https://www.amazon.com/dp/B000P6L3K0?tag=mahmudul07-20&linkCode=ogi&th=1&psc=1",
"image": "https://m.media-amazon.com/images/I/81w4CCxS1uL._AC_UL320_.jpg",
"boughtInfo": "60K+ bought in past month"
}
]
}
```
The response includes details such as the product name, price, shipping information, and a link to purchase the product. You can parse this JSON data and display it in your application or use it to build various features.
---
## Where to Use the Grocery API
The Grocery API is versatile, and it can be implemented in many ways to enhance the user experience when shopping for groceries. Here are some ideas on how you can use it in your projects:
### 1. **Price Comparison Websites**
One of the most popular uses for the Grocery API is price comparison. If you're building a website that compares product prices across different retailers, the Grocery API can help you pull the latest prices from Amazon and Walmart. You can display side-by-side price comparisons for grocery items like fruits, vegetables, and household products.
### 2. **Grocery List Apps**
For apps designed to help users create and manage their grocery lists, integrating the Grocery API would allow users to search for products and instantly find the best prices. You can also provide additional details such as reviews and availability. Users can save items to their list and view how prices fluctuate over time.
### 3. **eCommerce or Delivery Platforms**
If you run an online grocery store or delivery service, integrating the Grocery API can provide valuable information to your customers. By showing them the prices of similar products on platforms like Amazon and Walmart, you can allow them to make informed purchasing decisions. This transparency could improve trust and customer retention.
### 4. **Affiliate Marketing Websites**
If you're an affiliate marketer, you can use the Grocery API to display products from Amazon and Walmart and include affiliate links. Users can compare prices and click on the links to make purchases, and you’ll earn commissions through the affiliate programs. It’s an effective way to create grocery price comparison content with monetization.
---
## Platforms You Can Build With the Grocery API
The Grocery API is highly adaptable and can be used on multiple platforms. Below are some examples:
### 1. **Mobile Applications**
You can integrate the Grocery API into mobile apps, allowing users to search and compare grocery prices while on the go. Whether you're building an iOS app with Swift or an Android app with Kotlin, the API's JSON responses make it easy to display the data dynamically in your app's interface.
### 2. **Web Applications**
For web developers, integrating the Grocery API into your website or web app can enhance the user experience by providing real-time grocery data. You can use frameworks like **React**, **Vue.js**, or **Angular** to build responsive front-ends that display the API's data efficiently.
### 3. **Server-Side Integrations**
If you need server-side integration, the Grocery API works well with back-end platforms like **Node.js**, **Django**, or **Ruby on Rails**. You can store data fetched from the API in your database and provide customized grocery comparison services to your users.
---
## Why Use the Grocery API?
- **Real-Time Data**: The API provides up-to-date pricing, availability, and shipping information from top retailers.
- **Versatile Integration**: Whether you’re building for mobile, web, or server-side applications, the API’s JSON format allows for easy integration.
- **Enhanced User Experience**: By offering real-time price comparisons and product reviews, you help users make informed decisions and save money.
- **Monetization Opportunities**: With affiliate links provided by retailers like Amazon, you can monetize your platform while providing value to your users.
---
## Conclusion
The **Grocery API** is an incredibly powerful tool for developers and businesses looking to provide real-time grocery price comparisons, product reviews, and shipping information. With simple integration, you can enhance eCommerce platforms, price comparison websites, or mobile apps, making the grocery shopping experience more efficient and user-friendly.
Whether you're a developer, entrepreneur, or affiliate marketer, the Grocery API opens up a world of possibilities in the world of online grocery shopping. Ready to start building? Get your API key today and take the first step toward revolutionizing the way people shop for groceries online!
API to find grocery prices and others info from Amazon
Grocery - Amazon - Endpoint Features
Object | Description |
---|---|
query |
[Required] |
{
"products": [
{
"name": "Organic Green Asparagus",
"price": "$4.43",
"currency": "$",
"customerReview": "4.7 out of 5 stars",
"customerReviewCount": "6185",
"shippingMessage": "$4.99 for 2-hour delivery with Prime",
"amazonLink": "https://www.amazon.com/dp/B002QY5PB2?tag=mahmudul07-20&linkCode=ogi&th=1&psc=1",
"image": "https://m.media-amazon.com/images/I/71B9p9DbUwL._AC_UL320_.jpg",
"boughtInfo": "80K+ bought in past month"
},
{
"name": "Organic Zucchini Squash",
"price": "$1.76",
"currency": "$",
"customerReview": "4.7 out of 5 stars",
"customerReviewCount": "11854",
"shippingMessage": "$4.99 for 2-hour delivery with Prime",
"amazonLink": "https://www.amazon.com/dp/B000P6J1P4?tag=mahmudul07-20&linkCode=ogi&th=1&psc=1",
"image": "https://m.media-amazon.com/images/I/71ownyOYwcS._AC_UL320_.jpg",
"boughtInfo": "90K+ bought in past month"
},
{
"name": "Amazon Fresh Brand, Mini Cucumbers, 16 Oz",
"price": "$2.19",
"currency": "$",
"customerReview": "4.5 out of 5 stars",
"customerReviewCount": "14069",
"shippingMessage": "FREE 2-hour delivery on orders over $100 with Prime",
"amazonLink": "https://www.amazon.com/dp/B086WXSSQV?tag=mahmudul07-20&linkCode=ogi&th=1&psc=1",
"image": "https://m.media-amazon.com/images/I/81JYWbCSJwL._AC_UL320_.jpg",
"boughtInfo": "70K+ bought in past month"
},
{
"name": "Asparagus, 1 Bunch",
"price": "$1.49",
"currency": "$",
"customerReview": "4.6 out of 5 stars",
"customerReviewCount": "4868",
"shippingMessage": "FREE 2-hour delivery on orders over $100 with Prime",
"amazonLink": "https://www.amazon.com/dp/B00E3J9QSG?tag=mahmudul07-20&linkCode=ogi&th=1&psc=1",
"image": "https://m.media-amazon.com/images/I/71xbZj3wP2L._AC_UL320_.jpg",
"boughtInfo": "20K+ bought in past month"
},
{
"name": "Green Onions (Scallions), One Bunch",
"price": "$0.99",
"currency": "$",
"customerReview": "4.7 out of 5 stars",
"customerReviewCount": "14848",
"shippingMessage": "FREE 2-hour delivery on orders over $100 with Prime",
"amazonLink": "https://www.amazon.com/dp/B002B9280S?tag=mahmudul07-20&linkCode=ogi&th=1&psc=1",
"image": "https://m.media-amazon.com/images/I/51gZXdUHXML._AC_UL320_.jpg",
"boughtInfo": "100K+ bought in past month"
},
{
"name": "Amazon Fresh Brand, Stoplight Bell Peppers, 3 Count",
"price": "$2.79",
"currency": "$",
"customerReview": "4.8 out of 5 stars",
"customerReviewCount": "7979",
"shippingMessage": "FREE 2-hour delivery on orders over $100 with Prime",
"amazonLink": "https://www.amazon.com/dp/B086WXFWP4?tag=mahmudul07-20&linkCode=ogi&th=1&psc=1",
"image": "https://m.media-amazon.com/images/I/71dI2aAJUFL._AC_UL320_.jpg",
"boughtInfo": "20K+ bought in past month"
},
{
"name": "Amazon Grocery Sliced Baby Bella Mushrooms, 8 Oz (Previously Fresh Brand, Packaging May Vary)",
"price": "$2.19",
"currency": "$",
"customerReview": "4.6 out of 5 stars",
"customerReviewCount": "15609",
"shippingMessage": "FREE 2-hour delivery on orders over $100 with Prime",
"amazonLink": "https://www.amazon.com/dp/B07XVZLV79?tag=mahmudul07-20&linkCode=ogi&th=1&psc=1",
"image": "https://m.media-amazon.com/images/I/811VOhb8qoL._AC_UL320_.jpg",
"boughtInfo": "30K+ bought in past month"
},
{
"name": "Asparagus, 1 Bunch",
"price": "$3.77",
"currency": "$",
"customerReview": "4.7 out of 5 stars",
"customerReviewCount": "26045",
"shippingMessage": "$4.99 for 2-hour delivery with Prime",
"amazonLink": "https://www.amazon.com/dp/B078ZG3THS?tag=mahmudul07-20&linkCode=ogi&th=1&psc=1",
"image": "https://m.media-amazon.com/images/I/71rpY2GtFHL._AC_UL320_.jpg",
"boughtInfo": "40K+ bought in past month"
},
{
"name": "Organic Broccoli, 1 Each",
"price": "$4.26",
"currency": "$",
"customerReview": "4.7 out of 5 stars",
"customerReviewCount": "9002",
"shippingMessage": "$4.99 for 2-hour delivery with Prime",
"amazonLink": "https://www.amazon.com/dp/B000P6L3K0?tag=mahmudul07-20&linkCode=ogi&th=1&psc=1",
"image": "https://m.media-amazon.com/images/I/81w4CCxS1uL._AC_UL320_.jpg",
"boughtInfo": "70K+ bought in past month"
},
{
"name": "Church Brothers Farms Halved Brussels Sprouts, 12 Oz",
"price": "$3.79",
"currency": "$",
"customerReview": "4.3 out of 5 stars",
"customerReviewCount": "1689",
"shippingMessage": "FREE 2-hour delivery on orders over $100 with Prime",
"amazonLink": "https://www.amazon.com/dp/B09GWBRFSH?tag=mahmudul07-20&linkCode=ogi&th=1&psc=1",
"image": "https://m.media-amazon.com/images/I/81kuoCZSlCL._AC_UL320_.jpg",
"boughtInfo": "10K+ bought in past month"
},
{
"name": "365 by Whole Foods Market Bean Green Microwave Trimmed Organic, 12 Ounce",
"price": "$3.99",
"currency": "$",
"customerReview": "4.6 out of 5 stars",
"customerReviewCount": "3754",
"shippingMessage": "$4.99 for 2-hour delivery with Prime",
"amazonLink": "https://www.amazon.com/dp/B07KG9MY3B?tag=mahmudul07-20&linkCode=ogi&th=1&psc=1",
"image": "https://m.media-amazon.com/images/I/615qf9LlUDL._AC_UL320_.jpg",
"boughtInfo": "70K+ bought in past month"
}
.....
}
curl --location --request GET 'https://zylalabs.com/api/6434/grocery+api/9256/grocery+-+amazon?query=vegetable' --header 'Authorization: Bearer YOUR_API_KEY'
Header | Description |
---|---|
Authorization
|
[Required] Should be Bearer access_key . See "Your API Access Key" above when you are subscribed. |
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
Each endpoint returns detailed information about grocery products, including names, prices, customer reviews, shipping options, and product images. For example, the Amazon endpoint provides data like "Organic Broccoli" with its price, review rating, and delivery information.
Key fields in the response data include "name," "price," "customerReview," "shippingMessage," "amazonLink," and "image." These fields provide essential details for users to make informed purchasing decisions.
The response data is organized in a JSON format, with products listed in an array. Each product object contains fields such as name, price, reviews, and links, making it easy to parse and display in applications.
Each endpoint provides information on product names, prices, customer reviews, shipping options, and availability. For instance, the Walmart endpoint includes details like whether a product is a bestseller or out of stock.
Users can customize their data requests using parameters like "query" to search for specific products or categories. For example, a request for "vegetables" will return relevant grocery items from the selected retailer.
The data is sourced from major retailers like Amazon and Walmart. The API aggregates real-time information from these platforms to ensure users receive accurate and up-to-date product details.
Typical use cases include building price comparison websites, grocery list apps, and eCommerce platforms. Developers can leverage the API to enhance user experiences by providing real-time pricing and product information.
Users can parse the JSON response to extract relevant fields for display in their applications. For example, they can show product names, prices, and images in a user-friendly format, facilitating easier shopping decisions.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the worldβs most reliable payment companies. If you have any trouble paying by card, just contact us at [email protected]
Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.
The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.
Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]
Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.
API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.
Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.
To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.
To check how many API calls you have left for the current month, refer to the βX-Zyla-API-Calls-Monthly-Remainingβ field in the response header. For example, if your plan allows 1,000 requests per month and you've used 100, this field in the response header will indicate 900 remaining calls.
To see the maximum number of API requests your plan allows, check the βX-Zyla-RateLimit-Limitβ response header. For instance, if your plan includes 1,000 requests per month, this header will display 1,000.
The βX-Zyla-RateLimit-Resetβ header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3,600, it means 3,600 seconds are left until the limit resets.
Yes, you can cancel your plan anytime by going to your account and selecting the cancellation option on the Billing page. Please note that upgrades, downgrades, and cancellations take effect immediately. Additionally, upon cancellation, you will no longer have access to the service, even if you have remaining calls left in your quota.
You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]
To give you the opportunity to experience our APIs without any commitment, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost. This trial can be used only once, so we recommend applying it to the API that interests you the most. While most of our APIs offer a free trial, some may not. The trial concludes after 7 days or once you've made 50 requests, whichever occurs first. If you reach the 50 request limit during the trial, you will need to "Start Your Paid Plan" to continue making requests. You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab. Alternatively, if you don't cancel your subscription before the 7th day, your free trial will end, and your plan will automatically be billed, granting you access to all the API calls specified in your plan. Please keep this in mind to avoid unwanted charges.
After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, itβs important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.
When you subscribe to an API free trial, you can make up to 50 API calls. If you wish to make additional API calls beyond this limit, the API will prompt you to perform an "Start Your Paid Plan." You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab.
Payout Orders are processed between the 20th and the 30th of each month. If you submit your request before the 20th, your payment will be processed within this timeframe.
Service Level:
100%
Response Time:
599ms
Service Level:
98%
Response Time:
388ms
Service Level:
100%
Response Time:
1,334ms
Service Level:
100%
Response Time:
7,295ms
Service Level:
100%
Response Time:
564ms
Service Level:
100%
Response Time:
709ms
Service Level:
100%
Response Time:
2,693ms
Service Level:
91%
Response Time:
167ms
Service Level:
64%
Response Time:
5,147ms
Service Level:
100%
Response Time:
4,013ms
Service Level:
100%
Response Time:
71ms
Service Level:
100%
Response Time:
180ms
Service Level:
100%
Response Time:
70ms
Service Level:
100%
Response Time:
265ms
Service Level:
100%
Response Time:
571ms
Service Level:
100%
Response Time:
3,427ms
Service Level:
100%
Response Time:
122ms
Service Level:
100%
Response Time:
86ms
Service Level:
100%
Response Time:
1,484ms
Service Level:
100%
Response Time:
2,077ms