Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 946 Bytes

.template.md

File metadata and controls

52 lines (35 loc) · 946 Bytes

beian-domain

获取最新可备案域名列表爬虫

npm npm npm

用法

npm i -S beian-domain
# or
yarn add beian-domain
const bd = require('beian-domain');

(async () => {
  const result = await bd();
  console.log(result);
})();

结果格式:

{ total: 451,
  unique: 420,
  domains:
   [ '.ac',
     '.ac.cn',
     '...'
   ] }

License

MIT

通过支付宝捐赠:

qr

更新时间: {{DATE}}

  • 域名总数: {{TOTAL}}
  • 惟一域名: {{UNIQUE}}

{{DOMAINS}}