Structured metadata
from any URL

Send a URL, get back title, description, Open Graph tags, canonical URL, and favicon — clean JSON, in one request. No scraping infrastructure required.

Request $ curl "https://fetchmeta.zindle.com.au/v1/fetch?url=https://stripe.com" \ -H "X-API-Key: fm_live_..."
Response { "title": "Stripe | Payment Processing", "description": "Online payment processing...", "og_title": "Stripe", "og_image": "https://stripe.com/img/og.png", "canonical_url": "https://stripe.com/", "favicon_url": "https://stripe.com/favicon.ico" }

Everything you need from a link

One request returns the full metadata picture.

title

The page title.

description

The meta description.

og_title

Open Graph title.

og_description

Open Graph description.

og_image

Open Graph preview image.

og_url

Open Graph canonical link.

canonical_url

The declared canonical URL.

favicon_url

Resolved favicon location.

Simple pricing

Start free. Upgrade when you need the throughput.

Free

$0
  • 10 requests / minute
  • 1,000 requests / month
  • 24-hour result caching
  • Full metadata extraction
Get started