# IKEA Hungary store locator — dealer addresses

**Use case:** 

Extract IKEA Hungary store locations from the official store locator: name, address, city, postal code, and store page URL.

## Input

```json
{
  "locatorUrls": [
    "https://www.ikea.com/hu/hu/stores/"
  ],
  "countryCode": "HU",
  "maxDealers": 5,
  "enrichDetails": true,
  "requestTimeoutSecs": 25,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Dealer name"
  },
  "city": {
    "label": "City"
  },
  "countryCode": {
    "label": "Country"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "address": {
    "label": "Address"
  },
  "tier": {
    "label": "Type"
  },
  "latitude": {
    "label": "Lat"
  },
  "longitude": {
    "label": "Lng"
  }
}
```

## About this Actor

This example demonstrates how to use [Dealer / Distributor Locator Extractor](https://apify.com/kondasviktor/dealer-distributor-locator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kondasviktor/dealer-distributor-locator) to learn more, explore other use cases, and run it yourself.