# Find Stockholm restaurants on Eniro

**Use case:** 

Scrape Eniro.se business listings for restaurants in Stockholm. Export company names, phones, addresses, and websites for Swedish local B2B prospecting.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.eniro.se/restaurant+stockholm/f%C3%B6retag"
    }
  ],
  "maxItems": 3,
  "maxPages": 1,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "SE"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "address": {
    "label": "Address"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "rating": {
    "label": "Rating"
  },
  "ratingCount": {
    "label": "Rating count"
  },
  "categories": {
    "label": "Categories"
  },
  "profileUrl": {
    "label": "Profile url"
  }
}
```

## About this Actor

This example demonstrates how to use [Eniro.se Scraper](https://apify.com/rainminer/eniro-se-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/eniro-se-scraper) to learn more, explore other use cases, and run it yourself.