IMDB API Data Scraper allows accessing the IMDB auto complete api, and includes several methods to return IMDB data for categories, most popular movies, most popular tv, newest movies, and several other popular sections of the IMDB site.
Info
Version: | 1.0.7 |
Author(s): | Keefe Higgins |
Last Update: | Monday, February 25, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/keefehiggins/IMDBDataScraper |
NuGet Url: | https://www.nuget.org/packages/IMDBDataScraper |
Install
Install-Package IMDBDataScraper
dotnet add package IMDBDataScraper
paket add IMDBDataScraper
IMDBDataScraper Download (Unzip the "nupkg" after downloading)
Dependencies
- HtmlAgilityPack(>= 1.9.0)
- Newtonsoft.Json(>= 12.0.1)
Tags