# Scrape DuckDuckGo Coffee Shops in Seattle

**Use case:** 

Collect DuckDuckGo local place listings for Seattle coffee shops, including contact details, ratings, websites, addresses, and source URLs.

## Input

```json
{
  "queries": [
    "coffee shops near Seattle"
  ],
  "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.