Skip to content

PerplexityBot IP ranges

Indexes pages for Perplexity's answers. Perplexity publishes the address ranges PerplexityBot crawls from so sites can tell it from a scraper carrying its name. This is that file, synced daily by the same job that feeds the IP lookup, with the date of the copy and how to check a visitor against it.

PerplexityBot at a glance

OperatorPerplexity
What it doesSearch indexing
Answered ascrawler: PerplexityBot · crawler_kind: search
Published filehttps://www.perplexity.ai/perplexitybot.json
Prefixes today8 IPv4, 0 IPv6
Copy synced2026-09-12

The ranges

Every prefix in Perplexity's file as of 2026-09-12, IPv4 first, each family in address order. An address inside any of them is PerplexityBot as far as its operator is concerned.

IPv4 · 8

3.211.124.183/32
3.222.232.239/32
3.224.62.45/32
3.231.139.107/32
18.97.1.228/30
18.97.9.96/29
18.210.92.235/32
107.20.236.150/32

IPv6 · 0

How to verify a visitor is PerplexityBot

Take the request's source address and check it against the prefixes above; the User-Agent header is a claim anyone can type and proves nothing on its own. Perplexity documents the ranges as the way to verify PerplexityBot; a reverse DNS name is not part of its guidance, so do not rely on one.

What the API answers for one of its addresses

A lookup of an address inside these ranges answers is_crawler true, names it in crawler and classes it in crawler_kind. A crawler carries no risk weight, and the datacenter weight is skipped for it: its operator is known and its infrastructure is the point.

curl https://spaw.co/api/v1/ip \
  -H "Authorization: Bearer $SPAW_KEY" \
  -H "Content-Type: application/json" \
  -d '{"ip": "3.211.124.183"}'
"is_crawler": true,
"crawler": "PerplexityBot",
"crawler_kind": "search",
"risk_signals": [{ "signal": "datacenter", "weight": 0, "dataset": "datacenter-ranges" }]

A range proves the operator, not intent. Whether PerplexityBot is welcome on a site is a robots.txt decision; this page and the lookup only settle whether a request that says it is PerplexityBot really came from Perplexity.

Other crawlers

crawler-ranges 2026-09-12 · checked 2026-09-13

Wrong result, or is it about you? If this tool said something you think is wrong, tell us and a person reads it. If Spaw is holding data about you and you never signed up here — a customer may have had your address verified, or reported that a message to it bounced — erase it yourself, confirmed by mail to that address and with no account needed.

More free tools

All free tools

Need this at scale?

The Spaw API answers is_crawler, the crawler's name and its kind for any address, from these ranges and a forward-confirmed reverse DNS check — 10 free lookups a month, no card required.

Get your API key