# DuckDuckGo competitor monitoring scraper

**Use case:** 

Track competitor and product mentions across DuckDuckGo web and news searches for weekly market intelligence exports.

## Input

```json
{
  "queries": [
    "hubspot alternatives",
    "salesforce pricing",
    "pipedrive reviews"
  ],
  "searchType": "web",
  "maxResults": 50,
  "region": "uk-en",
  "timeRange": "m"
}
```

## Output

```json
{
  "position": {
    "label": "#",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "hostname": {
    "label": "Domain",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "time": {
    "label": "Date",
    "format": "text"
  },
  "searchQuery": {
    "label": "Query",
    "format": "text"
  }
}
```

## About this Actor

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