# Pinterestbot

> Pinterest's crawler. It indexes pages so people can find them on Pinterest and re-reads product pages to keep price and title on a Pin current. Pinterest states that content it crawls is not used to train their Canvas image generation model.

| field | value |
|---|---|
| operator | Pinterest |
| category | Search engines |
| robots.txt token | `Pinterestbot` |
| user-agent contains | `Pinterestbot` |
| 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://help.pinterest.com/en/business/article/pinterest-crawler |
| last reviewed | 2026-09-01 |

## What blocking it costs you

Pins pointing at your site go stale — wrong prices, dead links — and new content stops being indexed. For a retailer this is one of the more expensive blocks on the list.

## Full user-agent string

```
Mozilla/5.0 (compatible; Pinterestbot/1.0; +https://www.pinterest.com/bot.html)
```

## Block it

```
User-agent: Pinterestbot
Disallow: /
```

## Allow it

```
User-agent: Pinterestbot
Allow: /
```

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