# Applebot

> Powers Siri, Spotlight and Safari suggestions. Blocking it is a search decision, not an AI decision — the AI decision has its own token.

| field | value |
|---|---|
| operator | Apple |
| category | Search engines |
| robots.txt token | `Applebot` |
| user-agent contains | `Applebot` |
| robots.txt | obeys robots.txt (documented) |
| verify by | published IP ranges |
| published IP ranges | https://search.developer.apple.com/applebot.json |
| prefixes mirrored | 33 IPv4 / 0 IPv6 |
| operator docs | https://support.apple.com/en-us/119829 |
| last reviewed | 2026-09-01 |

## What blocking it costs you

You disappear from Siri, Spotlight and Safari search suggestions across Apple's install base.

## Full user-agent string

```
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)
```

## Block it

```
User-agent: Applebot
Disallow: /
```

## Allow it

```
User-agent: Applebot
Allow: /
```

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