AI crawler · registry

Perplexity-User

Perplexity · Live retrieval · robots.txt token perplexity-user

ignores robotsMeasured across 3,958 sites with a robots.txt policy record for this agent, out of 7,068 on record.
3%
of measured sites block it
135
sites blocking
3,823
sites allowing
no
honors robots.txt

What it is definition

Fetches a page for a specific user question; Perplexity documents that it generally ignores robots.txt.

Perplexity-User is operated by Perplexity and classified here as live retrieval. These agents fetch a single URL because a user asked about it. Disallowing one means the assistant answers from an older copy or from someone else's summary instead of the live page. Several are documented as not bound by robots.txt, because the request is user-initiated rather than a crawl.

Disallowing perplexity-user stops the fetch that happens when a user asks Perplexity about one of your URLs. The answer still gets written, from an older copy or from a third party's description of the page, and you no longer control what it says.

Perplexity documents that this agent may fetch pages regardless of robots.txt. A disallow is recorded here because it states intent, but it is not the control.
robots.txt token
perplexity-user
Operator
Perplexity
Purpose
Live retrieval
Honors robots.txt
no
Documentation
https://docs.perplexity.ai/docs/resources/perplexity-crawlers

Identity on the wire exact string

User-agent string
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Perplexity-User/1.0; +https://perplexity.ai/perplexity-user)
Verify your own edge is not refusing it
curl -A 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Perplexity-User/1.0; +https://perplexity.ai/perplexity-user)' https://example.com/

Replace the host with your own. A 403, a challenge page or an empty body means the edge is blocking the agent whatever robots.txt says.

How to allow it, how to block it robots.txt

Allow it
User-agent: perplexity-user
Allow: /

Absent any rule, the agent is already allowed, so this group only matters when your * group disallows something. Naming the agent replaces the * group for it entirely, so repeat here every disallow you still want to apply to it.

Block it
User-agent: perplexity-user
Disallow: /

Disallowing perplexity-user stops the fetch that happens when a user asks Perplexity about one of your URLs. The answer still gets written, from an older copy or from a third party's description of the page, and you no longer control what it says.

robots.txt is not sufficient for this agent. Block on the user-agent string at the edge, and back it with a deny rule covering the address ranges Perplexity publishes for this agent. Independent testing has recorded retrieval from addresses outside those ranges and without the declared token, so a managed bot rule that scores the request holds up better than a static list.

Sites that block it 60 shown

DomainAI access scoreRank
amazon.com 33 26
tiktok.com 41 54
msn.com 34 62
amazonvideo.com 55 121
nytimes.com 67 157
cnn.com 50 190
bbc.com 69 207
bbc.co.uk 70 226
amazon.co.uk 33 318
amazon.de 33 377
amazon.co.jp 33 494
ft.com 52 519
wired.com 74 533
usatoday.com 55 552
uol.com.br 74 571
telegraph.co.uk 45 580
amazon.fr 33 609
amazon.co.za 33 623
dailymail.co.uk 63 627
amazon.ca 33 635
elpais.com 45 647
amazon.in 34 659
cnet.com 75 662
dailymail.com 63 681
primevideo.com 55 682
amazon.it 33 706
amazon.es 33 725
mercadolivre.com.br 72 740
bild.de 74 763
welt.de 65 800
people.com 38 801
amazon.com.au 33 812
theverge.com 68 815
nbcnews.com 63 823
amazon.com.br 33 833
investopedia.com 38 913
mercadolibre.com.ar 72 931
theatlantic.com 68 980
theconversation.com 52 1,019
huffpost.com 82 1,027
amazon.com.mx 33 1,032
as.com 45 1,061
bfmtv.com 71 1,073
franceinfo.fr 66 1,098
mercadolibre.com.mx 72 1,125
economist.com 43 1,157
mercadolibre.com 47 1,165
ad.nl 47 1,190
nu.nl 47 1,191
furaffinity.net 41 1,223
hln.be 47 1,251
huffingtonpost.com 82 1,275
iltalehti.fi 50 1,409
buzzfeed.com 58 1,442
ekstrabladet.dk 60 1,446
newyorker.com 71 1,793
zdnet.com 61 1,831
arstechnica.com 74 1,847
fastcompany.com 51 1,892
kicker.de 45 1,955

Compare Perplexity

Perplexity runs 2 agents in this registry, and they do different jobs. Blocking one says nothing about the others.

Common questions answered

Does blocking Perplexity-User remove me from Perplexity?

Partly. Perplexity-User fetches a page only when a user asks about it, so disallowing it does not delist you from Perplexity. It does mean the answer is composed without your live page, from a stale copy or a third-party summary. Perplexity documents this agent as not bound by robots.txt, so the disallow is a request rather than a control; see the blocking section for the edge rule that is.

How do I verify Perplexity-User requests are genuine?

Perplexity publishes the address ranges its agents fetch from in its crawler documentation. Compare the source address against that list. Independent testing has recorded retrieval from addresses outside the published ranges and without the declared token, so a match confirms a genuine request but a miss does not prove the traffic is not Perplexity.

Check your own site free

See whether your robots.txt admits Perplexity-User today, and whether your edge agrees with it.