Social Readerssync2 creditsYouTube searchvideo researchsocial listening

YouTube Search

Search public YouTube videos through AIAPI Center and return normalized video evidence rows.

What it does

YouTube is often where launch videos, tutorials, reviews, and creator reactions appear before they become indexed web pages. This connector searches public YouTube videos through AIAPI Center and returns normalized video rows with title, URL, channel, publish time, duration, public metrics, and source limitations.

Inputs

ParameterFormatExampleRequired
querystringAI agent workflowsYes
limitnumber5No
orderdate | rating | relevance | title | viewCountdateNo
region_codestringUSNo

Outputs

FieldTypeDescription
matchedVideosnumberNumber of public videos returned for the query
topTitlestringTitle of the top returned video
topUrlstringCanonical YouTube watch URL for the top video
itemsarrayNormalized video rows with channel, metrics, duration, source mode, and limitations

Example output

Input

query: "AI agent workflows" limit: 5 order: "date" region_code: "US"

Output

# YouTube Search Results
- Query: AI agent workflows
- Matched Videos: 5
- Top Title: AI Agent Workflows
- Top URL: https://www.youtube.com/watch?v=abc123def45

What it means

Five public videos matched the query. The top row includes normalized YouTube metadata and public metrics from the official API.

Last tested: 2026-06-04

How to install

Via CLI

$ vernclaw-cli invoke search.youtube --query <value> --limit <value> --order <value> --region_code <value> --relevance_language <value> --published_after <value> --published_before <value>

Via web

  1. Visit the connector catalog and find YouTube Search.
  2. Click Install connector and acknowledge any training requirements.
  3. Complete authorization if prompted.
  4. Use the connector from Chat or the CLI.

Auth and permissions

OAuth requiredNo
Managed authIncluded, no API key needed
Bring your own key (BYOK)Not supported in v1
Audit loggedEvery request is logged with input, result, cost, and timestamps
Training acknowledgmentNot required

Admins can restrict this connector via blacklist or whitelist in the admin panel.

Limits and edge cases

  • Only public videos returned by YouTube Data API are available.
  • Default limit is 5 results; maximum is 50.
  • Transcript text is not returned in this version.
  • Public metrics can lag the values shown on YouTube watch pages.

Common use cases

Find recent launch and tutorial videos

Search YouTube before writing a market scan or launch brief.

Collect video evidence for creator research

Return normalized video rows that agents can cite, rank, and summarize.

Monitor a topic by recency or popularity

Use order and region filters to focus on fresh or high-view public videos.

Frequently asked questions

Does this return transcripts?

No. v1 returns video metadata and public metrics, not transcript text.

Which videos are supported?

Only publicly available YouTube videos returned by the official YouTube Data API.

Related connectors

Agent-friendly links