Paste a URL. See the card.
Unfurl fetches the page on the server (8 second timeout, about 180 KB) and reads Open Graph, Twitter Card, and basic meta tags. You get a social-card preview and the JSON. Private, loopback, and non-http(s) URLs are rejected.
Free: 30 inspects per IP per UTC day. Responses send X-Unfurl-Plan: free.
HTTP API
CORS is open on /v1. Same limits as the page. Paid API ($9/mo) opens on the same store as Forage after live payments are enabled. Pay in CNY (爱发电). CNY ¥19/mo via Afdian. USD $9/mo after Creem live payments.
| GET | /v1/unfurl?url= | Extract title, canonical, og:*, twitter:* |
|---|---|---|
| POST | /v1/unfurl | Body { "url": "https://example.com" } |
| GET | /v1 | Index and plan notes |
Example: curl -sS "https://unfurl-78c.pages.dev/v1/unfurl?url=https://example.com"
What this does not do
It does not crawl a site, store page bodies, run analytics, or invent usage numbers. Fetched HTML is discarded after extraction. A per-IP counter is kept in KV for the daily free cap. Publisher: Laurel. Contact: lovlace77777@gmail.com.