Site Metadata API

Extract site meta data from any website using our free API

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.

Extract website metadata

Extract all meta tags

URL Meta provides extensive set of meta data about any given URL. Our API extract all meta tags like title, description, author, OpenGraph, etc.

Twitter Card Extraction

Extract Twitter card from meta data like card title, description and image from any website

Icon Extraction

Extract all available icon properties from the meta data from any website

100% uptime

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

Same API used on Lynkmark

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.

Clean Response

URL Meta provides extensive set of meta data about any given URL. Our API provides meta like article author, Twitter card, etc.

Examples

Send a GET request with URL to extract site meta. It will fetch everything like favicon, site title, description, open graph information, ..

Javascript Example


                        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));
                    

NodeJs Example


                        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);
                        });
                    

FAQ

How can I use the API?

You can use our APIs by signing up on RapidAPI

How do I contact support?

If you need any help, please feel free to email us at [email protected]

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]

Give it a try - It's free to get started

Extract any website meta information in seconds using our API and save plenty of your time