New

Shopify launched Agentic Storefronts. We make AI agents recommend you - not just list you.

See the Shopify integration
Tru Commerce
PricingStart free →

← Insights

Every AI Crawler That Reads Your Store, Listed

GPTBot, OAI-SearchBot, ClaudeBot, PerplexityBot, Amazonbot: a dozen-plus AI crawlers hit ecommerce sites in 2026, and blocking the wrong one quietly deletes you from AI shopping answers. Here is the full list, what each bot actually does, and the robots.txt policy that protects your content without erasing your visibility.

Viren Inaniyan · August 29, 2026 · AI Search Visibility

Every AI Crawler That Reads Your Store, Listed - Tru Commerce guide

AI crawlers are the automated agents that OpenAI, Anthropic, Google, Perplexity, Amazon, and Meta send to read your store. In 2026 they arrive in three distinct kinds - training crawlers, search-index crawlers, and live user-fetch agents - and treating them as one thing is how brands accidentally delete themselves from AI shopping answers.

The stakes are asymmetric. One wrong robots.txt line and every answer engine that would have recommended you simply cannot see you. We have audited stores selling on great products with zero AI presence, and the cause was a copy-pasted "block all AI" snippet from 2023.

The three kinds of AI bot

Training crawlers collect content to train future models. Blocking them is a content-rights decision, not a visibility decision.

Search-index crawlers build the retrieval indexes behind AI search and shopping answers. Blocking these removes you from answers. For a store, they are the closest thing to Googlebot in this ecosystem.

User-fetch agents hit your site live when a real person's AI session needs your page: a shopper asks about your product and the assistant fetches it right then. This traffic converts, and much of it lands in GA4 mislabeled as Direct - the dark traffic problem we cover separately.

The list

Per each vendor's published crawler documentation as of 2026:

User agentVendorKindIf you block it
GPTBotOpenAITrainingContent excluded from model training
OAI-SearchBotOpenAISearch indexGone from ChatGPT search and shopping answers
ChatGPT-UserOpenAIUser fetchLive chats cannot open your pages
ClaudeBotAnthropicTrainingExcluded from Claude training data
Claude-SearchBotAnthropicSearch indexReduced presence in Claude search results
Claude-UserAnthropicUser fetchClaude sessions cannot fetch your pages
PerplexityBotPerplexitySearch indexGone from Perplexity results
Perplexity-UserPerplexityUser fetchPerplexity cannot open your pages for users
Google-ExtendedGoogleTraining/grounding controlExcluded from Gemini training; Search unaffected
GooglebotGoogleSearch index (also feeds AI Overviews)Gone from Google entirely - never block
BingbotMicrosoftSearch index (feeds Copilot)Gone from Bing and Copilot answers
AmazonbotAmazonSearch indexReduced eligibility for Rufus and Alexa+ surfaces
Meta-ExternalAgentMetaTraining/indexExcluded from Meta AI
Meta-ExternalFetcherMetaUser fetchMeta AI cannot open links for users
Applebot-ExtendedAppleTraining controlExcluded from Apple foundation model training
CCBotCommon CrawlOpen datasetExcluded from the corpus many labs train on
BytespiderByteDanceTrainingExcluded from ByteDance models; known for ignoring robots.txt historically

Names and behavior change; each vendor's docs page is the source of truth. The structural point is stable: know which of the three jobs a bot does before you decide.

The robots.txt policy for stores

If AI-driven revenue is the goal, this is the default we recommend:

# Search-index and user-fetch bots: allow on everything public
User-agent: OAI-SearchBot
User-agent: ChatGPT-User
User-agent: Claude-SearchBot
User-agent: Claude-User
User-agent: PerplexityBot
User-agent: Perplexity-User
User-agent: Amazonbot
Allow: /

# Training bots: deliberate business call - this example allows
User-agent: GPTBot
User-agent: ClaudeBot
Allow: /

# Everyone: keep private paths private
User-agent: *
Disallow: /cart
Disallow: /checkout
Disallow: /account

Three notes on the judgment calls:

  1. Training bots are the only real debate. Product pages in training data teach next year's models your brand exists; that is upside for a store in a way it is not for a newspaper. We lean allow for commerce, block only if you have a specific content-rights concern.
  2. Never block by vendor wholesale. "Block OpenAI" snippets that catch OAI-SearchBot are the most common self-inflicted wound we find in audits.
  3. Verify in logs. Spoofing is real; match user agents against vendor-published IP ranges (or let your CDN's verified-bots view do it) before drawing conclusions from traffic.

Access is the first gate, not the whole game

An open robots.txt makes you crawlable. It does not make you citable. What the bots find when they arrive - structured product data, real policy pages, a curated llms.txt file - decides whether the answer engines actually use you. And whether any of it shows up in real answers is a measurement question: our free Citation Rank scan tells you where you stand across six AI surfaces in 24 hours.

Check the access gate right now: the agentic readiness scanner reads your robots.txt, your feeds, and your protocol surface in about a minute and shows exactly which bots you are turning away. Brands that fixed this gate and then worked the content layer have moved real numbers; Amazon India's six-week climb is documented in the case study.

FAQ

Continue reading

August 29, 2026

llms.txt for Ecommerce Brands: The Complete Guide

One plain-text file at your domain root tells AI systems what your store sells, what your policies are, and which pages matter. It takes under an hour to ship and it was the single best-performing organic asset in our own playbook before the rebrand. Here is the spec, the ecommerce-specific template, and the honest read on who actually consumes it.

September 19, 2026

From Recommended to Transacted — AEO Is the On-Ramp, Agentic Commerce Is the Destination

Getting recommended is the on-ramp; being transactable is the destination. ChatGPT-referred ecommerce converts at ~15.9% against ~1.76% for Google (Adobe, 2025), yet most brands still make an agent discover them and then dead-end at a checkout the agent cannot complete. This is the finale of the series: why discovery without transactability leaks the value, what the agentic-commerce protocols already shipping (ACP, UCP, AP2) actually do, and how to turn a recommendation into a purchase inside the chat.

September 17, 2026

The AI Re-Crawl Lag — Your PDP Fix Takes Weeks to Surface

You fix a product page and check the assistant the next morning. It still shows the old answer. In one case we tracked, a PDP corrected to the Beauty category kept getting cited under Fashion for weeks after the edit went live. AI answers run on a re-crawl clock, not an edit clock, and the two are 2–4 weeks apart. This piece is about measuring the propagation, not the change — and planning campaigns around the lag instead of being surprised by it.