Link Preview API - Free API to get Open Graph data, title & images for any URL
by•
Completely free.
Get back everything you need to render a rich link card in your app – the kind you see in Slack, iMessage, or Twitter when someone pastes a link.
Dedicated handling for popular websites like YouTube, Amazon, Twitter, Airbnb, SoundCloud, NYT, Vimeo, Giphy, and more. These return reliable, high-quality previews every time.
Built in image validation, and JavaScript rendering.
Works directly from the browser, no proxy server required.
Free usage up to 20,000 link previews.


Replies
Fabric
Hey Product Hunt 👋
I'm Johnny, founder of the team behind the Link Preview API.
We built this because for such a simple thing, it's extremely tedious and painful to cover all of the weird edge cases on the internet, and it shouldn't be something you need to pay for when starting out.
So we decided to make something radically simple... and completely free, up to 20,000+ requests per month.
Just send a GET request with any URL and get back everything you need. Get structured JSON with the title, description, og:image, favicon, image dimensions, and site name.
We handle all of the headache-inducing proxy-rotation, JavaScript rendering and more, including purpose-built integrations for YouTube, Amazon, Twitter, and a fair few other sites that need special treatment.
Link Preview is part of the broader Exabase platform, so the same API key also gets you full page extraction, document parsing, and deep search if you ever need to go further. But it works perfectly well on its own.
Thanks for taking a look – I'll be here all day to answer your comments!
Johnny
FetchSandbox
@johnny_makes congrats on the launch johnny! the "completely free up to 20k requests" is a smart move for getting devs to actually try it without friction. curious how you're handling the sites that actively block scrapers, does the proxy rotation cover most of those?
YourSitee
This is one of those “simple until you actually build it” problems. We’ve had to think about link previews, favicons, og images, and weird URL edge cases while building our product, and it gets messy very quickly. every site seems to have its own little way of breaking the “just fetch the metadata” idea :)
The dedicated handling for sites like YouTube, Amazon, Twitter/X, Airbnb, etc. is probably the real value here. reliable previews matter a lot when the link card is part of the product experience, not just a nice extra. Also, 20,000 free previews is pretty generous for builders starting out. Curious how you handle websites that block scraping or return different metadata depending on JS/user-agent/location. does the API normalize that automatically, or do developers still need fallback logic?
Fabric
@andrasczeizel Absolutely, this is our battle-tested API that powers our own apps, so it was important to us that it handles all cases elegantly and avoids users seeing any failed fetch scenarios. We have built-in quality control measures that ensure that preview writes are always of sufficient quality, and we have a >95% success rate across the web.
Johnny you're doing great here!
Saw the demo video quite minimal and engaging and also u were smart that you kept it under 30 sec cause more than that no one's watches it but one feedback for u is you should add a voice over using ai or something it would have made this to studio quality!
Fabric
@divvsaxena Appreciate that feedback! Noted for the future :)
@johnny_makes Awesome man! GG
Having just spent time on the other side of this (getting OG tags, sitemaps and canonicals right for my own SaaS), I appreciate how much invisible work goes into making previews "just work." The per-site handlers for YouTube/Amazon/etc. sound like the honest solution. Question: how do you handle cache freshness? If a site updates its og:image, how quickly does the API reflect that — and can callers force a refresh?
Fabric
Hey @kojimajunya, good question! We periodically recrawl and refresh the cache, but the idea of allowing a force-refresh option is great feedback, we'll add that to our roadmap
Voquill
This solves a surprisingly annoying problem. Congrats on the launch!
How reliable is it when sites change their metadata or introduce new anti-bot measures?
Fabric
Thanks @henry_habib! We built it specifically to handle all these kinds of painful cases, and it has built in proxy rotation and a 95%+ success rate
Being able to call it straight from the browser is great, but some of us will want server-side requests too. Adding a small Node.js or Python SDK would make it way easier to batch-prefetch previews when saving bookmarks or generating OG images.
Fabric
@okandg58 Totally agree – we actually do have a TypeScript SDK: https://exabase.io/docs/sdks/overview
me getting twenty thousand free previews makes this easy to test in real projects. will you add custom cache controls? that could help developers refresh updated page content faster.
Fabric
@advin_jadis That's great feedback, I've made a note to add it to the near-term roadmap
Toolport
The "works directly from the browser, no proxy server required" part caught my eye. If the key is callable client-side, how are you handling abuse? Per-origin rate limits, domain allowlists on the key, something else? Asking because that's usually the exact reason these APIs force you through a backend.
And the edge-case pain is real. OG scraping looks like an afternoon project right up until you meet sites that render every meta tag client-side, or lie in them. Purpose-built handlers for the big offenders is the honest solution even if it's the unglamorous one.
Generous free tier. Congrats on the launch, Johnny.
Fabric
@tsouth2 Thanks Tyler, and great feedback!
This is really helpful, used Apple Mail Link Preview as a quick fix until now.
Fabric
@christian_sailer Glad you'll find it useful! We've really battle-tested this one, so it's a reliable long-term solution
A reliable, free API to instantly pull Open Graph data and clean preview images is exactly the kind of utility tool developers love to keep in their back pocket. Big congrats on the launch! Are there any specific rate limits on the free tier that we should watch out for?
Fabric
Thanks @doganakbulut! It's free for 20,000 link previews per month – beyond that, it's just a nominal charge of 0.01 credits to avoid spam.