🔍

About MetaPeek

Inspect every meta tag on any URL.

What is MetaPeek?

MetaPeek lets you inspect Open Graph, Twitter Card, JSON-LD structured data, and all other meta tags on any publicly accessible URL — just paste and go.

No account required. No API key needed.

What MetaPeek inspects

  • Open Graph (og:*) — title, description, image, type, site_name, locale
  • Twitter Cards — card type, title, description, image, creator, site
  • JSON-LD — structured data blocks (Article, Product, FAQ, BreadcrumbList, etc.)
  • Page meta — title, description, robots, canonical, charset, lang, author, viewport, theme-color
  • Social previews — Facebook/OG card + X/Twitter card renders
  • All raw meta tags — every <meta> tag on the page

JSON API

Use MetaPeek programmatically — no API key needed.

POST /api/inspect
Content-Type: application/json

{ "url": "https://example.com" }

Returns a JSON object with all extracted meta data. Full API docs →

Stack

Python FastAPI httpx BeautifulSoup4 Jinja2 Tailwind CSS Docker

Open source, self-hostable. Scraping done server-side so there are no CORS issues.