获取最新可备案域名列表爬虫
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',
'...'
] }
MIT
通过支付宝捐赠:
- 域名总数: {{TOTAL}}
- 惟一域名: {{UNIQUE}}
{{DOMAINS}}