Socket
Socket
Sign inDemoInstall

top-crawler-agents

Package Overview
Dependencies
0
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    top-crawler-agents

A list of common crawler agents used on Internet..


Version published
Weekly downloads
213
increased by77.5%
Maintainers
1
Install size
21.2 kB
Created
Weekly downloads
 

Readme

Source

top-crawler-agents

Last version NPM Status

A list of common crawler user agents useful for retrieving metadata from links
derivated from crawler-user-agents.

Some websites (such as Twitter) only return rich HTML metadata if you are identified as popular crawler (like Slack, or WhatsApp).

The list is derivated from crawler-user-agents after applying a script, so it's always up-to-date to latest changes.

Install

$ npm install top-crawler-agents --save

Usage

const uniqueRandomArray = require('unique-random-array')

const randomCrawlerAgent = uniqueRandomArray(require('top-crawler-agents'))

console.log(randomCrawlerAgent())
// => 'Slackbot-LinkExpanding (+https://api.slack.com/robots)'
  • top-user-agents – A list of most common User Agent used on Internet.

top-crawler-agents © Kiko Beats, released under the MIT License.
Authored and maintained by Kiko Beats with help from contributors.

kikobeats.com · GitHub Kiko Beats · Twitter @Kikobeats

Keywords

FAQs

Last updated on 09 Feb 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc