Skip to content

Scrape movie title, rating, summary and release date using NodeJS

Notifications You must be signed in to change notification settings

soum-sr/webScrapingNodeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webScrapingNodeJS

Scrape movie title, rating, summary and releaseDate from imdb website and store it to a csv file using nodejs.

  • Add links of movies from imdb in index.js at:
const movies = [
    "Link to movie 1",
    "Link to movie 2",
];
  • run the script:
node index.js
  • results will be stored in imdb.csv

About

Scrape movie title, rating, summary and release date using NodeJS

Topics

Resources

Stars

Watchers

Forks