I am looking for a real time basic scrapping like movies released in india on last friday

:bullseye: What is your goal?

i want to create a web scrapping based scenario which i will run on monday evening and i want it to tell me the list of the movies released on last friday

:thinking: What is the problem & what have you tried?

i have tried using chatgpt API and make toolkit but seems like they are not updated ton real time and has the last updated date of aug 2025
i tried serpAPI also but not able to achieve the same

:clipboard: Error messages or input/output bundles

data is not fully updated in LLMs

Hi and welcome

ChatGPT and other LLMs can’t give real-time data, so they won’t reliably tell you which movies released last Friday.

For this use case you need a live source, like BookMyShow, IMDb, or a similar site that updates weekly. The best approach is to scrape one of those sites with a simple script and run it every Monday evening. You can then use an LLM only to format or summarize the results, not to fetch the data itself.

Hope this helps.

Regards, Tony