Automatic crawling and user-requested retrieval

Perplexity Search and Crawler Access

Perplexity documents separate user agents for search discovery and user-triggered page access, with practical WAF guidance for legitimate requests.

Published 2026-07-22Last reviewed 2026-07-22Primary-source analysis
PerplexityBot

Search discovery and linking

Perplexity describes PerplexityBot as a crawler used to surface and link websites in search results. It is managed through robots.txt and should also be allowed through infrastructure controls when a publisher wants search visibility.

Perplexity-User

Retrieval initiated by a user request

Perplexity-User may visit a page when a user asks a question that requires current information. Perplexity distinguishes this from automatic web crawling and states that the user-requested fetcher generally does not rely on robots rules in the same way.

The distinction matters because a site can observe different access patterns and should not assume every Perplexity request is building the same index.

WAF configuration

Verify user agent and official IP ranges

Perplexity recommends combining user-agent matching with its published IP ranges when configuring a web application firewall. The ranges can change, so the official endpoints should remain the source of truth.

A robots file can permit the bot while a WAF continues to block it. Server logs and external testing are required to confirm access.

Search interface implications

Real-time retrieval changes freshness expectations

Current facts

A live fetch may retrieve recent information that a static index has not processed.

Page stability

A transient error, regional block or script failure can affect the answer at the moment of the request.

Citation

The interface may link to a page, but source visibility and generated wording remain separate outcomes.

Monitoring

Logs, referral traffic and repeated public observations provide different evidence.

Operational checklist

Make permission observable

Source trail

Primary material behind this analysis

Related reading

Continue through the discovery stack

Information Retrieval Explained

A practical guide to lexical, semantic, hybrid, graph and structured retrieval, failure modes, passage design and evaluation.

Search and AI Research Library

A research hub connecting NIST, Stanford HAI, OECD, Google, OpenAI, Perplexity, Microsoft, IETF, W3C, Schema.org and original GEO, RAG and REG sources.