🧪 Interactive API Tester

API Playground

Test the LinkMeta extract endpoint live. Enter any URL and see the full metadata response in real time. No API key needed -- completely free and open.

📡 Request

Extracting metadata...

Response

        

Link Preview

🔓 No Auth Required

The LinkMeta API is completely free and open. No API keys, no authentication, no rate limits, no sign-up. Just call the endpoint and get metadata back instantly.

Free forever -- use it in your apps, scripts, and integrations without any restrictions.

📖 Full Documentation

Explore the complete API reference including all available metadata fields, query parameters, response formats, and error codes.

Covers GET /api/v1/extract, caching behavior, JSON-LD extraction, and more.

View Docs

📦 Batch Processing

Need to extract metadata from multiple URLs at once? Use the batch endpoint to process up to 10 URLs in a single request.

POST /api/v1/batch accepts a JSON body with an array of URLs and returns metadata for all of them.

Learn More