New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

datalab

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datalab

naver data lab data crawler for Node.js

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

datalab

naver data lab crawler for Node.js

The unofficial module to crawl the content of the site. Therefore, whenever it may not be a normal operation, if problems occur, please add the issue.

version download

js-standard-style

Usage

var datalab = require('./')

datalab.load([
  datalab.TARGETS.SINGLE_MAN,
  datalab.TARGETS.BOOK
], function (err, result) {
  console.log(err, JSON.stringify(result))
})
[
  {
    "title": "싱글남",
    "key": "single_man",
    "items": [
      "국세청 홈텍스",
      "쯔위사태 대만반응",
      "응답하라 1988",
      "기아 k7 풀체인지",
      "복면가왕 캣츠걸",
      "셀트리온",
      "이란 경제 제재 해제",
      "eq900",
      "레버넌트:죽음에서 돌아온 자",
      "민원24 주민등록등본"
    ],
    "ctime": "2016-01-18T05:00:00+00:00"
  },
  {
    "title": "책",
    "key": "book",
    "items": [
      "미움받을용기",
      "나미야잡화점의기적",
      "데미안",
      "이기적유전자",
      "비밀의정원",
      "나는단순하게살기로했다",
      "지적대화를위한넓고얕은지식",
      "나의라임오렌지나무",
      "영단기토익rc",
      "오베라는남자"
    ],
    "ctime": "2016-01-16T15:00:00+00:00"
  }
]

TARGETS

{
  "TV": "tv",
  "BOOK": "book",
  "MOVIE": "movie",
  "CONCERT": "concert",
  "CAR": "car",
  "GAME": "game",
  "SINGLE_MAN": "single_man",
  "SINGLE_WOMAN": "single_woman",
  "HOUSEWIFE": "housewife",
  "COLLEGE_STUDENT": "college_student",
  "TEENAGER": "teenager"
}

LICENSE

datalab is licensed under the MIT license.

Keywords

FAQs

Package last updated on 18 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc