# Find Anchorage dentists on Superpages directory

**Use case:** 

Scrape Superpages Anchorage dentist listings with phone, address, ratings, and practice specialties.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.superpages.com/anchorage-ak/dentists"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "name": {
    "label": "Name"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "primaryCategory": {
    "label": "Primary category"
  },
  "categories": {
    "label": "Categories"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "address": {
    "label": "Address"
  },
  "streetAddress": {
    "label": "Street address"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "country": {
    "label": "Country"
  },
  "description": {
    "label": "Description"
  },
  "openingHours": {
    "label": "Opening hours"
  },
  "paymentAccepted": {
    "label": "Payment accepted"
  },
  "services": {
    "label": "Services"
  },
  "specialties": {
    "label": "Specialties"
  },
  "accreditation": {
    "label": "Accreditation"
  },
  "imageUrls": {
    "label": "Image urls"
  },
  "socialLinks": {
    "label": "Social links"
  },
  "breadcrumbs": {
    "label": "Breadcrumbs"
  },
  "listingId": {
    "label": "Listing id"
  },
  "businessId": {
    "label": "Business id"
  },
  "canonicalUrl": {
    "label": "Canonical url"
  },
  "sourceUrl": {
    "label": "Source url"
  }
}
```

## About this Actor

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