FreeReels API
Pricing
Pay per usage
Go to Apify Store

FreeReels API
FreeReels API Actor wrapping Ezvid endpoints for feeds, search, details, episodes, HLS sources and subtitles.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Ezvid.Net
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
8 days ago
Last modified
Categories
Share
FreeReels API Actor
Apify Actor wrapping the FreeReels endpoints exposed by the Ezvid API.
Endpoints
langs— supported languageshome— home tab list or home feedtabs— home tabstab— tab payload; requiresid(tab key)foryou— for-you feedhotwords— popular search titlestrending— trending titlessearch— requiresquerydetail— requiresidepisodes— requiresid; returns episode metadata, HLS sources and subtitles
List endpoints support language, category, limit, cursor pagination internally and maxPages in Actor input. Authentication uses the X-API-Key header.
Local development
npm installcp .env.example .envnpm run lintnpm start
Set FREEREELS_API_KEY in .env or as an Apify Actor environment variable. Never commit the real key.