Odysee Video Scraper
Pricing
from $3.00 / 1,000 results
Odysee Video Scraper
Scrape videos from Odysee.com - a decentralized video platform. Search by keyword, browse by channel, or filter by tag. Returns title, channel, thumbnail, description, duration, tags, and publication date.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
Scrape videos from Odysee.com — a decentralized video platform powered by the LBRY blockchain. Search by keyword, browse by channel, or filter by tag.
Features
- Search mode: Full-text search across the entire Odysee catalog
- Channel mode: Fetch all videos from a specific channel
- Tag mode: Browse videos by category tag (science, technology, gaming, etc.)
- Sort by newest, trending, or most-supported
- Structured output: title, channel, thumbnail, description, duration, tags, and publication date
Input
| Field | Type | Description |
|---|---|---|
mode | string | search, byChannel, or byTag |
keyword | string | Search term (mode=search) |
channel | string | Channel name, e.g. @veritasium (mode=byChannel) |
tag | string | Tag to browse, e.g. technology (mode=byTag) |
orderBy | string | Sort: release_time, effective_amount, trending_group |
maxItems | integer | Maximum results (1–500) |
Output
| Field | Type | Description |
|---|---|---|
claimId | string | Odysee unique claim ID |
title | string | Video title |
description | string | Video description (up to 2000 chars) |
channelName | string | Publisher channel name |
channelUrl | string | Direct link to channel page |
thumbnailUrl | string | Thumbnail image URL |
durationSeconds | integer | Video duration in seconds |
mediaType | string | MIME type (e.g., video/mp4) |
tags | array | Content tags |
languages | array | Language codes |
publishedAt | string | ISO 8601 publication date |
views | integer | View count (when available) |
viewUrl | string | Direct link to video page |
FAQs
Is authentication required? No. The scraper uses Odysee's public LBRY proxy API — no login or API key needed.
What content is available? Odysee hosts educational, news, entertainment, technology, and political content from independent creators.
Can I get videos from a specific creator?
Yes — use mode=byChannel with the channel name (e.g., @veritasium or @LinusTechTips).