Discover/homegoods.com API
live

homegoods.com APIhomegoods.com

Find HomeGoods store locations across the US. Search by zip, city, or coordinates. Get hours, addresses, phone numbers, and services for any store.

Endpoints
3
Updated
3mo ago
Try it
Maximum number of stores to return.
Latitude coordinate. Must be used with longitude.
Location to search near (e.g., '10001', 'Los Angeles, CA', '123 Main St, Chicago IL'). Eit
Longitude coordinate. Must be used with latitude.
api.parse.bot/scraper/d848768c-bd78-439f-be44-3e8e181da592/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/d848768c-bd78-439f-be44-3e8e181da592/search_stores?limit=3&location=10001' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for HomeGoods stores near a location. Accepts a location string (zip code, city, address) or latitude/longitude coordinates. Returns up to 25 nearby stores sorted by distance.

Input
ParamTypeDescription
limitintegerMaximum number of stores to return.
latitudenumberLatitude coordinate. Must be used with longitude.
locationstringLocation to search near (e.g., '10001', 'Los Angeles, CA', '123 Main St, Chicago IL'). Either location or latitude+longitude must be provided.
longitudenumberLongitude coordinate. Must be used with latitude.
Response
{
  "type": "object",
  "fields": {
    "stores": "array of store objects with store_id, city, state, zip_code, street_address, hours, rank, and optional plaza_name and services",
    "latitude": "number, latitude of search center",
    "location": "string, the search location used",
    "longitude": "number, longitude of search center",
    "total_results": "integer, number of stores returned"
  },
  "sample": {
    "data": {
      "stores": [
        {
          "city": "New York (Upper West)",
          "rank": "1",
          "hours": "Mon-Sun: 9:30AM-9:30PM",
          "state": "NY",
          "address": "795 Columbus Ave",
          "store_id": "0515",
          "url_slug": "New-York-(Upper-West)-NY-10025",
          "zip_code": "10025",
          "detail_url": "/store-details/New-York-(Upper-West)-NY-10025/0515",
          "street_address": "795 Columbus Ave"
        }
      ],
      "latitude": 40.7485536,
      "location": "10001",
      "longitude": -73.9940101,
      "total_results": 25
    },
    "status": "success"
  }
}

About the homegoods.com API

The HomeGoods API provides 3 endpoints to search, retrieve, and list HomeGoods retail store locations across the United States. Use search_stores to find up to 25 nearby stores by zip code, city name, or lat/lng coordinates, or call get_store_details to pull a specific store's phone number, daily hours, current open/closed status, and available services by store ID.

Store Search and Discovery

The search_stores endpoint accepts either a location string (zip code, city, or street address) or a latitude/longitude coordinate pair and returns up to 25 nearby stores sorted by proximity. Each result includes store_id, street_address, city, state, zip_code, hours, rank, and — where applicable — plaza_name and a services array. The response also echoes back the resolved latitude, longitude, and location used as the search center, which is useful for map rendering.

Store Detail Lookup

Once you have a store_id from search_stores or list_stores, pass it to get_store_details to get the full store record. This endpoint returns brand, location_name, full_address, phone, a hours object keyed by day name (e.g. "Monday": "9:00 AM - 9:00 PM"), a services array, and current_status indicating whether the store is open or closed at query time.

Bulk Listing and Pagination

The list_stores endpoint returns all HomeGoods stores in the US, with optional filtering by two-letter state code (e.g. CA, TX). Results are paginated using offset and limit parameters. Each page response includes total_stores so you can calculate page counts, along with returned, offset, and state_filter. Each store record in the list includes url_slug, phone, and hours in addition to the standard address fields.

Common use cases
  • Build a store-finder widget that resolves a user's zip code to nearby HomeGoods locations with hours and addresses.
  • Generate a full state-by-state directory of HomeGoods stores using the state filter on list_stores.
  • Check real-time current_status for a specific store before routing a customer to it.
  • Display a map of nearby stores by using the latitude and longitude returned from search_stores.
  • Index all HomeGoods store phone numbers and hours for a retail intelligence or competitor analysis dataset.
  • Filter stores by available services to find locations offering specific in-store amenities.
  • Sync a local database of store records by paginating through list_stores with offset and limit.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does HomeGoods have an official public developer API for store locations?+
HomeGoods does not publish a public developer API. There is no documented API portal or access program listed on homegoods.com.
What does `get_store_details` return beyond what `search_stores` provides?+
get_store_details adds phone, brand, location_name, full_address, and current_status (open/closed at query time) to the data. The hours object is also structured as a day-keyed map, which is more convenient for display than the hours strings in search_stores results.
Does the API cover HomeGoods locations outside the United States?+
No. Coverage is limited to US store locations. The list_stores state filter accepts US two-letter state codes only. You can fork this API on Parse and revise it to add coverage for other TJX-family banners or international markets if the underlying data becomes available.
Does the API return product inventory, pricing, or online shopping data for HomeGoods?+
Not currently. The API covers store location data: addresses, hours, phone numbers, services, and open/closed status. Product catalog, inventory levels, and pricing are not exposed. You can fork this API on Parse and revise it to add an endpoint targeting HomeGoods product or inventory data.
How fresh is the store hours and status data?+
Hours data reflects what is currently published on homegoods.com for each store. Holiday hours or temporary closures may not be reflected immediately if homegoods.com has not yet updated a given store's listing. current_status is derived from the published hours at query time.
Page content last updated . Spec covers 3 endpoints from homegoods.com.
Related APIs in Maps GeoSee all →
angieslist.com API
Search for home service professionals on Angi and access their detailed profiles including reviews, contact information, and photos to find the right contractor for your project. Quickly compare multiple service providers by viewing their ratings, customer feedback, and verified business details all in one place.
yellowpages-uae.com API
Search and discover UAE businesses with instant access to contact details, locations, and branch information from the Yellow Pages UAE directory. Find companies by name, get detailed business profiles, explore multiple branches, and browse available cities all in one place.
api.nasa.gov API
Access NASA's suite of open data APIs — including the Astronomy Picture of the Day, Near Earth Object tracking, DONKI space weather events, EPIC Earth imagery, Mars weather, the NASA Image and Video Library, the Exoplanet Archive, and EONET natural events.
58.com Housing API
Access real-time housing market data from 58.com (58同城), China's largest classifieds platform. Search house price trends across 31+ major Chinese cities at city, district, and neighborhood levels, and browse hot new property developments with prices, floor plans, and location details.
x-kom.pl API
Access product data from x-kom.pl, a major Polish electronics retailer. Search products by keyword or category, retrieve detailed product pages, customer reviews, Q&A, promotions, flash deals, and physical store locations.
opentable.com API
Search for restaurants across the US with ratings, reviews, photos, and pricing information, plus get real-time availability and autocomplete suggestions as you type. Check reservation openings and explore detailed restaurant features to find and book your perfect dining experience.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
HomeGoods Store Locator API · Parse