# Swedish Trades Lead List from Hitta.se

**Use case:** 

Build a multi-city Hitta.se lead list for electricians, plumbers, and builders with company contacts and location data.

## Input

```json
{
  "searchTerms": [
    "elektriker",
    "rörmokare",
    "byggfirma"
  ],
  "locations": [
    "Stockholm",
    "Göteborg",
    "Malmö"
  ],
  "startUrls": [
    {
      "url": "https://www.hitta.se/s%C3%B6k?vad=pizza&var=Stockholm&typ=ftg"
    }
  ],
  "maxResults": 150
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "url": {
    "label": "Hitta.se URL",
    "format": "link"
  },
  "searchTerm": {
    "label": "Search term",
    "format": "text"
  },
  "locationQuery": {
    "label": "Location",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Hitta.se Business Directory Scraper](https://apify.com/automation-lab/hitta-se-business-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/hitta-se-business-directory-scraper) to learn more, explore other use cases, and run it yourself.