Extract metadata and generate preview cards from any URL with a single API call. No headless browsers needed.
This calls the real API. Results are cached for 1 hour.
Title, description, OG image, favicon — parsed from Open Graph, Twitter Cards, and meta tags.
Auto-generated preview card images. Embed with a single <img> tag, no JavaScript needed.
Runs on Cloudflare's 300+ locations. Sub-50ms responses worldwide.
Results cached for 1 hour. Cache status returned via X-Cache header.
1. Get your free API key:
curl -X POST https://linkpeek-api.linkpeek.workers.dev/v1/register \
-H "Content-Type: application/json" \
-d '{"email": "you@example.com"}'
2. Get link metadata (JSON):
curl "https://linkpeek-api.linkpeek.workers.dev/v1/preview?url=https://github.com&key=YOUR_KEY"
3. Embed a preview card:
<img src="https://linkpeek-api.linkpeek.workers.dev/v1/preview/image?url=https://github.com&key=YOUR_KEY" />
Full API documentation: /docs
| LinkPeek | Microlink | OpenGraph.io | |
|---|---|---|---|
| Free tier | 100/day | 50/day | 100/mo |
| Pro price | $9/mo | $20/mo | $12/mo |
| SVG cards | Yes | No | No |
| Edge network | 300+ PoPs | Limited | Limited |
| Setup | Email only | Account | Account |
No credit card. Start in 10 seconds.
Enter your email and API key to upgrade.