Back to Tool
🏷️
Meta Tag Scraper API
Scrape meta tags and social media preview data
Endpoint
POST
/api/v1/meta-scraperAuthentication
Include your API key in the request header:
X-API-Key: your_api_key_hereGet your API key from the Dashboard
Request Body
Content-Type: application/json
| Field | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | URL to scrape metadata from |
Response
| Field | Type | Description |
|---|---|---|
| title | string | Page title |
| description | string | Meta description |
| canonical | string | Canonical URL |
| favicon | string | Favicon URL |
| openGraph.title | string | OG title |
| openGraph.description | string | OG description |
| openGraph.image | string | OG image URL |
| twitter.card | string | Twitter card type |
| twitter.title | string | Twitter title |
| twitter.image | string | Twitter image URL |
| meta | array | Array 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"}'Rate Limits
- • 100 requests per minute
- • 10,000 requests per day
- • Max request size: 10MB
Need Help?
Contact us at support@shubhambadgujar.com