# YouTube Video Keyword Research

**Use case:** 

Discover videos ranking for valuable keywords, including titles, platforms, views, rankings, thumbnails, and durations. Use the results to identify content opportunities and improve your video SEO strategy.

## Input

```json
{
  "keywords": [
    "best project management software",
    "project management tools",
    "how to manage projects",
    "project management for small business"
  ],
  "TIME_FILTER": "year",
  "VIDEO_RESOLUTION": "any",
  "VIDEO_DURATION": "any",
  "MAX_ITEMS_PER_KEYWORD": 50,
  "REGION": "us-en"
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "views": {
    "label": "Views",
    "format": "text"
  },
  "platform": {
    "label": "Platform",
    "format": "text"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "videoResolution": {
    "label": "Resolution",
    "format": "text"
  },
  "videoDuration": {
    "label": "Duration Filter",
    "format": "text"
  },
  "searchTimestamp": {
    "label": "Search Timestamp",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [DuckDuckGo Videos Scraper - Low-cost💲🔥🔍🎥](https://apify.com/delectable_incubator/duckduckgo-videos-scraper-low-cost.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/delectable_incubator/duckduckgo-videos-scraper-low-cost.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/delectable_incubator/duckduckgo-videos-scraper-low-cost.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
