Microlink
URL to data, screenshot, PDF and content for apps and agents.
- Free tier
- 25 requests per day
- Pro plan
- US$ 49 per month for 46,000 requests
Published by the vendor, checked 2026-08-14.
microlink.ioMicrolink turns a URL into data for apps and agents, and does it well. The comparison worth making is what the same call returns, what it costs when the page fails, and how an agent is expected to hold it.
Your code depends on specific enrichment fields. We do not return them field for field, and checking that costs less than migrating.
Text, metadata and pixels have to describe the same render, and your agent needs error codes with a documented retryable flag.
What moving looks like: Check the fields you consume against the options reference first. For an agent, the published skill carries the request shape and the retryable codes.
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_open_graph=true" \
-o page.jsonThoughtful essentials, made in small batches from natural materials.
Markdown, metadata and an image come from the same capture, so an enrichment pipeline is not comparing two different loads of the page.
An MCP server, a published agent skill and llms.txt all describe the same HTTP API. The channel is recorded from a closed allow-list and never enters the cache key.
A stable error_code with a documented retryable flag, so an agent retries what is worth retrying instead of looping on a permanent failure.
Enrichment pipelines meet hostile pages constantly. A failed fetch produces no credit here.
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 |
|---|---|---|---|
| 5,000 requests per month | 4,410 | 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.
URL to data, screenshot, PDF and content for apps and agents.
Published by the vendor, checked 2026-08-14.
microlink.ioMicrolink is trademarked by their respective owners and mentioned only to describe the comparison people are searching for. No affiliation is claimed.