How do I contact support?
If you need any help, please feel free to email us at [email protected]
Site Metadata API provides a complete available metadata in any given URL. The API returns metadata like title, description, favicon, author, Twitter meta, Open Graph meta, or any other available meta for the given website.
URL Meta provides extensive set of meta data about any given URL. Our API extract all meta tags like title, description, author, OpenGraph, etc.
Extract Twitter card from meta data like card title, description and image from any website
Extract all available icon properties from the meta data from any website
An API you can rely on in your production app. We never go down. It's the fastest & easiest way to get Meta & Open Graph information from websites
We're using this API on our product Lynkmark to fetch basic meta-information from the website whenever a user adds any URL.. We want to save your time too.
URL Meta provides extensive set of meta data about any given URL. Our API provides meta like article author, Twitter card, etc.
Send a GET request with URL to extract site meta. It will fetch everything like favicon, site title, description, open graph information, ..
const options =
{
method: 'GET',
headers: {
'X-RapidAPI-Key': 'Your API Key',
'X-RapidAPI-Host': 'site-metadata.p.rapidapi.com'
}
};
fetch('https://site-metadata.p.rapidapi.com/metadata/?url=', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
const axios = require("axios");
const options = {
method: 'GET',
url: 'https://site-metadata.p.rapidapi.com/metadata/',
params: {url: ''},
headers: {
'X-RapidAPI-Key': 'Your API Code',
'X-RapidAPI-Host': 'site-metadata.p.rapidapi.com'
}
};
axios.request(options).then(function (response) {
console.log(response.data);
}).catch(function (error) {
console.error(error);
});
When I will be billed?
Site Meta API is free to get started and we charge your credit card upon subscription to an API's plan and at the next recurring interval.
What about custom plan?
We offer all types of customization based on our customer's requirements. Please send us an email at: [email protected]
Extract any website meta information in seconds using our API and save plenty of your time