metadata
The Metadata API allows you to extract rich metadata from any URL. Get page titles, descriptions, canonical URLs, Open Graph tags, Twitter Cards data, favicons, and preview images. Perfect for building link preview features, content aggregation systems, SEO tools, and social media sharing applications.
metadata endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
healthCheck /health |
Check API availability and service status. This endpoint does not require authentication. |
| v1 | ||
| GET |
extractMetadataGet /v1/extract |
Extract comprehensive metadata from any URL including basic meta tags, Open Graph tags, Twitter Cards, and JSON-LD Schema.org data. Returns structured data perfect for link… |
| POST |
extractMetadataPost /v1/extract |
Extract metadata from a URL via JSON body. Same functionality as GET method but accepts URL in request body. |
| GET |
getDocs /v1/docs |
Get comprehensive API documentation including endpoints, pricing tiers, and usage examples. |
| Other endpoints | ||
| GET |
/v1/docs /v1/docs |
|
| GET |
/v1/extract /v1/extract |
|
| POST |
/v1/extract /v1/extract |
|
| GET |
healthCheck /health |
Check API availability and service status. This endpoint does not require authentication. |
metadata pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $9.99 / month | 30 / minute |
|
| ULTRA Recommended | $49.99 / month | 150 / minute |
|
| MEGA | $199 / month | 500 / minute |
|