# Hitta.se Dentists Gothenburg Scraper

**Use case:** 

Extract dentist company listings from Hitta.se for Gothenburg including phone numbers, addresses, reviews, and map coordinates.

## Input

```json
{
  "searchTerms": [
    "pizza"
  ],
  "locations": [
    "Stockholm"
  ],
  "startUrls": [
    {
      "url": "https://www.hitta.se/s%C3%B6k?vad=tandl%C3%A4kare&var=G%C3%B6teborg&typ=ftg"
    }
  ],
  "maxResults": 50
}
```

## 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.