# Home Depot Stores API (https://www.socialcrawl.dev/platforms/home_depot/stores) > Returns Home Depot stores near a US ZIP code, each with its store id, name, full address, phone number, distance in miles, store type, and seven days of opening hours. The store id is the value GET /v1/home_depot/search and GET /v1/home_depot/product take as store_id to localise price and per-store stock, so this is the endpoint that turns a postcode into localised pricing. Store data changes rarely, so it is 1 credit and heavily cached. TL;DR: `GET /v1/home_depot/stores` costs 1 credit per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `query` | yes | Five-digit US ZIP code to search near, for example 95032. The nearest stores are returned in distance order. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/home_depot/stores?query=95032" \ -H "x-api-key: sc_YOUR_API_KEY" ``` See the full Home Depot API: https://www.socialcrawl.dev/platforms/home_depot ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing