VOOZH about

URL: https://apify.com/george.the.developer/url-metadata-extractor

โ‡ฑ URL Metadata Extractor MCP - OG & Twitter Cards ยท Apify


๐Ÿ‘ URL Metadata Extractor - OG Tags, Twitter Cards, Favicons avatar

URL Metadata Extractor - OG Tags, Twitter Cards, Favicons

Pricing

from $3.00 / 1,000 url extracteds

Go to Apify Store

URL Metadata Extractor - OG Tags, Twitter Cards, Favicons

Extract Open Graph tags, Twitter cards, favicons, structured data (JSON-LD), and meta tags from any URL. Perfect for link preview generation.

Pricing

from $3.00 / 1,000 url extracteds

Rating

0.0

(0)

Developer

๐Ÿ‘ George Kioko

George Kioko

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

50 days

Issues response

2 days ago

Last modified

Share

URL Metadata Extractor - OG Tags, Twitter Cards, Favicons & Structured Data

Extract Open Graph tags, Twitter Card data, favicons, JSON-LD structured data, and meta tags from any URL. Perfect for building link previews, SEO audits, social media card previews, and content analysis tools. No API key required.

๐Ÿ‘ URL Metadata Extractor on Apify

Features

  • Open Graph extraction โ€” Get og:title, og:description, og:image, og:type, og:url, and all OG properties
  • Twitter Card extraction โ€” Extract twitter:card, twitter:title, twitter:description, twitter:image
  • Favicon detection โ€” Find favicon, apple-touch-icon, and shortcut icon URLs
  • JSON-LD structured data โ€” Parse all Schema.org structured data from the page
  • Meta tag extraction โ€” Get all meta tags (robots, viewport, author, keywords, etc.)
  • Heading structure โ€” Extract H1 and H2 headings for content analysis
  • Link analysis โ€” Count internal vs external links
  • Image count โ€” Total images and first image URL
  • Performance metrics โ€” Response time and content length
  • Redirect tracking โ€” Follow redirects and report final URL
  • Canonical URL โ€” Extract the canonical link tag
  • Bulk extraction โ€” Process up to 20 URLs in one request
  • Instant API โ€” Real-time HTTP endpoint via Apify Standby mode

Use Cases

  • Link preview generation โ€” Build rich link previews like Slack, Discord, or Twitter
  • SEO auditing โ€” Check OG tags, meta descriptions, canonical URLs, and structured data
  • Social media tools โ€” Preview how URLs will look when shared on social platforms
  • Content aggregation โ€” Extract titles, descriptions, and images for content feeds
  • Competitive analysis โ€” Analyze competitor page metadata and SEO setup
  • Web scraping pipelines โ€” Pre-process URLs to get metadata before deep scraping
  • Bookmark managers โ€” Auto-populate bookmark metadata from URLs

Input

FieldTypeDescription
urlStringSingle URL to extract metadata from
urlsArrayMultiple URLs to extract (max 20)

Input Example

{
"url":"https://github.com"
}

Bulk Example

{
"urls":[
"https://github.com",
"https://twitter.com",
"https://medium.com"
]
}

Output

{
"url":"https://github.com",
"final_url":"https://github.com/",
"status_code":200,
"title":"GitHub: Let's build from here",
"description":"GitHub is where over 100 million developers shape the future of software...",
"canonical":"https://github.com/",
"language":"en",
"favicon":"https://github.githubassets.com/favicons/favicon.svg",
"open_graph":{
"title":"GitHub: Let's build from here",
"description":"GitHub is where over 100 million developers...",
"image":"https://github.githubassets.com/assets/social-...",
"type":"website",
"url":"https://github.com/"
},
"twitter_card":{
"card":"summary_large_image",
"title":"GitHub: Let's build from here",
"description":"GitHub is where over 100 million developers...",
"image":"https://github.githubassets.com/assets/social-..."
},
"meta_tags":{
"viewport":"width=device-width",
"robots":"index, follow"
},
"structured_data":[],
"headings":{
"h1":["Let's build from here"],
"h2":["The world's leading AI-powered developer platform"]
},
"images":{"count":15,"first_image":"https://..."},
"links":{"internal":45,"external":12},
"performance":{"response_time_ms":234,"content_length":145023},
"error":null
}

API Endpoints (Standby Mode)

GET /extract

$curl"https://YOUR-STANDBY-URL/extract?url=https://github.com"

POST /extract/bulk

curl-X POST "https://YOUR-STANDBY-URL/extract/bulk"\
-H"Content-Type: application/json"\
-d'{"urls":["https://github.com","https://twitter.com"]}'

Pricing

  • $0.003 per URL extracted
  • No charge for failed requests
  • Bulk requests charge per URL

Related Tools

Browse all tools by george.the.developer on Apify.

You might also like

Open Graph & Meta Tag Extractor

automation-lab/og-meta-extractor

This actor fetches any list of URLs and extracts all social media meta tags (Open Graph, Twitter Cards), SEO metadata (title, description, canonical, robots), structured data (JSON-LD), and internationalization (hreflang). Use it for social media audits, SEO analysis, link preview...

๐Ÿ‘ User avatar

Stas Persiianenko

21

Structured Data Validator (JSON-LD / OG)

jungle_synthesizer/structured-data-validator-pro

Extract and validate structured data from any URL: JSON-LD, Open Graph, Twitter Cards, microdata, RDFa, meta tags. Local schema.org validation. Flags Google rich-result eligibility and AI-discovery readiness. Pure HTTP. Built for SEO audits and structured-data debugging at scale.

๐Ÿ‘ User avatar

BowTiedRaccoon

3

Web Page Metadata Extractor โ€” Title, OG Tags, Author & More

maged120/get-metadata

Extract all metadata from any web page in one request โ€” title, meta description, Open Graph tags, Twitter Card data, canonical URL, author, publish date, and more.