Get JSON formatted summary with title, description and preview image for any requested URL
Retrieve JSON summaries including title, description, and preview image for any requested URL.
import requests
api_key = 'YOUR_API_KEY'
target_url = 'https://example.com'
response = requests.get(f'https://api.linkpreview.net/preview?key={api_key}&url={target_url}')
data = response.json()
print(data)Last 50 checks (10 min intervals)