FreeReels API avatar

FreeReels API

Pricing

Pay per usage

Go to Apify Store
FreeReels API

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

Ezvid.Net

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

8 days ago

Last modified

Share

FreeReels API Actor

Apify Actor wrapping the FreeReels endpoints exposed by the Ezvid API.

Endpoints

  • langs — supported languages
  • home — home tab list or home feed
  • tabs — home tabs
  • tab — tab payload; requires id (tab key)
  • foryou — for-you feed
  • hotwords — popular search titles
  • trending — trending titles
  • search — requires query
  • detail — requires id
  • episodes — requires id; 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 install
cp .env.example .env
npm run lint
npm start

Set FREEREELS_API_KEY in .env or as an Apify Actor environment variable. Never commit the real key.