monperrus/crawler-user-agents resource
Syntactic patterns of HTTP user-agents used by bots / robots / crawlers / scrapers / spiders. pull-request welcome :star: observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 96
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4562
- days_rel: n/a
- days_push: 26
- n_releases_24m: 0
Adoption not part of the score
1400 stars · 289 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A curated JSON dataset of regular-expression patterns matching HTTP user-agents used by bots, crawlers, spiders, and scrapers. It is distributed as packages for JavaScript/Node.js, Python, and Go, with helper functions like is_crawler/IsCrawler for bot detection.
Use cases
- detect bot traffic in web server logs
- block crawlers and scrapers from hitting my API
- check if a user-agent string is a search engine bot
- filter out spider requests from analytics
- identify known bots by user-agent header
- exclude crawler traffic from rate limiting
When to choose
- you need a simple, regex-based list of known bot user-agents
- you want bot detection in Node.js, Python, or Go without heavy dependencies
- you need to filter or flag automated traffic in logs or middleware
When to avoid
- you need behavioral bot detection beyond user-agent strings
- you need a continuously updated commercial bot-fingerprinting service
- you need to detect malicious bots that spoof legitimate user-agents
Facets
dataset · maturity active
data-generation security http-server middleware web-development security developer-tools crawlers python go cross-platform user-agents bot-detection regex-patterns crawler-detection -dataset nodejs
1 source
- readme: https://github.com/monperrus/crawler-user-agents · fetched 2026-08-28 · bdef23f0c0a5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| monperrus/crawler-user-agents | main | 75 |
For agents
markdown · JSON · MCP: product_card(name="monperrus/crawler-user-agents")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem