It is super easy to integrate unfurl into your app. Just sign in And generate an Api Token
use the API token as Bearer token to make requests to Unfurl to recieve a link preview.
You can easily make a HTTP GET request to unfurl's Api with the link as a query parameter as shown below.
https://unfurl.io/api/v2/preview?api_token=yourapitoken&url=https://www.google.com
{
"title": "Google",
"description": "Search the world's information, including webpages, images, videos and more",
"url": "https://www.google.com",
"image": "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"
}