Skip to Content

Walmart

Walmart icon
Arcade OptimizedBYOCPro

Arcade.dev LLM tools for searching for products sold by Walmart

Author:Arcade
Version:3.0.1
Auth:No authentication required
2tools
2require secrets
PyPI VersionPython VersionsWheel StatusDownloadsLicense

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 nameDescriptionSecrets
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

ParameterTypeReq.Description
item_idstringRequiredItem ID. E.g. '414600577'. This can be retrieved from the search results of the SearchProducts tool.

Requirements

Secrets:SERP_API_KEY

Output

Type:jsonProduct details
#

Walmart.SearchProducts

Search Walmart products using SerpAPI.

Parameters

ParameterTypeReq.Description
keywordsstringRequiredKeywords to search for. E.g. 'apple iphone' or 'samsung galaxy'
sort_bystringOptionalSort 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_pricenumberOptionalMinimum price to filter the results by. E.g. 100.00
max_pricenumberOptionalMaximum price to filter the results by. E.g. 100.00
next_day_deliverybooleanOptionalFilters products that are eligible for next day delivery. Defaults to False (returns all products, regardless of delivery status).
pageintegerOptionalPage number to fetch. Defaults to 1 (first page of results). The maximum page value is 100.

Requirements

Secrets:SERP_API_KEY

Output

Type:jsonList of Walmart products matching the search query.
Last updated on