.netimdb

Movie database API with similar movies


I'm currently looking for an API that provides movie recommendations similar to how IMDb does, including the corresponding IMDb IDs. I've explored several options:

The Movie Database (TMDb): It offers a "similar movies" feature, but the recommendations don't always align well with expectations, and it doesn't provide IMDb IDs in the results.
Rotten Tomatoes API: Limited by a daily request cap of 10,000, which might not be sufficient for my needs.
OMDb API: While it provides detailed movie information, it lacks a "similar movies" recommendation feature.

Given these limitations, I'm struggling to find a suitable API that meets my needs. Could you suggest an API that offers accurate movie recommendations along with corresponding IMDb IDs?


Solution

  • Have you tried Rotten Tomatoes API?