Integration guide

LLM Context API — MetaFetch API

Fetch clean page content and metadata for LLM prompts and agent workflows.

API docsFree API key

Why MetaFetch for LLM Context API?

Building link previews in LLM Context API usually means parsing HTML yourself, handling redirects, and maintaining scrapers. MetaFetch handles all of that through a single REST endpoint.

Integrate in 5 minutes

Replace YOUR_API_KEY with a key from your . Free tier includes 500 requests per month. dashboard. Free tier includes 500 requests per month.

curl "https://www.metafetch.dev/api/v1/preview?url=https://example.com" \
  -H "Authorization: Bearer YOUR_API_KEY"

Example response

{
  "success": true,
  "data": { "title": "...", "image": "...", "favicon": "..." }
}

FAQ — LLM Context API

How does MetaFetch support LLM Context API?

MetaFetch provides a REST API that extracts Open Graph metadata from any public URL and returns structured JSON for link previews.

What is the rate limit?

Free: 500 req/mo. Pro: 10,000 req/mo at 60 req/min. Business: 100,000 req/mo.

Can I use this in production?

Yes. MetaFetch is built for production with Redis caching, hashed API keys, and Stripe billing.

Related integrations

Simple, transparent pricing

Start free. Upgrade when you need more. Refund policy

Free

0/mo

  • 500 requests / month
  • Redis caching included
  • Dashboard + usage tracking
Sign up free
Most popularLaunch offer

Pro

9/mo

  • 10,000 requests / month
  • Redis caching included
  • Dashboard + usage tracking
  • Priority rate limits

Business

29/mo

  • 100,000 requests / month
  • Redis caching included
  • Dashboard + usage tracking
  • Priority rate limits

Start building link previews today

500 free requests per month. No credit card. API key in seconds.

Get free API key
LLM Context API — MetaFetch API — MetaFetch