Skip to main content

Confirm

Are you sure?

URLpipe vs Microlink

URLpipe vs Microlink

Both take one URL and return several things about it — metadata, screenshots, Markdown, Lighthouse. They differ in how you call them, what they cost and what happens at the quota.

By · Last updated: September 2026

TL;DR

Choose Microlink for cheap, CDN-cached link previews through a GET you can call from a browser, with a quota that pauses rather than bills. Choose URLpipe when you also want summaries, keywords, console errors and async webhooks, an agent reading pages over a hosted MCP server, and a paid plan that keeps going past its allowance.

Free plan, no credit card. 1,000 credits a month.

At a glance

Feature by feature

CapabilityURLpipeMicrolink
Clean Markdown from a URLYesYes
Renders JavaScript (real browser)YesYes
Rendered HTMLYesYes
ScreenshotsYesYes
Full-page screenshotsYesYes
Element, dark-mode and hidden-selector screenshotsYes—
Metadata / Open GraphYesYes
AI summaryYes—
Keyword extraction endpointYes—
Lighthouse auditsYesYes
JavaScript console captureYesPartial
Several outputs from one page visit/scrapeYes
Whole-site crawlingNo—
Schema-based structured extractionNoCSS selector rules
PDF input or outputNoOutput
MCP serverHostedLocal (npx), archived
Async + webhook for a single URLYes—
Idempotency key on retriesYes—
Your own labels on requests, usage by labelYes—
Cached results cost nothingYesYes
Residential-IP fetchingOne exit, +25 credits/visit—
Official SDKsNoJavaScript
Self-hostableNometascraper (MIT)
Free tier1,000 credits/mo25 requests/day
EU processing, AI includedYes—

Microlink: checked against microlink.io/pricing, microlink.io/docs/api/parameters/meta, microlink.io/docs/api/parameters/insights, microlink.io/docs/guides/content-conversion/url-to-markdown, microlink.io/integrations/mcp on September 24, 2026. Products change — confirm on each vendor's site before you decide.

Shape

Two ways to ask about a URL

Microlink is a GET: api.microlink.io?url=… with flags for screenshot, pdf, insights (Lighthouse) and data rules. Responses are served from a CDN, so the same URL can be shared by many visitors, and cache hits don't count.

URLpipe is a POST per kind of data — /meta, /screenshot, /markdown, /lighthouse and five more — or /scrape for several from one visit. It is async by default, delivering to a signed webhook or a token you can collect for 30 days, and its MCP server is hosted.

URLpipe: several answers, one visit
curl -X POST https://urlpipe.dev/scrape \
  -H "Authorization: Bearer $URLPIPE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com",
    "operations": ["markdown", "meta", "screenshot"],
    "report_to": "https://your-app.com/webhooks/urlpipe"
  }'

Metadata

Metadata: rules vs a model

Microlink's metadata is cheap: one request. Microlink also publishes metascraper, an open-source rule set for exactly this job. URLpipe's /meta reads meta tags, JSON-LD and microdata with a model and reconciles them into one record, which costs 5 credits. Microlink returns publisher, url and image dimensions that URLpipe doesn't; URLpipe returns a feed URL and extra author details.

At the limit

Quotas: pause vs overage

Microlink never bills overage: at the ceiling, requests pause until the next cycle or an upgrade. URLpipe's paid plans are never cut off: past the allowance it's $1.50 per 1,000 credits, invoiced after the month closes. The free plans differ too — 25 requests a day on Microlink, 1,000 credits a month on URLpipe, which answers 429 when it's spent.

Differences

What only one of them does

  • Only Microlink: a GET usable from the browser, PDF output, Wappalyzer tech detection, data rules with CSS selectors, conversion of PDF and Office documents to Markdown.
  • Only URLpipe: AI summaries, keyword extraction, console errors and uncaught exceptions, async delivery to signed webhooks, idempotency keys, labels, a hosted MCP server, EU processing with AI included.

Pricing

What each one costs

URLpipeMicrolink
Free tier$0 — 1,000 credits/mo, no card$0 — 25 requests/day, no card
Entry paid planStarter $19/mo — 20,000 creditsPro $49/mo — 46,000 requests
Mid planPro $49/mo — 55,000 credits—
Billing unitCredits per call: Markdown, HTML, screenshot or console 1, Lighthouse 2, metadata 5Requests
OveragePaid plans never cut off — $1.50 per 1,000 creditsPaused until the next cycle; no overage fees
Cache hitsFree, up to 30 days oldFree

Microlink Pro is $49 for 46,000 requests. URLpipe Pro at $49 is 11,000 metadata calls or 55,000 screenshots — cheaper per screenshot, dearer per metadata call.

Who it's for

An honest recommendation

Choose URLpipe if…

  • You want summaries, keywords or console errors as well as previews
  • A paid plan should never pause
  • You want async delivery and results you can collect later
  • Your agent should use it over a hosted MCP server
  • You need AI processing kept in the EU

Choose Microlink if…

  • You want the cheapest link previews at volume
  • You want a GET you can call from the browser or cache on a CDN
  • You want the publisher field and image dimensions
  • You'd rather pause at the quota than pay overage
  • You convert PDFs or Office files to Markdown

Moving off Microlink?

What switching involves

The Microlink alternatives page covers why people leave, what to look for instead and how the requests map.

FAQ

Frequently asked questions

What's the difference between URLpipe and Microlink?
Microlink is a GET API built around link previews, served from a CDN, with screenshots, PDF, Markdown and Lighthouse as flags. URLpipe is a POST API with an endpoint per kind of data — including summaries, keywords and console errors that Microlink lacks — async by default, with a hosted MCP server.
Which is cheaper?
For metadata, Microlink: one request against URLpipe's 5 credits. For screenshots and Markdown, URLpipe's Pro buys more calls than Microlink's Pro at the same $49.
Does Microlink have an MCP server?
Yes, @microlink/mcp, which runs locally over npx; its GitHub repository was archived in July 2026. URLpipe's is hosted at https://urlpipe.dev/mcp with 14 tools.

Try URLpipe on the free plan.

1,000 credits a month, no card. Confirm your email and your key is live — most people make their first request inside five minutes.