6.0.0 • Published 5 years ago

@datafire/domainsdb_info v6.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@datafire/domainsdb_info

Client library for domainsdb.info

Installation and Usage

npm install --save @datafire/domainsdb_info
let domainsdb_info = require('@datafire/domainsdb_info').create({
  api_key: "",
  access_token: "",
  refresh_token: "",
  client_id: "",
  client_secret: "",
  redirect_uri: ""
});

.then(data => {
  console.log(data);
});

Description

Registered domains search checks the lists of registered domains for names containing particular words/phrases/numbers or symbols. Technically it's just a GUI interface for domains-index.com database containing more than 260M of registered domains and 1000+ TLDS including newGTLDs. It's free to use and could be helpful domains/marketing research tool. Search results are limited to 50 results. You can have up to 100 results via API (link in footer) and full list by

Actions

addPet

Search for registered domains

domainsdb_info.addPet({
  "query": ""
}, context)

Input

  • input object
    • query required string: Search query for registered domains for ex. facebook
    • tld string: Search area (cctld|gtld|all)

Output

Definitions

domains

  • domains object: Domains data array
    • domains array: Search results array
      • items object
        • name string: Domains name
    • time integer: Request time
    • total integer: Total records found