LinkPreview
## What you get Pass any URL, get back structured metadata in one call: - **Open Graph** — title, description, images (with dimensions), site name, locale, article metadata - **Twitter Cards** — card type, site, creator, player data - **HTML Meta** — title, description, canonical URL, theme color, author - **Icons** — best favicon/touch icon with automatic priority selection - **RSS/Atom/JSON…
LinkPreview endpoints
| Method | Endpoint | Description |
|---|---|---|
| Meta | ||
| GET |
getHealth /linkpreview/v1/health |
Returns server uptime and cache statistics. Does not require authentication. |
| Extract | ||
| POST |
extractPost /linkpreview/v1/extract |
Fetch and extract metadata for a single URL passed in the request body. Functionally identical to GET /extract but accepts a JSON body. |
| GET |
extractGet /linkpreview/v1/extract |
Fetch and extract metadata for a single URL passed as a query parameter. Successful results are cached for one hour. |
| POST |
batchExtract /linkpreview/v1/batch |
Fetch and extract metadata for up to 10 URLs in a single request. Each URL is processed concurrently; individual failures do not abort the whole batch — they appear as error… |
LinkPreview pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA Recommended | $15 / month | — |
|
| MEGA | $40 / month | — |
|