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.
$ npm install top-crawler-agents --save
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