Edge-first API built for SEO tools, scrapers and automation. Low latency, predictable pricing, a generous free tier.
We built Animiso because existing metadata tools are slow, brittle, or require scraping infra. Animiso gives predictable structured output and works at edge scale — so your app stays fast and reliable.
fetch("https://api.animiso.fun/api/metadata?url=https://github.com", {
headers: { "x-api-key": "YOUR_KEY" }
}).then(r=>r.json()).then(console.log)
Edge-first fetch and caching — average ~60ms response for metadata.
Strip tags, normalize whitespace, remove noise — ready for NLP or publishing.
Single API key per user. No complex OAuth flows for machines.
Monthly buckets per plan so you can forecast costs easily.
Automate meta audits and preview cards at scale.
Fetch image/title/description reliably for link previews.
Clean and normalize content before feeding to LLMs or indexing.
Add structured metadata to your datasets with a single call.
{
"title": "GitHub · Change is constant.",
"description": "The platform for software innovation.",
"image": "https://...",
"favicon": "https://...",
"url": "https://github.com/"
}
💡 Click any code block to copy
All plans billed monthly. Upgrade anytime. Volume & enterprise pricing available.