Get Pexels Popular Videos
pexels_get_popular_videosFetch trending videos from Pexels for B-roll, ad references, or motion content. Filter by dimensions, duration, or aspect ratio to find suitable clips.
Instructions
Fetch Pexels' trending video feed.
USE WHEN: B-roll inspiration, trending motion content, ad reference.
DO NOT USE for query-specific video search — call pexels_search_videos.
Native Pexels filters (server-side, no oversampling): min_width,
min_height, min_duration (seconds), max_duration (seconds). Post-hoc
(oversampled 4x, cap 80 when set): aspect_ratio. video_url is a
public CDN MP4 link: render as Markdown or pass to any URL-accepting
downstream tool. Do not curl/download the bytes. Credit
uploader_name per Pexels licence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| per_page | No | ||
| min_width | No | ||
| min_height | No | ||
| aspect_ratio | No | ||
| max_duration | No | ||
| min_duration | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| count | Yes | ||
| videos | Yes | ||
| has_more | Yes | ||
| per_page | Yes | ||
| next_page | No | ||
| total_results | No | ||
| filter_diagnostics | No |