Buying a single report

Buy a single ShopSniffer report with credit card via Stripe or any cryptocurrency via AnySpend — no subscription required.

Overview

A single report costs $9.99 and gives you a complete store analysis: full product catalog, Shopify-compatible CSV, JSON exports, app and theme detection, and a Google PageSpeed audit. No subscription required — pay once per report. If you want unlimited reports plus daily monitoring, see the Pro Monthly plan.

Single-report purchases via crypto don't require an account. Sign up only if you want API keys, daily monitoring, or subscription billing.

Two ways to pay

Credit card via Stripe

Hosted Stripe checkout. Requires an account (sign in first). Card details never touch ShopSniffer.

Crypto via AnySpend

Any token on any supported chain — USDC, ETH, BTC, SOL, any ERC-20. No account required.

Option 1 — credit card (Stripe)

Stripe billing is wired via the Better Auth Stripe plugin. Both plans (single_report and pro_monthly) are managed as Stripe subscription products and checkout runs under the domain you're already signed into.

1

Sign in

Create an account on shopsniffer.com — email/password or Google. This is required so the report is linked to your user ID.

2

Choose a plan

On the homepage or pricing page, click Buy single report ($9.99). You'll be redirected to the hosted Stripe checkout.

3

Pay

Enter card details on Stripe's page. On success, Stripe fires a checkout.session.completed webhook and the Better Auth Stripe plugin records the purchase against your user.

4

Generate the report

You're redirected back to ShopSniffer with the report flow unlocked. Enter your target store domain and the job starts immediately.

Option 2 — crypto (AnySpend)

Crypto checkout is account-free. We accept any token on any supported chain; AnySpend converts it to USDC on Base before confirming the order.

Accepted tokens

TokenNetworks
USDCAny chain (USDC, USDT, DAI stablecoin equivalents)
ETHEthereum, Base, Arbitrum, Optimism, Polygon
BTCBitcoin via cross-chain bridge
SOLSolana and SPL tokens
Any ERC-20Any token on any EVM-compatible chain
1

Enter a store URL

Go to the homepage and enter any Shopify store domain (e.g. allbirds.com).

2

Click "Get full report"

The free preview loads first. Click the full report button to trigger the crypto payment flow.

3

Choose your token

Click Pay $9.99 — choose token to open the AnySpend checkout page where you select your wallet, chain, and token. Or expand Send to address manually to send directly.

4

Complete payment

Once your deposit is detected, AnySpend converts it to USDC on Base and confirms the order. This typically takes under a minute.

5

Report generates automatically

After payment confirms, your full report begins generating. You'll see real-time progress via WebSocket and can download exports when complete.

Option 3 — programmatic (API)

For scripts and AI agents, two patterns:

Sign up, buy credits (or subscribe to Pro Monthly), and use an API key for all requests. No per-request payment logic in your code.

bash
curl -X POST https://shopsniffer.com/api/jobs \ -H "X-API-Key: ss_your_key_here" \ -H "Content-Type: application/json" \ -d '{"domain": "allbirds.com"}'

See authentication.

What you get

Each $9.99 report includes everything — no tiers or add-ons:

  • Full product catalog (all products, not just the first 100)
  • Shopify-compatible CSV export
  • JSON exports for products, collections, and pages
  • App detection (installed Shopify apps)
  • Theme detection (name, ID, version)
  • Google PageSpeed audit (performance, accessibility, best practices, SEO)
  • Shop metadata and insights (top vendors, price range, product types)
  • A shareable report URL

Next steps

Pricing & plans

Compare Free, Single Report, and Pro Monthly side by side.

Learn More
Export a competitor

60-second walkthrough from empty state to CSV download.

Learn More
x402 tutorial

Account-free per-request payment for autonomous agents.

Learn More
Store monitoring

Track a store for daily change detection.

Learn More
Ask a question... ⌘I