amoldalwai/Movie-Spider ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple movie search API that can look up recent Hollywood, Bollywood, and Tollywood titles from public movie sites and return streaming links people can open in a browser. I want to be able to search by IMDb id or by movie title, then get back a clean JSON response with the found links and a status message. I also want a play endpoint that takes the server name and link id from the search result and returns an HTML page that can be embedded in an iframe to play the movie.

Keep it lightweight and easy to run, and use Python with Flask and page scraping if that fits. Make the responses easy to use from other apps, and include a few example requests so I can test it right away. If you need to check current docs for anything, look them up online.