Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/webcat12345/brand-scraping

Web scraping from Korean Brand website
https://github.com/webcat12345/brand-scraping

brand nodejs puppeteer scraping webscraping

Last synced: 12 days ago
JSON representation

Web scraping from Korean Brand website

Awesome Lists containing this project

README

        

# brand-scraping
Web scrapping from Korean Brand website - http://kdtj.kipris.or.kr/kdtj/searchLogina.do?method=loginTM#page10

### Stacks we use

`node.js` and [puppeteer](https://github.com/GoogleChrome/puppeteer)

### Usage

* Clone repository from git
* `npm install` to install dependencies
* `npm run start` to run node.js server

Data will be saved as `brands/[pagenumber].pdf`

### Challenge points

* Pagination skip every 10 pages
* Wait for image downloaded to the browser cache

### TODO

* Start from specific page
* Error handling - extraction failed should stop process and notify to user