Thum.io alternative

rasterly vs Thum.io

Both snapshot a URL to an image over one call. rasterly adds PDF, an authenticated key with usage billing, and the read/extract/crawl side on the same endpoint.

Thum.io is a simple, fast way to get a website thumbnail from a URL. rasterly does the same screenshot and goes further where products outgrow a thumbnail service: PDF output, an sk_live_ key with usage-based billing, retina scale up to 3×, and page-content endpoints on one key — from $0.58 per 1,000 on Growth.

When you outgrow a thumbnail service

Thum.io is great for a quick image. If you're building a product on top of it, three things usually come up:

Price, side by side

rasterly sells by monthly render tiers with every format on every plan. Representative points:

Renders / monthrasterlyThum.io
10,000$9 (Starter)per-plan quota
50,000$29 (Growth)higher tier
250,000$99 (Scale)higher tier
Per 1,000 (at 50k)$0.58higher at volume
Free tier100 / mofree with attribution

The Thum.io column is kept qualitative — check thum.io for current numbers. The takeaway is a cost-priced render at volume, plus formats and endpoints a thumbnail service doesn't carry.

Feature parity

rasterlyThum.io
PNG / JPEGYesYes
PDFYesno
Full-page captureYesYes
Retina / device scaleYes, up to 3×Yes
Authenticated key + usage billingYesYes
read / extract / crawl / monitorYesno
SSRF protectionEnforcedYes

Migrating from Thum.io

Thum.io encodes options as path segments; rasterly uses query params plus a key header.

before — Thum.io
curl "https://image.thum.io/get/width/1200/fullpage/https://stripe.com" -o shot.png
after — rasterly
curl "https://api.rasterly.dev/v1/screenshot?url=https://stripe.com&width=1200&full_page=true" \
  -H "X-Api-Key: sk_live_..." -o shot.png

PDF is format=pdf; retina is scale=2. See a render on the live proof page.

FAQ

Is rasterly a drop-in for Thum.io?
Close — both take a URL and options and return an image. Thum.io builds options into path segments; rasterly uses query params on /v1/screenshot with an X-Api-Key header. Map width, full-page and format across and you're switched.
Does rasterly output PDF?
Yes — format=pdf returns a print-ready A4 with backgrounds at the same price as an image, and POST /v1/pdf renders raw HTML you generate server-side.
How does auth and billing work?
Instant sk_live_ key from POST /v1/keys, passed as X-Api-Key. Usage-based on monthly render tiers, 100/mo free, plus a pay-per-call x402 endpoint on Base for agents with no signup.
Can rasterly screenshot private or internal URLs?
No — every target is resolved and blocked if it points at localhost, a private range, or cloud metadata (169.254.169.254). Enforced.
Start free — 100 renders See the full API

Thum.io pricing and features are public information and shown for comparison only; the competitor column is kept qualitative and not a quoted figure — check thum.io for current details. rasterly is an independent product and is not affiliated with, endorsed by, or sponsored by Thum.io.