Skip to content

Returns json response with Movie details by using imdb_id.

Notifications You must be signed in to change notification settings

migtam628/IMDB_Scraper_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMDB_Scraper_API

Simple web scraper to get a movie name, release year and much more from IMDB. To run this example use the following commands:

$ npm install
$ node server.js

Then it will start up our node server, navigate to http://localhost:8081/scrape?id=${imdb_id} and see what happens.

IMDB_Scraper_API

Releases

No releases published

Packages

No packages published