Walmart
Arcade OptimizedBYOCPro
Arcade.dev LLM tools for searching for products sold by Walmart
Author:Arcade
Version:
3.0.1Auth:No authentication required
2tools
2require secrets
Walmart's Arcade toolkit empowers developers to seamlessly integrate product search functionalities and detailed product information retrieval from Walmart. This toolkit streamlines access to Walmart's extensive product catalog, enabling enhanced user experiences and effective e-commerce solutions.
Capabilities
- Retrieve comprehensive product details from Walmart's catalog
- Efficiently search for products with relevant filters
- Enhance e-commerce applications with real-time data
- Facilitate user-friendly product discovery
OAuth
- No OAuth required; integrates easily with an API key.
Secrets
- Requires an API key for authentication.
- Example: SERP_API_KEY for product search functionality.
Available tools(2)
2 of 2
| Tool name | Description | Secrets | |
|---|---|---|---|
Get product details from Walmart. | 1 | ||
Search Walmart products using SerpAPI. | 1 |
Selected tools
No tools selected.
Click "Show all tools" to add tools.
Requirements
Select tools to see requirements
#
Walmart.GetProductDetails
Get product details from Walmart.
Parameters
| Parameter | Type | Req. | Description |
|---|---|---|---|
item_id | string | Required | Item ID. E.g. '414600577'. This can be retrieved from the search results of the SearchProducts tool. |
Requirements
Secrets:SERP_API_KEY
Output
Type:
json— Product details#
Walmart.SearchProducts
Search Walmart products using SerpAPI.
Parameters
| Parameter | Type | Req. | Description |
|---|---|---|---|
keywords | string | Required | Keywords to search for. E.g. 'apple iphone' or 'samsung galaxy' |
sort_by | string | Optional | Sort the results by the specified criteria. Defaults to 'relevance_according_to_keywords_searched'.relevance_according_to_keywords_searchedlowest_price_firsthighest_price_firstbest_selling_products_firsthighest_rating_firstnew_arrivals_first |
min_price | number | Optional | Minimum price to filter the results by. E.g. 100.00 |
max_price | number | Optional | Maximum price to filter the results by. E.g. 100.00 |
next_day_delivery | boolean | Optional | Filters products that are eligible for next day delivery. Defaults to False (returns all products, regardless of delivery status). |
page | integer | Optional | Page number to fetch. Defaults to 1 (first page of results). The maximum page value is 100. |
Requirements
Secrets:SERP_API_KEY
Output
Type:
json— List of Walmart products matching the search query.Last updated on