DocumentationDashboard

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 credits

Parameters

Supply at least one of zipcode or storeid. Neither is required on its own.

NameTypeRequiredDescription
zipcodestringone of5-digit US ZIP code.
storeidstringone ofWalmart 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.