IMDb Scraper
The IMDb scraper (IMDb-s) allows you to get high quality data of IMDb content at a very high speed. Just copy & paste the URL of the IMDb (movie or tv show) page you want to get data in the text field and IMDb-s does the rest. Best of all, IMDb-s does not reload the page because of its AJAX backend!
With this script, you can get the following data:
- Title
- Type
- Poster
- Rating
- Year
- Plot Summary
- Directors
- Writers
- Cast
- Release Date
- Runtime
- Genre
- Countries
- Companies
- Languages
- Creators (only TV Shows)
Features
- Data are requested with an ajax call (no page reloads).
- Clean and object oriented PHP codes.
- Allows URLs without http:// and www prefixes.
- Simple copy&paste setup, no database required.
Important Notes:
- The script does not store any data. It gets the data from IMDb and shows on the page. If you want to store movie data, you need to integrate IMDb-s with your database.
- Remember that you MUST always respect the IMDb Copyright and Conditions of Use while storing their data.
- In order to run IMDb-s properly, cURL library needs to be installed on your server.
Hope that you enjoy the script and feel free to contact us with any questions that might come up.


4comments