FreeReels API avatar

FreeReels API

Under maintenance

Pricing

from $2.00 / 1,000 results

Go to Apify Store
FreeReels API

FreeReels API

Under maintenance

FreeReels API Actor wrapping Ezvid endpoints for feeds, search, details, episodes, HLS sources and subtitles.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Ezvid.Net

Ezvid.Net

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

2

Monthly active users

4 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.