Welcome to the cloudflare-bot-directory repository! This application provides a comprehensive directory of over 500 verified web crawlers and user agents as JSON. With it, you can enhance your projects by accurately detecting various bots.
Before downloading, ensure your system meets the following requirements:
To get started, follow these simple steps:
The JSON file contains structured data, making it easy to extract information. You can utilize it in your applications to identify bots and improve your web services.
Hereβs a brief overview of how the data may look:
[
{
"bot_name": "Googlebot",
"user_agent": "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)",
"verified": true
},
{
"bot_name": "Bingbot",
"user_agent": "Mozilla/5.0 (compatible; Bingbot/2.0; +http://www.bing.com/bingbot.htm)",
"verified": true
}
]
If you encounter issues while downloading or accessing the JSON file, consider the following steps:
We welcome contributions! If you want to help improve the directory, feel free to open an issue or submit a pull request.
The cloudflare-bot-directory is open-source, licensed under the MIT License. You can use, modify, and distribute the software as per the license terms.
Visit the Releases page to stay updated on new releases and changes.
Thank you for choosing cloudflare-bot-directory! Happy coding!