I have created a list of films data in Laravel api ..
Now I need a way to verify those films meta deta like year, director, title and ratings etc are correct 💯 rather than manually go to the imdb website and search then find out the data and match it.
Something like api to api . If possible only with the imdb .
Any alternative way.
@Snapey And also, its legality is a gray area. Movie and show metadata is IMDb's core product. Scraping it may be legal, but using it in any kind of commercial context is risky.
@Snapey yeah but I just need to verify my Films table data and after that I will just grab the original data for those films and store into my table that's it ..