Walmart
Store Lookup
A store-scoped page fetch: which Walmart store a ZIP resolves to, and that store's own details.
GET
/v1/walmart/store10 creditsParameters
Supply at least one of zipcode or storeid. Neither is required on its own.
| Name | Type | Required | Description |
|---|---|---|---|
| zipcode | string | one of | 5-digit US ZIP code. |
| storeid | string | one of | Walmart store id. |
Request
curl --request GET 'https://data-api.roketfy.com/v1/walmart/store?zipcode=%3Czipcode%3E' \
--header 'Authorization: Bearer YOUR_TOKEN'MCP
Available to AI agents as the tool walmart_store, with the same parameters and the same credit cost.