Feature: youtube

YouTube Shorts

Filter YouTube search to short-form video content with view velocity signals.

What is YouTube Shorts?

Scavio's YouTube endpoint accepts a shorts_only flag that returns only short-form videos, with added fields for view velocity (views per hour since publish) and trending score. Useful for social monitoring, creator analytics, and brands that track how their topics trend on Shorts.

Example Response

JSON
{ "videos": [{ "video_id": "abc", "duration": 42, "view_velocity": 1800 }] }

Use Cases

  • Trend detection on Shorts
  • Creator benchmarking
  • Brand monitoring in short-form
  • Viral-content sourcing for repurposing

Why YouTube Shorts Matters

Shorts has distinct ranking signals from long-form YouTube; separating the two is essential for accurate trend detection.

LangChain Example

Drop youtube shorts data into your LangChain agent in a few lines:

Python
tool.invoke({"query": "ai agent tutorial", "shorts_only": True})

Frequently Asked Questions

Send a search request with the appropriate platform (youtube) and Scavio returns youtube shorts data in the response. See the example above for the exact field path.

Yes. Scavio fetches youtube shorts data in real time on each request. There is no caching layer and no stale data.

Scavio's YouTube endpoint accepts a shorts_only flag that returns only short-form videos, with added fields for view velocity (views per hour since publish) and trending score. Use

YouTube Shorts data is returned as part of the standard search response. Each request costs 1 credit. Free tier includes 500 credits/month.

Start Using YouTube Shorts

Filter YouTube search to short-form video content with view velocity signals.