Scraper / API only

Movie Scraper

This homepage no longer embeds a player. It is just a lightweight landing page for the scraper and API routes.

Movie lookup /api?id=550
TV lookup /api?id=456&s=1&e=1
What this page does
Shows the available API endpoints and keeps the scraper/proxy backend separate from any embedded playback UI.
What still works
The serverless scraper and proxy logic in [api/index.js](api/index.js) remain unchanged.