Popular Pexels Videos
pexels_popular_videosRetrieve a paginated list of currently popular Pexels videos, with optional filters for minimum width, height, and duration range. Includes compact video details.
Instructions
List currently popular Pexels videos, optionally filtered by minimum width/height and duration range. Returns compact video objects. Read-only. video_files is trimmed to the highest-resolution renditions (see video_files_count for the full count) — call pexels_get_video for the complete rendition list on one video.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-based. | |
| per_page | No | Items per page (clamped to a max of 80). | |
| min_width | No | Minimum video width in pixels. | |
| min_height | No | Minimum video height in pixels. | |
| max_duration | No | Maximum video duration in seconds. | |
| min_duration | No | Minimum video duration in seconds. |