extractor.sh

Vimeo extraction API

Vimeo Scraper - Extract Video Metadata

Extract public Vimeo video metadata into clean Markdown or normalized video JSON without player markup.

Try it free No account needed

Live playground

Try Vimeo extraction.

Use an example or paste your own public URL. The playground calls the same cacheable GET API your agent will use.

Output format

Supported inputs

Built for normal public URLs.

  • Public Vimeo video URLs
  • Supported showcase and On Demand video links
  • Complete valid unlisted links
  • Markdown and normalized JSON

Clear boundaries

Know exactly what to expect.

  • No private or embed-disabled videos
  • No transcripts, captions, comments, or media downloads
  • Output contains metadata rather than video content

One GET request

Add Vimeo data to your agent.

No SDK and no account are required during the public preview. Choose JSON for typed entities or Markdown for direct model context.

Read the quickstart
curl --get 'https://extractor.sh/api/extract' \
  --data-urlencode 'url=https://vimeo.com/286898202' \
  --data-urlencode 'format=json'

Common questions

Vimeo scraper FAQ

What Vimeo URLs can extractor.sh process?

Public videos, Special video links. Use an ordinary public URL from the platform.

What does the Vimeo extraction API return?

One source-linked video entity with public metadata. Choose raw Markdown or schema-versioned JSON for every request.

What are the limits of Vimeo extraction?

No private or embed-disabled videos. No transcripts, captions, comments, or media downloads. Output contains metadata rather than video content.

More sources