What Is Perplexity Shopping?
Perplexity Shopping is an AI buying agent integrated into Perplexity, the conversational search engine. Launched in beta in November 2025 and expanded internationally in Q1 2026, it allows users to search, compare, and purchase products directly from the Perplexity interface without visiting the merchant’s site.
Key Perplexity Shopping numbers (Q1 2026):
- 45 million monthly active users on Perplexity (source: Perplexity, Q1 2026)
- 5,000+ merchants integrated natively with in-app checkout
- 0% commission on transactions - payment is handled by PayPal
- Integration in 95 countries with local currency pricing
- In-app checkout expanded to all Shopify merchants since January 2026 via the Perplexity Merchant Program
February 2026: Free Shopping for All US Users
In February 2026, Perplexity launched free agentic shopping for all US users - no longer limited to Pro subscribers. The free tier includes PayPal-powered checkout and access to over 5,000 merchants. Perplexity also improved shopping intent detection and introduced more personalized results drawing on users’ search memory. This expansion tripled the addressable buyer population on the platform overnight.
Since expanding shopping beyond Pro, Perplexity has reported a 5x increase in Shopping Intent queries (source: Perplexity, Q1 2026), signaling strong user adoption of AI-assisted purchasing.
February 2026: Snap to Shop (visual search)
Alongside free shopping, Perplexity launched Snap to Shop, a visual search tool that activates when a user photographs an object. Perplexity identifies the product, finds similar items across its indexed merchants, and surfaces them with prices and availability. This feature directly competes with Google Lens and Pinterest Lens, and opens a new discovery channel for merchants with high-quality product images and descriptive alt text.
Revenue model: subscriptions, not ads
In 2026, Perplexity officially discontinued advertising and is targeting $500 million in annualized revenue entirely from subscriptions (source: Perplexity, Q1 2026). This removes the conflict of interest between sponsored placements and organic recommendations - all Perplexity Shopping results are driven purely by data quality, not paid promotion.
What distinguishes Perplexity Shopping from other AI platforms: it cites its sources. When Perplexity recommends your product, it displays a link to your product page. This is a free, visible, clickable backlink - a unique advantage in the AI ecosystem.
Legal Landscape: The Amazon vs. Perplexity Comet Case
In March 2026, a federal judge in San Francisco granted Amazon a preliminary injunction blocking Perplexity from using its Comet browser agent to access password-protected sections of the Amazon website to shop on behalf of customers (source: GeekWire, March 2026). Perplexity appealed, and the 9th US Circuit Court of Appeals granted Perplexity’s bid to pause the lower court order, allowing Comet to continue operating while the appeal proceeds (source: Bloomberg, March 2026).
This case is a landmark in agentic commerce law: it establishes the first legal boundaries for AI shopping agents accessing third-party platforms without authorization. For merchants, the takeaway is clear - AI agents that respect open protocols (ACP, UCP) and crawl publicly accessible data (schema.org, robots.txt-allowed pages) operate on solid legal ground. Agents that bypass platform restrictions face legal risk.
How Perplexity Recommends Your Products
Perplexity’s recommendation pipeline follows 5 steps:
1. User Query
The user asks a purchase question: “what is the best vitamin C serum for mature skin?“
2. Web Search
Perplexity launches a classic web search (like Google) and crawls the most relevant pages. This is where your content must be accessible (robots.txt) and relevant (rich conversational content).
3. Structured Data Extraction
On each crawled page, Perplexity extracts:
- Schema.org Product (price, availability, reviews, images)
- Text content (description, ingredients, specifications)
- Trust signals (review count, average rating, certifications)
- Shipping and return information
4. Comparison and Ranking
Perplexity compares extracted products across multiple criteria: relevance to the query, value for money, customer reviews, availability, delivery time. The algorithm favors products with complete structured data and verifiable evidence. Perplexity shoppers have a 57% higher AOV compared to classic search (Shopify, 2026).
5. Recommendation with Citation
Perplexity presents the best products to the user, with for each:
- A summary of strengths and limitations
- Price and availability
- A source link to the merchant’s product page (citation)
- A “Buy” button for in-app checkout (if PayPal is configured)
The Power of Citation
Unlike ChatGPT Shopping which does not systematically cite sources, Perplexity always cites the page from which it extracts information. For merchants, this means:
- A visible backlink to your product page
- Clear attribution of the recommendation
- Qualified, intentional traffic to your store
According to an internal Verity Score analysis of 2,000 commercial queries (Q1 2026), merchants cited by Perplexity see an average CTR of 12% on their source links - well above the average Google CTR (2-3% at position 5+).
Why Perplexity Is Different from ChatGPT Shopping
Both platforms allow purchasing through an AI agent, but their approaches differ fundamentally:
| Criteria | Perplexity Shopping | ChatGPT Shopping |
|---|---|---|
| Approach | Search + buy (search-first) | Conversation + buy (chat-first) |
| Source citation | Yes, systematically | No, rarely |
| Payment processor | PayPal | Stripe |
| Merchant commission | 0% | 0% |
| In-app checkout | Yes (via PayPal) | Yes (via Stripe) |
| Discovery | Web crawl + structured data | Schema.org + ACP API |
| User base | 45M MAU | 300M weekly users |
| Target market | Deep research, comparisons | Quick purchases, conversational |
| Merchant advantage | Backlinks, clear attribution | Massive audience volume |
| llms.txt | Consulted | Not confirmed |
Complementarity
The two platforms are complementary, not competing:
- Perplexity excels for considered purchases where the user compares, reads reviews, and wants sources. Typical profile: informed buyer, deep research.
- ChatGPT excels for quick purchases where the user knows what they want and wants frictionless checkout. Typical profile: repeat purchase, impulse buy, trusted recommendation.
A merchant optimizing for both captures the full spectrum of AI buyers.
The 7 Criteria to Be Recommended by Perplexity
Perplexity has no “premium” merchant program with guaranteed ranking. Recommendation is based on the objective quality of your data and content. Here are the 7 criteria that matter:
1. Rich Conversational Content
Perplexity looks for answers to questions. Your product pages must answer the questions buyers ask:
- “Who is this product for?”
- “What are the ingredients / materials?”
- “How do I use it?”
- “What results can I expect?”
- “Why choose this product over another?”
Product pages with only technical specs are deprioritized. Perplexity values educational and conversational content that naturally answers user queries.
2. Complete schema.org Product
Minimum fields for proper indexing:
name,description,image(at least 3 images with alt text)offers:price,priceCurrency,availabilitybrand:nameaggregateRating:ratingValue,reviewCount(if you have reviews)skuorgtin(unique product identifier)
Bonus fields that increase your chances:
shippingDetails: delivery time and costhasMerchantReturnPolicy: return policymaterial,color,size: structured product attributes
3. Robots.txt Open to PerplexityBot
Perplexity uses a crawler identified as PerplexityBot. If your robots.txt blocks it (explicitly or via a global Disallow: /), Perplexity cannot index your site.
Recommended robots.txt configuration:
User-agent: PerplexityBot
Allow: /
Note: some Shopify themes or security apps add restrictive rules that block AI crawlers without the merchant knowing. Check your robots.txt regularly.
4. llms.txt File
The llms.txt file guides AI agents toward your priority content. For Perplexity, a good llms.txt includes:
- A short description of your business
- Links to your main collections
- Links to your best-sellers
- Links to your policy pages (shipping, returns)
- Links to your certifications or trust pages
Perplexity consults llms.txt when available to prioritize which content to explore.
5. Verifiable Pricing
Perplexity verifies price consistency before recommending a product. Any divergence between displayed price, schema.org price, and OG price is a negative signal that can exclude your product from recommendations.
6. Customer Reviews
Reviews are a major ranking factor for Perplexity. The AI agent relies on aggregateRating schema.org data and the textual content of reviews to evaluate product reliability. Stores without reviews are systematically deprioritized in comparisons.
Benchmark: products recommended by Perplexity have an average rating of 4.3/5 with at least 25 reviews (source: Verity Score analysis of 3,000 Perplexity recommendations, Q1 2026).
7. Content Freshness
Perplexity favors fresh, maintained content. Product pages updated recently (within the last 90 days) are favored over stagnant pages. Freshness indicators include:
- Last modification date in the sitemap
- Recent customer reviews
- Updated pricing (not the same price for 6 months)
- Updated editorial content (guides, articles, FAQs)
Product Feeds for AI Shopping: Perplexity, ChatGPT and Google
Strong schema.org markup (criterion 2) lets AI engines read your products when they crawl your site. But most AI shopping surfaces also accept, or prefer, an explicit product feed: a structured catalog you submit, with prices, availability, images, reviews and specs. Schema.org and a product feed are not the same thing, and the engines treat them differently.
Perplexity: the Merchant Program and its product feed
Perplexity runs a Merchant Program (launched November 2024 alongside Buy with Pro checkout). Enrolled merchants submit a product feed so Perplexity has structured, up-to-date catalog data, much like Google Merchant Center. Checkout runs through PayPal and Venmo, and Perplexity takes no transaction fee. Enrolling early helps you claim category positioning before the channel gets crowded.
Even without the program, Perplexity still crawls the open web and reads your schema.org. The feed is the explicit, higher-fidelity path; the crawl is the default path.
ChatGPT Shopping: the feed is the source of truth
For ChatGPT Shopping, the merchant feed is treated as the source of truth: what you submit is what ChatGPT trusts. Many products shown in ChatGPT are pulled from the Microsoft Bing Merchant Center, which needs its own feed setup. ChatGPT also crawls sites, so clean schema.org (Product, Offer, AggregateRating) still matters as a complement.
Google AI Mode and AI Overviews: Merchant Center or website crawl
Google can build your product data from a Merchant Center feed or, with the “website crawl” feed input, generate a feed directly from the structured data on your site. The crawl path is convenient but slower and less complete than a maintained feed.
How to get your Shopify products recommended across AI engines
You do not pick one path, you cover both:
- Keep schema.org Product complete and accurate (criterion 2): it powers every crawl-based path (Perplexity open web, Google website crawl, ChatGPT crawling).
- Maintain a structured product feed where it exists: Perplexity Merchant Program, Google Merchant Center, Microsoft Bing Merchant Center (for ChatGPT). On Shopify, your existing Google and Bing feed apps already produce most of this.
- Keep both consistent: a price or availability that differs between your site and your feed is the fastest way to lose a recommendation. Feed-vs-site drift is a top reason AI engines drop a product.
A Verity Score audit checks both the on-page structured data and the site-vs-feed consistency that AI engines rely on.
How to Optimize for Perplexity: 8 Concrete Actions
Action 1: Allow PerplexityBot
Check your robots.txt (Shopify Admin → Settings → Files → robots.txt, or directly https://your-store.com/robots.txt). Explicitly add:
User-agent: PerplexityBot
Allow: /
Action 2: Enrich Product Content
For each product page, add at minimum:
- A usage context paragraph (who the product is for, in what context)
- An ingredients or materials section with explanations (not just a list)
- A how to use or usage tips section
- 3 to 5 Q&A pairs integrated into the page (visible FAQ format)
- Verifiable proof: test results, certifications, cited studies
Action 3: Structure Product FAQs
FAQs are the preferred format for AI agents. Add a schema.org FAQPage on each product page with the most frequent questions. Typical format:
- “Is this product suitable for [specific use]?”
- “What is the difference between [variant A] and [variant B]?”
- “How long does [the product] last?”
- “Is this product compatible with [other product]?”
Action 4: Add Verifiable Evidence
Perplexity values substantiated claims. For each marketing assertion, add:
- The source (clinical study, independent test, certification)
- The precise figure (“98% of testers satisfied out of 200 participants”, not “proven results”)
- A link to the source when possible
Action 5: Optimize Images
Every product image must have a descriptive alt text. Images without alt text are invisible to Perplexity. Recommended format: “[Product name] - [description of what the image shows]”.
Action 6: Create an llms.txt
Create a page accessible at https://your-store.com/llms.txt with a structured summary of your business, key collections, and important pages. See our dedicated llms.txt guide for the exact format.
Action 7: Update Regularly
Perplexity favors fresh content. Plan a quarterly update of your product pages: refresh descriptions, add new reviews, update FAQs.
Action 8: Run a Verity Score Audit
Verity Score automatically audits your Perplexity Readiness and identifies specific gaps. The audit checks: robots.txt, schema.org, conversational content, llms.txt, pricing, reviews, and freshness.
Perplexity Readiness Score by Verity Score
Verity Score assigns a Perplexity Readiness score out of 100 that measures your ability to be recommended by Perplexity Shopping.
| Dimension | Weight | What Is Checked |
|---|---|---|
| Crawlability | 20% | PerplexityBot allowed, pages accessible, response time |
| Schema completeness | 20% | Schema.org Product fields filled, FAQPage, AggregateRating |
| Content richness | 25% | Length and quality of product content, FAQs, evidence |
| Trust signals | 20% | Review count, average rating, structured certifications |
| Freshness | 15% | Last modification date, recent reviews, updated pricing |
Interpretation
- 80-100: Your store is ready for Perplexity Shopping. High probability of being recommended for relevant queries.
- 60-79: Compatible but improvable. Gaps reduce your chances against better-structured competitors.
- 40-59: Not optimized. Perplexity can crawl your site but will probably not recommend it in comparisons.
- 0-39: Invisible. PerplexityBot is blocked or structured data is too poor for Perplexity to use your catalog.
The Amazon vs Perplexity Case: An Opportunity for Independent Merchants
In March 2026, Amazon filed a lawsuit against Perplexity, accusing it of scraping its product pages and customer reviews without authorization (source: Reuters, March 2026). This legal conflict has direct implications for independent merchants.
What It Means
Amazon accuses Perplexity of using its data (descriptions, reviews, images) to power Perplexity Shopping recommendations. The potential outcome: Amazon could block PerplexityBot, making its products invisible in Perplexity Shopping.
The Opportunity for Independent Merchants
If Amazon exits Perplexity Shopping (voluntarily or by court order), it creates a massive vacuum that independent merchants can fill:
- Commercial queries on Perplexity will no longer return Amazon results
- DTC (direct-to-consumer) merchants with good product pages will take the top positions
- Categories where Amazon dominated (electronics, home, basics) will be open to competition
Now is the time to position yourself. Merchants who optimize their Perplexity Readiness today will be the first beneficiaries of this repositioning.
What Merchants Should Do
- Do not block PerplexityBot - unlike Amazon, your interest is to be indexed
- Enrich your product pages with original content (not copied from Amazon or the manufacturer)
- Highlight your differentiators: expertise, customer service, original content, certifications
- Collect authentic customer reviews - Perplexity values proprietary reviews, not syndicated ones
Related articles
- GEO Audit: Complete Guide - The 9 factors that determine your AI visibility
- Sell on ChatGPT - Agentic Storefronts and Shopify optimization for ChatGPT Shopping
- ACP: Agentic Commerce Protocol - The OpenAI + Stripe protocol for agentic commerce
- UCP: Universal Commerce Protocol - The Google + Shopify protocol for AI agents
- Robots.txt and AI Crawlers - Configure access for GPTBot, ClaudeBot and PerplexityBot
- llms.txt for Shopify - A useful AI content index, not the primary signal
- AggregateRating for Shopify - Expose your customer reviews to AI engines
Ready to check your store? Run a free GEO audit →
The Amazon vs Perplexity conflict is a clear signal: the AI ecosystem is fragmenting, and merchants who control their data and content are the ones who will come out on top.