Metatags
Retrieve the metatags for a URL
Retrieve the metatags for a URL.
GET
/
metatags
Query Parameters
url
string
requiredThe URL to retrieve metatags for.
Response
200 - application/json
title
string | null
requiredThe meta title tag for the URL.
description
string | null
requiredThe meta description tag for the URL.
image
string | null
requiredThe OpenGraph image for the URL.
Was this page helpful?