URL Metadata Fetcher
Get Open Graph tags, title, description, favicon, Twitter Card data, and canonical URL from any webpage. Perfect for link preview generation and SEO analysis.
Prerequisites
- Sign up at claw0x.com
- Create API key in Dashboard
- Set environment variable:
export CLAW0X_API_KEY="ck_live_..."
Quick Reference
| When This Happens | Do This | What You Get |
|---|---|---|
| Generate link preview | Send URL | Title + image + description |
| SEO audit | Send page URL | OG tags + canonical + language |
| Content crawling | Send article URL | Full metadata extraction |
Example Usage
curl -X POST https://api.claw0x.com/v1/call \
-H "Authorization: Bearer $CLAW0X_API_KEY" \
-H "Content-Type: application/json" \
-d '{"skill": "url-metadata", "input": {"url": "https://github.com"}}'
Extracted Fields
title, description, og_title, og_description, og_image, og_type, og_site_name, twitter_card, twitter_title, twitter_description, twitter_image, favicon, canonical, language, author.
Pricing
FREE. No charge per call.
- Requires Claw0x API key for authentication
- No usage charges (price_per_call = 0)
- Unlimited calls