# Check Your Podcast's Search Rankings on DuckDuckGo

**Use case:** 

See where your podcast ranks on DuckDuckGo for any search. Track positions, titles, and links to monitor podcast SEO and discoverability beyond Google.

## Input

```json
{
  "query": "The Siliconimist Podcast",
  "localization": "us-en",
  "safe": "moderate",
  "max_pages": 1
}
```

## Output

```json
{
  "position": {
    "label": "Rank",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "link": {
    "label": "URL",
    "format": "link"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  },
  "favicon": {
    "label": "Favicon",
    "format": "image"
  }
}
```

## About this Actor

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