# Find domain leads with DuckDuckGo search

**Use case:** 

Search DuckDuckGo for startup and domain lead discovery, returning ranked titles, URLs, canonical links, snippets, and source metadata.

## Input

```json
{
  "searchQuery": "Product Hunt AI startup launch maker website",
  "searchQueries": [],
  "removeDuplicateQueries": true,
  "maxQueries": 0,
  "searchMode": "default",
  "maxResults": 5,
  "maxPages": 1,
  "autoPagination": false,
  "failOnNoResults": true,
  "extractEmails": false,
  "emailDomainFilter": "",
  "emailSearchSuffix": "",
  "useApifyProxy": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "searchMode": {
    "label": "Search mode",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "canonicalUrl": {
    "label": "Canonical URL",
    "format": "string"
  },
  "snippet": {
    "label": "Snippet",
    "format": "string"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [DuckDuckGo Search Scraper for SERP & AI Research](https://apify.com/runtime/duckduckgo-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/runtime/duckduckgo-search-scraper) to learn more, explore other use cases, and run it yourself.