Meta Harvest API_
Extract Open Graph, Twitter Cards, JSON-LD, favicons, and meta tags from any URL. Batch up to 10.
Open Graph
og:title, og:description, og:image, og:url, og:type, og:site_name
Twitter Cards
twitter:card, twitter:title, twitter:description, twitter:image
JSON-LD
Structured data parsed into objects. Schema.org, breadcrumbs, articles.
Favicons
Auto-detected from link tags or fallback to /favicon.ico
Batch Mode
Extract from up to 10 URLs in a single POST request.
MCP Ready
JSON-RPC 2.0 endpoint. Works with Claude Code, Cursor, any MCP client.
Endpoints
GET /meta-harvest/api/v1/extract?url=Single URL
POST /meta-harvest/api/v1/extractBatch (max 10)
POST /meta-harvest/mcpMCP JSON-RPC
GET /meta-harvest/healthHealth check
$ single URL extraction
curl "https://api.lazy-mac.com/meta-harvest/api/v1/extract?url=https://github.com"
$ batch extraction
curl -X POST https://api.lazy-mac.com/meta-harvest/api/v1/extract \
-H "Content-Type: application/json" \
-d '{"urls":["https://github.com","https://dev.to"]}'
$ example response
{
"success": true,
"data": {
"url": "https://github.com",
"title": "GitHub: Let's build from here",
"description": "GitHub is where over 100 million developers...",
"openGraph": {
"title": "GitHub: Let's build from here",
"image": "https://github.githubassets.com/assets/...",
"site_name": "GitHub"
},
"twitter": { "card": "summary_large_image" },
"jsonLd": [...],
"favicon": "https://github.githubassets.com/favicons/favicon.svg",
"fetchTimeMs": 142
}
}
$14.99/mo
20 req/min · Batch up to 10 URLs · MCP included
Get API Access — $14.99/mo