# DuckDuckGo news scraper

**Use case:** 

Monitor DuckDuckGo news results for brands, competitors, and topics with regional and time-range filters.

## Input

```json
{
  "queries": [
    "OpenAI funding",
    "Apify web scraping"
  ],
  "searchType": "news",
  "maxResults": 25,
  "region": "us-en",
  "timeRange": "w"
}
```

## 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.