Skip to content

hill84/kobo-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kobo scraper

Kobo scraper is a Node.js service that uses puppeteer to scrape books data from kobo.com.

license GitHub code size in bytes

Run npm install, then npm run start. You should see a new books_[#].json file for every page in the /json folder. Something like this:

[
  {
    "ISBN_13": 9788838940361,
    "covers": [
      "https://kbimages1-a.akamaihd.net/.../ah-l-amore-l-amore.jpg"
    ],
    "title": "Libri simili a Ah l'amore l'amore",
    "subtitle": "",
    "author": {
      "Antonio Manzini": true
    },
    "pages_num": 258,
    "publisher": "Sellerio Editore",
    "publication": "2022-01-20T05:00:00Z",
    "price": {
      "EUR": 9.99
    },
    "description": "Una nuova indagine per Rocco Schiavone costretto ad indagare da..."
  }
]