One Stripe checkout. No signup form.

Pick a plan. Get your key.

Every plan runs through a normal Stripe checkout: card in, invoice out, API key delivered the moment you pay. Start on the Free Plan — 1,000 credits every month, card never charged — and upgrade only when you outgrow it.

Skim never charges you for a page it couldn't read.

Free Plan
$0per month
1,000 credits/mo

1,000 credits on us, every month.

  • 1,000 credits a month, refreshed monthly
  • Card on file, but never charged on this plan
  • Same API, same speed as every paid tier
Solo
5per month
5,500 credits/mo

For a side project or a single agent in production.

  • 5,500 credits a month
  • Keep going past the cap — extra reads billed as you go
  • Cancel anytime from the billing portal
Team
$45per month
57,000 credits/mo

Production workloads with room to breathe.

  • 57,000 credits a month
  • Overage priced below the sticker rate
  • One invoice your accountant will actually understand
Scale
$250per month
475,000 credits/mo

High-volume pipelines and platforms.

  • 475,000 credits a month
  • Best per-read rate of any tier
  • Priority support by email

Need more than 475,000 reads a month?

Volume pricing, custom terms, and a human to talk to.

Contact us

Signing up takes about a minute

  1. 1. Pick a plan above

    The button opens a standard Stripe checkout — the same secure payment page used by millions of businesses. No signup form, no password, no sales call. The Free Plan asks for a card too, but never charges it.

  2. 2. Copy your API key from the confirmation page

    Right after payment you land on a page showing your key — it starts with sk402_ and is shown once. Save it in a password manager, like any other API key. The key is your account: whoever holds it can spend the credits. If you missed it, write to us via the contact page with your purchase email.

  3. 3. Order reads with the key

    Send the key in a header with every request. Any language, any tool — here's the whole thing with curl:

    curl "https://skim402.com/api/t/read?url=https://example.com" \
      -H "Authorization: Bearer sk402_YOUR_KEY"

    You get the page back as clean markdown. A standard read is 1 credit; pages that need a full browser render cost 2–3. Batch and extract endpoints are in the docs.

  4. 4. Check your balance anytime

    Paste your key on the account page to see credits remaining and any pending overage. Invoices, receipts, and cancelling are handled in the Stripe billing portal, one click from the same page.

Handing the key to an AI agent? That's the point.
Buy with the company card, give the key to your agent, and every read it makes lands on one normal Stripe invoice — conventional accounting, no crypto wallet anywhere in the loop.

A standard read is 1 credit. Pages that need a full browser render cost 2–3 credits. Batch reads are 1 credit per successful URL (up to 10). Structured extract is 8 credits. Watching a page is 1 credit per successful URL fetch on /t/watch (status is free). Failed reads and failed extracts are refunded — you only pay for work Skim delivered.

Paid plans keep working past the cap: extra reads are metered and appear on your next invoice. The Free Plan stops at its monthly 1,000 — upgrade whenever you outgrow it. Cancel anytime. We never see or store your full card number.

Agent carries its own wallet? Skim is also x402-native — pay per call in USDC with no account at all. Wire up wallet pay →