Fetch link preview metadata dari URL — Open Graph, Twitter Card, favicon, canonical, theme color (kayak WhatsApp/Slack link preview).
lookuppassing, 0.1s/v1/dev-tools:meta-preview/lookup5m cache1 paramchecking key…// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";
const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });
const data = await client.run("dev-tools:meta-preview", "lookup", {
"url": "https://github.com"
});
console.log(data);curl -X GET "https://api.zpi.web.id/v1/dev-tools:meta-preview/lookup?url=https%3A%2F%2Fgithub.com" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"/v1/dev-tools:meta-preview/lookupPerform lookup dengan input yang diberikan.urlstringrequiredcurl -X GET "https://api.zpi.web.id/v1/dev-tools:meta-preview/lookup?url=https%3A%2F%2Fgithub.com" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"url": "https://github.com",
"type": "object",
"image": "https://images.ctfassets.net/8aevphvgewt8/4pe4eOtUJ0ARpZRE4fNekf/f52b1f9c52f059a33170229883731ed0/GH-Homepage-Universe-img.png",
"title": "GitHub · Change is constant. GitHub keeps you ahead.",
"favicon": "https://github.githubassets.com/favicons/favicon",
"finalUrl": "https://github.com/",
"siteName": "GitHub",
"canonical": "https://github.com/",
"scrapedAt": "2026-05-27T07:14:08.168Z",
"themeColor": "#1e2327",
"description": "Join the world's most widely adopted, AI-powered developer platform where millions of developers, businesses, and the largest open source community build software that advances humanity.",
"twitterCard": {
"card": "summary_large_image",
"site": "@github",
"image": "https://images.ctfassets.net/8aevphvgewt8/4pe4eOtUJ0ARpZRE4fNekf/f52b1f9c52f059a33170229883731ed0/GH-Homepage-Universe-img.png",
"title": "GitHub · Change is constant. GitHub keeps you ahead.",
"description": "Join the world's most widely adopted, AI-powered developer platform where millions of developers, businesses, and the largest open source community build software that advances humanity."
}
}