# Find Austin Dentists with DuckDuckGo Local

**Use case:** 

Scrape DuckDuckGo local place results for dentists near Austin with names, addresses, phones, websites, ratings, and map coordinates.

## Input

```json
{
  "queries": [
    "dentists near Austin"
  ],
  "maxResultsPerQuery": 20,
  "region": "us-en",
  "requestDelayMs": 750
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [DuckDuckGo Local Places Scraper](https://apify.com/automation-lab/duckduckgo-local-places-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/duckduckgo-local-places-scraper) to learn more, explore other use cases, and run it yourself.