Back to Tool
🏷️

Meta Tag Scraper API

Scrape meta tags and social media preview data

Endpoint

POST/api/v1/meta-scraper

Authentication

Include your API key in the request header:

X-API-Key: your_api_key_here

Get your API key from the Dashboard

Request Body

Content-Type: application/json

FieldTypeRequiredDescription
urlstringYesURL to scrape metadata from

Response

FieldTypeDescription
titlestringPage title
descriptionstringMeta description
canonicalstringCanonical URL
faviconstringFavicon URL
openGraph.titlestringOG title
openGraph.descriptionstringOG description
openGraph.imagestringOG image URL
twitter.cardstringTwitter card type
twitter.titlestringTwitter title
twitter.imagestringTwitter image URL
metaarrayArray of meta tags { name, content }

Code Examples

curl -X POST https://tools.shubhambadgujar.com/api/v1/meta-scraper \
  -H "X-API-Key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://github.com"}'

Pricing

First 100 free, then $0.01 per call

Get API Key

Rate Limits

  • • 100 requests per minute
  • • 10,000 requests per day
  • • Max request size: 10MB

Need Help?

Contact us at support@shubhambadgujar.com