# H&M Store Locator for US Locations

**Use case:** 

Extract H&M store locations in the US. Receive detailed data including addresses, opening hours, and postal codes for market insights.

## Input

```json
{
  "country": "US",
  "maxStores": 3,
  "startUrls": [],
  "delayAfterLoad": 3000,
  "debugScreenshots": false,
  "failOnNoResults": true,
  "proxy": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "storeName": {
    "label": "Store",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "streetAddress": {
    "label": "Street",
    "format": "string"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "openingHours": {
    "label": "Opening hours",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [H&M Store Locator Scraper](https://apify.com/runtime/hm-store-list) with a specific input configuration. Visit the [Actor detail page](https://apify.com/runtime/hm-store-list) to learn more, explore other use cases, and run it yourself.