{"id":44341638,"url":"https://github.com/microlinkhq/cloudflare-bot-directory","last_synced_at":"2026-04-20T03:03:57.978Z","repository":{"id":335266569,"uuid":"1144983731","full_name":"microlinkhq/cloudflare-bot-directory","owner":"microlinkhq","description":"CloudFlare Radar verified bots directory – 500+ web crawlers and user agents as JSON.","archived":false,"fork":false,"pushed_at":"2026-01-29T20:45:06.000Z","size":188,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-30T04:42:48.434Z","etag":null,"topics":["bot-detection","bots","cloudflare","cloudflare-radar","crawler","crawlers","dataset","datasets","googlebot","user-agent","user-agents","user-agents-","verified-bots","web-crawler","web-scraping"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/microlinkhq.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-29T09:26:02.000Z","updated_at":"2026-01-29T20:45:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/microlinkhq/cloudflare-bot-directory","commit_stats":null,"previous_names":["kikobeats/cloudflare-bot-directory"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/microlinkhq/cloudflare-bot-directory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microlinkhq%2Fcloudflare-bot-directory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microlinkhq%2Fcloudflare-bot-directory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microlinkhq%2Fcloudflare-bot-directory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microlinkhq%2Fcloudflare-bot-directory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microlinkhq","download_url":"https://codeload.github.com/microlinkhq/cloudflare-bot-directory/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microlinkhq%2Fcloudflare-bot-directory/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29333155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T12:42:24.625Z","status":"ssl_error","status_checked_at":"2026-02-11T12:41:23.344Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot-detection","bots","cloudflare","cloudflare-radar","crawler","crawlers","dataset","datasets","googlebot","user-agent","user-agents","user-agents-","verified-bots","web-crawler","web-scraping"],"created_at":"2026-02-11T13:03:43.591Z","updated_at":"2026-02-11T13:03:45.679Z","avatar_url":"https://github.com/microlinkhq.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CloudFlare Bot Directory\n\n\u003cp align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"https://i.imgur.com/mXwNCvH.png\" alt=\"cloudflare-bot-directory\"\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n![Last version](https://img.shields.io/github/tag/microlinkhq/cloudflare-bot-directory.svg?style=flat-square)\n[![NPM Status](https://img.shields.io/npm/dm/cloudflare-bot-directory.svg?style=flat-square)](https://www.npmjs.org/package/cloudflare-bot-directory)\n\n\u003e A comprehensive list of **500+ verified bots** and web crawlers from [CloudFlare Radar](https://radar.cloudflare.com/traffic/verified-bots), available as a JSON dataset for bot detection, user agent analysis, and web scraping identification.\n\n## Why\n\nIdentifying legitimate bots from malicious scrapers is essential for web security and analytics. This package provides the official CloudFlare Radar verified bots directory, helping you:\n\n- **Detect verified bots** – Identify legitimate crawlers like Googlebot, Bingbot, and more\n- **Filter analytics** – Exclude known bots from your traffic reports\n- **Allow-list crawlers** – Permit verified bots while blocking suspicious traffic\n- **User agent lookup** – Match user agent strings against known bot patterns\n\n## Data Structure\n\nEach bot entry includes:\n\n| Field               | Description                                    |\n| ------------------- | ---------------------------------------------- |\n| `slug`              | URL-friendly unique identifier                 |\n| `name`              | Human-readable bot name                        |\n| `kind`              | Bot kind classification                        |\n| `operator`          | Company or organization operating the bot      |\n| `operatorUrl`       | URL to operator's documentation                |\n| `category`          | Bot category (Search Engine, Monitoring, etc.) |\n| `description`       | What the bot does                              |\n| `followsRobotsTxt`  | Whether the bot respects robots.txt            |\n| `userAgentPatterns` | User agent pattern(s) for matching             |\n| `userAgents`        | Known user agent string(s)                     |\n\n## Install\n\n```bash\nnpm install cloudflare-bot-directory\n```\n\n## Usage\n\n```js\nconst bots = require('cloudflare-bot-directory')\n\n// Get all bot slugs\nconsole.log(bots.map(bot =\u003e bot.slug))\n// ['2checkout', '360monitoring', 'googlebot', 'bingbot', ...]\n\n// Find a specific bot\nconst googlebot = bots.find(bot =\u003e bot.slug === 'googlebot')\n\n// Filter by category\nconst searchBots = bots.filter(bot =\u003e bot.category === 'Search Engine Crawler')\n\n// Check if a user agent is a known bot\nconst isKnownBot = (userAgent) =\u003e\n  bots.some(bot =\u003e userAgent.includes(bot.name))\n```\n\n## Related\n\n- [top-user-agents](https://github.com/microlinkhq/top-user-agents) – An always up-to-date list of the top 100 HTTP user-agents most used over the Internet.\n\n## License\n\n**cloudflare-bot-directory** © [Microlink](https://microlink.io), released under the [MIT](https://github.com/microlinkhq/cloudflare-bot-directory/blob/master/LICENSE.md) License.\u003cbr\u003e\nAuthored and maintained by [Kiko Beats](https://kikobeats.com) with help from [contributors](https://github.com/microlinkhq/cloudflare-bot-directory/contributors).\n\n\u003e [microlink.io](https://microlink.io) · GitHub [microlinkhq](https://github.com/microlinkhq) · X [@microlinkhq](https://x.com/microlinkhq)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrolinkhq%2Fcloudflare-bot-directory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrolinkhq%2Fcloudflare-bot-directory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrolinkhq%2Fcloudflare-bot-directory/lists"}