quora-scraper

1.1.0 • Public • Published

Quora Scraper

Build Status

Scrape Quora for a user's statistics and information! I will try my best to keep up to date on Quora's ever-changing UI!

Usage

quora('Kael-Kirk')
    .then(console.log)
    .catch((err) => console.log('User not found!'))

yields

{ 
  user: 'Kael Kirk',
  picture: 'https://qph.fs.quoracdn.net/main-thumb-110323423-200-xoeyjvjqbxviswiovjvldtobhaywqydo.jpeg',
  credential: '/kāl/ - Runner, developer, creator',
  answers: 73,
  questions: 22,
  posts: 6,
  blogs: 2,
  followers: 62,
  following: 38,
  topics: 74,
  edits: 757,
  knowsAbout:
   [ { topic: 'Computer Programming', answers: '13' },
     { topic: 'The High School Experience', answers: '12' },
     { topic: 'Coping with and Overcoming Fear', answers: '4' },
     { topic: 'Minecraft (video game)', answers: '3' },
     { topic: 'Attitude', answers: '3' } ],
  totalViews: 82000,
  monthlyViews: 1800 
}

Development

NODE_ENVIRONMENT=dev node --trace-warnings index.js

Package Sidebar

Install

npm i quora-scraper

Weekly Downloads

5

Version

1.1.0

License

MIT

Unpacked Size

1.28 MB

Total Files

9

Last publish

Collaborators

  • kaelinator