# FirecrawlAgent

> A hosted scrape-to-markdown service that LLM applications call to read pages. The requester is whoever is building on it, not Firecrawl itself, so volume and intent vary wildly.

| field | value |
|---|---|
| operator | Firecrawl |
| category | Tools and frameworks |
| robots.txt token | `FirecrawlAgent` |
| user-agent contains | `FirecrawlAgent` |
| robots.txt | obeys robots.txt (documented) |
| verify by | no published verification method |
| published IP ranges | none published |
| prefixes mirrored | 0 IPv4 / 0 IPv6 |
| operator docs | https://docs.firecrawl.dev/ |
| last reviewed | 2026-09-01 |

## What blocking it costs you

Applications built on Firecrawl cannot read your pages. This is increasingly how agents fetch the web, so it is a bigger block than its name suggests.

## Full user-agent string

```
Mozilla/5.0 (compatible; FirecrawlAgent/1.0; +https://firecrawl.dev)
```

## Block it

```
User-agent: FirecrawlAgent
Disallow: /
```

## Allow it

```
User-agent: FirecrawlAgent
Allow: /
```

JSON: https://www.pathwren.workers.dev/crawler/firecrawlagent.json · index: https://www.pathwren.workers.dev/llms.txt
