video_search
Search the live web for videos and return ranked results with title, source page, cover image, duration, matching segment, authors, and description. Use this to find video clips or footage.
Instructions
In Beta. Contact us to request beta access. Search the live web for videos with Octen and return ranked results (title, source page, cover image, duration, matching segment, authors, description). Pass a text query. Use this when the user wants to find videos, clips, or footage — not for general text web search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of results to return (1-10). Default 5. | |
| query | Yes | Text query describing the videos to find. | |
| timeout | No | Request timeout in seconds (1-60). | |
| end_time | No | Upper bound for the time window, ISO 8601. | |
| safesearch | No | Adult-content filter. Default strict. | strict |
| start_time | No | Lower bound for the time window, ISO 8601 (e.g. '2025-01-01T00:00:00Z'). | |
| time_range | No | Relative time window (e.g. `week`, `month`). Mutually exclusive with `start_time`/`end_time` — if both are given, the absolute range wins. |