CaptureKit
Screenshot plus extraction and AI features at an aggressive price.
- Free tier
- 100 credits
- 10,000 credits
- US$ 29 per month
- 50,000 credits
- US$ 89 per month
Published by the vendor, checked 2026-08-14.
capturekit.devBoth products cover capture plus extraction at an accessible price. The part worth comparing carefully is what counts as a billable unit, because that is the number that shows up twelve invoices from now.
Their published table is lower for your volume — at 10,000 captures with few repeats, it is.
What decides it is the billable unit: one successful, non-cached capture, defined in writing and reconcilable against your usage counter.
What moving looks like: Change the base URL and key, map the extraction options, then compare a batch on three numbers: the artifacts, the errors and the usage counter it moved.
curl -G https://api.pagecapture.dev/v1/take \
-H "X-Access-Key: $PAGECAPTURE_KEY" \
--data-urlencode "url=https://example.com" \
-d "format=markdown" \
-d "response_type=json" \
-d "metadata_page_title=true" \
-o page.jsonThoughtful essentials, made in small batches from natural materials.
Markdown, rendered HTML and page metadata come from the same capture, so text and image describe the same moment of the page.
One successful, non-cached capture. Not a request, not an API call, not a page of output — and a multi-artifact job says how many it consumed.
Scoped to your organization and keyed on the render spec, with options that do not change a pixel excluded from the key.
OpenAPI 3.1, seven SDKs, an MCP server and an agent skill all speak the same public HTTP API. There is no parallel path that bills differently.
Every number in this table is computed from the published plans — failures and organization-scoped cache hits are removed before the plan is chosen, because they are not billable.
| Scenario | Billable successes | Smallest included plan | Published monthly price |
|---|---|---|---|
| 10,000 captures per month | 8,820 | Growth | $47.00 |
Assumes 10% cache hits and 2% failures. Change either assumption and the billable count changes with it — that is the point of charging for success.
These figures are quoted from each vendor's own pricing page, with the date we last checked it. They are not converted to our billing unit, because they do not measure the same thing.
Screenshot plus extraction and AI features at an aggressive price.
Published by the vendor, checked 2026-08-14.
capturekit.devCaptureKit is trademarked by their respective owners and mentioned only to describe the comparison people are searching for. No affiliation is claimed.
Run the page that breaks your current provider.
Open the playground