← Back to Dashboard

BetterMeta

DevelopmentActiveFreemiumAuth: API KeyDoc: HTML
Visit Website ↗

Description

Return a site's meta tags in JSON format

✨ AI Summary

A simple API to return the meta tags of any site in a digestable JSON format.

Code Example

import requests

url = "https://bettermeta.p.rapidapi.com/"

querystring = {"url":"http://example.com"}

headers = {
	"X-RapidAPI-Key": "YOUR_API_KEY",
	"X-RapidAPI-Host": "bettermeta.p.rapidapi.com"
}

response = requests.request("GET", url, headers=headers, params=querystring)

print(response.text)

Live Health Metrics

Last 50 checks (10 min intervals)