builtwith

1.0.2 • Public • Published

builtwith

Scrape data from BuiltWith.com

Travis npm version npm downloads npm license

Installation

npm install builtwith --save

Usage

Get all upcoming matches

const builtWith = require('builtwith');
 
builtWith('github.com')
  .then(response => {
    console.log(response);
  })
  .catch(err => {
    console.log(err);
  });
 
//=>  {
//=>    "frameworks": [
//=>      {
//=>        "title": " Ruby on Rails Token",
//=>        "description": "Ruby on Rails is an open-source ..."
//=>      }
//=>    ],
//=>    "email services": [],
//=>    "nameserver providers": [],
//=>    "ssl certificate": [],
//=>    "analytics and tracking": [],
//=>    "javascript libraries": [],
//=>    "mobile": [],
//=>    "document information": [],
//=>    "encoding": [],
//=>    "server information": [],
//=>    "css media queries": []
//=>  }

Related

License

MIT © Daniel Eckermann

Dependents (1)

Package Sidebar

Install

npm i builtwith

Weekly Downloads

3

Version

1.0.2

License

MIT

Last publish

Collaborators

  • ecrmnn