Skip to main content
GET
Get Store Detail
Fetch a physical Walmart store by its store number. One call returns the store’s address, geo, phone and opening hours, its per-department services — each with its own phone and hours — fuel prices where the store has a station, and roughly 30 nearby stores in the same shape. Credits: 5
No surveyed competitor offers a Walmart store-detail endpoint at all.

Authorization

string
required
Your ScrapeBadger API key.

Path Parameters

string
required
Walmart store number, e.g. 100.

Response

object
The store.
string[]
Department names carried by this store.
object[]
Populated only for stores with a fuel station.
integer
Number of nearby stores returned (~30).
Store[]
Nearby stores, same Store shape, each with distance_miles.

Example

Response
Each department in services[] carries its own phone and hours — the pharmacy above opens four hours after the store does. Read department hours from services[], never from the store’s hours[].

Errors