Socket
Socket
Sign inDemoInstall

kickstarter-crawler

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kickstarter-crawler

Kickstarter crawler that does what you think it would


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

Getting started

const kickstarterCrawler = require('kickstarter-crawler');

// kickstarter project url
const URL = 'https://www.kickstarter.com/projects/maxtemkin/philosophy-posters/'

// returns promise
const result = kickstarterCrawler(URL);
result.then((data) => console.log(data));


// output
{
  title: 'Philosophy Posters',
  creator: 'Max Temkin',
  description: 'Ten giant philosophy posters with big ideas presented simply.',
  category: 'Graphic Design',
  location: [ 'Chicago', 'IL' ],
  duration: 30,
  startdate: 'Apr 4, 2012',
  enddate: 'May 4, 2012',
  funding: 41167,
  goal: 2000,
  backers: 1393,
  pledges: [ [ 20, 1003 ], [ 30, 359 ] ],
  thumbnail: 'https://ksr-ugc.imgix.net/assets/011/314/328/15f265a2407f6dcb311ad61bad886b01_original.jpg?ixlib=rb-2.1.0&crop=faces&w=1552&h=873&fit=crop&v=1463680857&auto=format&frame=1&q=92&s=c787b7ea241aefb1f14a5acf9b939125',
  project_url: 'https://kickstarter.com/projects/maxtemkin/philosophy-posters',
  videoDuration: '02:08'
}

Insallation

npm i kickstarter-crawler

Test

npm run test

FAQs

Package last updated on 10 Jan 2021

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