PeerTube Video Intelligence avatar

PeerTube Video Intelligence

Pricing

from $1.50 / 1,000 videos

Go to Apify Store
PeerTube Video Intelligence

PeerTube Video Intelligence

Browse, search and pull channel videos from PeerTube — the open, no-key Fediverse video platform. Any instance. No key.

Pricing

from $1.50 / 1,000 videos

Rating

0.0

(0)

Developer

Dev D

Dev D

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

PeerTube Video Intelligence 📹

Browse, search, and pull channel videos from PeerTube — the open, no-key Fediverse video platform (YouTube alternative). No API key, no proxy.

PeerTube is decentralized video hosting on the Fediverse. This actor gives you clean, structured access to any instance — or the whole network at once:

  • 📺 Browse videos — most-viewed / trending / newest on an instance, with views, likes, duration, category.
  • 🔎 Search videos — by keyword. Set the instance to sepiasearch.org to search the entire PeerTube network in one run.
  • 📁 Channel & account videos — every video from a specific channel or account.

Perfect for video/creator research, content aggregation, media monitoring, and building open-video apps.

Uses PeerTube's public REST API — no key, no login, pure JSON. Works on any instance.


Modes

  • 📺 Videos — browse an instance's videos.
  • 🔎 Search — keyword search (network-wide via sepiasearch.org).
  • 📁 Channel — a channel's videos.
  • 👤 Account — an account's videos.

Features

  • No API key, no proxy — official PeerTube API.
  • Any instance + network-wide search — one actor covers the whole PeerTube network.
  • Rich metadata — views, likes/dislikes, duration, category, language, channel/host.
  • Federated — results span many instances.

Input

FieldDescription
InstanceInstance domain (or sepiasearch.org for network-wide search).
Modevideos / search / channel / account.
QuerySearch text (search mode).
Handlename@instance (channel/account modes).
SortViews / trending / hot / likes / newest / oldest.
NSFWExclude / include / only.
Category IDs / Language codesFilters (videos mode).
Max resultsCap on videos.
{
"instance": "sepiasearch.org",
"mode": "search",
"query": "blender tutorial",
"sort": "-views"
}

Example — most-viewed Science & Tech videos on an instance

{
"instance": "framatube.org",
"mode": "videos",
"sort": "-views",
"categoryOneOf": ["15"]
}

Output

{
"id": 1234,
"uuid": "9c9de5e8-…",
"name": "What is PeerTube?",
"description": "…",
"duration_seconds": 113,
"views": 146425,
"likes": 33,
"dislikes": 0,
"category": "Science & Technology",
"language": "en",
"channel_display_name": "A propos de PeerTube",
"channel_host": "framatube.org",
"account_name": "framasoft",
"published_at": "2018-10-01T10:00:00Z",
"thumbnail_url": "https://framatube.org/lazy-static/thumbnails/…",
"url": "https://framatube.org/videos/watch/9c9de5e8-…",
"instance": "framatube.org"
}

Run it on a schedule

Track a channel's new uploads or a topic's trending videos over time — pipe to a sheet, database or webhook.

Notes & limitations

  • Uses public endpoints — no key.
  • Common PeerTube category IDs: 1 Music, 2 Films, 3 Vehicles, 15 Science & Technology, 11 News & Politics, 13 Education, 15 How To.
  • sepiasearch.org searches the whole network; a normal instance shows its own + federated content.
  • Data source: the queried PeerTube instance(s).

Keywords

PeerTube, Fediverse, video, YouTube alternative, decentralized video, ActivityPub, video scraper, video search, creator research, media monitoring, open video, channel videos, video metadata, views, SepiaSearch, content aggregation, streaming, self-hosted video, no key, open API.