Extract Instagram & Social Media Metadata via API
Need to pull preview data from Instagram posts, Twitter/X links, LinkedIn articles, or TikTok videos? MetaPeek extracts the Open Graph metadata that social platforms use to render link previews. One API, every platform.
Supported Social Platforms
Posts, reels, profiles
Twitter / X
Tweets, profiles, spaces
Posts, articles, profiles
TikTok
Videos, profiles
YouTube
Videos, channels, playlists
Any URL
Works with any website
Example: Extract Instagram Post Metadata
curl "https://metapeek.grabshot.dev/v1/extract?url=https://www.instagram.com/p/EXAMPLE/" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"url": "https://www.instagram.com/p/EXAMPLE/",
"title": "Photo by @username on Instagram",
"openGraph": {
"og:title": "Photo by @username on Instagram",
"og:description": "123 likes, 5 comments...",
"og:image": "https://scontent-...",
"og:type": "instapp:photo"
},
"meta": { ... },
"favicons": [ ... ]
}
Why Developers Use MetaPeek for Social Metadata
🛡️ No API Keys Per Platform
Instagram's official API requires app review. Twitter's API costs $100/mo. MetaPeek extracts public metadata from any platform with one key.
🔗 Build Link Previews
Show rich previews of social media links in your app, just like Slack, Discord, or iMessage do. Title, image, description -- all from one call.
📊 Monitor Social Mentions
Track how URLs appear when shared across social platforms. Detect missing images, wrong descriptions, or broken previews.
Start Extracting Social Metadata
50 free API calls per month. Works with Instagram, Twitter, LinkedIn, TikTok, and any URL.
Get Free API Key →