Skip to Content
ResourcesIntegrationsSearch ToolsWalmart

Walmart

Service domainECOMMERCE
Walmart icon
Arcade OptimizedBYOCPro

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

Author:Arcade
Version:4.0.0
Auth:No authentication required
2tools
2require secrets

Walmart Toolkit

The Walmart toolkit provides Arcade tools for searching and retrieving product data from Walmart's catalog via SerpAPI, enabling LLM agents to query products and fetch detailed listings programmatically.

Capabilities

  • Product search: Query Walmart's product catalog with keyword-based search, returning paginated results with has_more and next_offset for continuation (note: total_count is not available due to SerpAPI limitations).
  • Product details: Retrieve structured product information for a specific Walmart item by ID or URL.

Secrets

This toolkit requires one secret:

  • SERP_API_KEY: An API key issued by SerpAPI, the service used to query Walmart search results. To obtain it: create an account at serpapi.com, then find your private API key on the API Key page in your SerpAPI dashboard. Free-tier accounts have a limited monthly search quota; paid plans are required for higher volume. The key must be kept secret and is used to authenticate all outbound requests from the toolkit to SerpAPI.

Store this secret in Arcade using the Secrets documentation or directly via the Arcade dashboard.

Available tools(2)

2 of 2 tools
Operations
Behavior
Tool nameDescriptionSecrets
Get product details from Walmart.
1
Search Walmart products using SerpAPI. SerpAPI does not expose a total result count, so responses omit total_count; rely on has_more / next_offset to continue paging.
1
Last updated on