Skip to content

ahmetozantekin/imdb-top250-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IMDB-top250-node

npm version

IMDB's top 250 list scraper for nodejs

$ npm install
$ node app
$ listening :81 port.

Output

create a json file as imdb-top25.json

[
    {
        "index": 1,
        "name": "The Shawshank Redemption",
        "year": "1994",
        "rating": "9.2",
        "poster": "https://images-na.ssl-images-amazon.com/images/M/MV5BODU4MjU4NjIwNl5BMl5BanBnXkFtZTgwMDU2MjEyMDE@._V1_UY67_CR0,0,45,67_AL_.jpg"
    },
    {
        "index": 2,
        "name": "The Godfather",
        "year": "1972",
        "rating": "9.2",
        "poster": "https://images-na.ssl-images-amazon.com/images/M/MV5BZTRmNjQ1ZDYtNDgzMy00OGE0LWE4N2YtNTkzNWQ5ZDhlNGJmL2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UY67_CR1,0,45,67_AL_.jpg"
    },
    {
        "index": 3,
        "name": "The Godfather: Part II",
        "year": "1974",
        "rating": "9.0",
        "poster": "https://images-na.ssl-images-amazon.com/images/M/MV5BMjZiNzIxNTQtNDc5Zi00YWY1LThkMTctMDgzYjY4YjI1YmQyL2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UY67_CR1,0,45,67_AL_.jpg"
    }

    ...

Releases

No releases published

Packages

No packages published