Overview

The Vimeo API Suite offers multiple types of APIs, each designed for specific data collection needs from Vimeo. Below is an overview of how these APIs connect and interact, based on the available features:

Posts API

Collect by URL

This API allows users to collect detailed information about a specific Vimeo video using the provided video URL.

Input Parameters

URL
string
required

The URL of the Vimeo video.

Output Structure
Includes comprehensive data points:

  • Video Details:
    video_id, title, url, video_url, video_length, description, data_posted, transcript.

    For all data points, click here.

  • Engagement & Metrics:
    views, likes, comments, collections.

  • Uploader Details:
    uploader, uploader_url, uploader_id, avatar_img_uploader.

  • Video Media & Content:
    preview_image, related_videos, music_track.

  • License & Quality:
    license, license_info, video_quality.

  • Dimensions:
    height, width.

This API provides detailed insights into a Vimeo video, including video content, uploader information, media links, engagement metrics, and more, enabling efficient video analysis and content tracking.

Discover by URL

This API allows users to discover Vimeo videos based on a specific URL and associated keywords, providing detailed video information and insights.

Input Parameters

URL
string
required

The URL of the Vimeo post.

keyword
string
required

The keyword to search for within the video’s content.

pages
number
required

The number of pages of results to collect.

Output Structure
Includes comprehensive data points:

  • Video Details:
    video_id, title, url, video_url, video_length, description, data_posted, transcript.

    For all data points, click here.

  • Engagement & Metrics:
    views, likes, comments, collections.

  • Uploader Details:
    uploader, uploader_url, uploader_id, avatar_img_uploader.

  • Video Media & Content:
    preview_image, related_videos, music_track.

  • License & Quality:
    license, license_info, video_quality.

  • Dimensions:
    height, width.

This API allows users to discover Vimeo videos by URL and keyword, offering detailed insights into video content, uploader information, and engagement metrics.

Discover by Keywords and License

This API allows users to discover Vimeo videos based on specific keywords and license types, providing detailed video information and insights.

Input Parameters

keyword
string
required

The keyword to search for in the video content.

license
string
required

The license type to filter the videos by (e.g., Creative Commons, Standard License).

pages
number
required

The number of pages of results to collect.

Output Structure
Includes comprehensive data points:

  • Video Details:
    video_id, title,url, video_url, video_length, description, data_posted, transcript.

    For all data points, click here.

  • Engagement & Metrics:
    views, likes, comments, collections.

  • Uploader Details:
    uploader, uploader_url, uploader_id, avatar_img_uploader.

  • Video Media & Content:
    preview_image, related_videos, music_track.

  • License & Quality:
    license, license_info, video_quality.

  • Dimensions:
    height, width.

This API allows users to discover Vimeo videos based on specific keywords and license types, offering detailed insights into video content, uploader information, and engagement metrics.

Was this page helpful?