VOOZH about

URL: https://apify.com/maged120/get-metadata

⇱ Web Page Metadata Extractor β€” OG Tags & Meta Data Β· Apify


πŸ‘ Web Page Metadata Extractor β€” Title, OG Tags, Author & More avatar

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

Pricing

from $9.00 / 1,000 results

Go to Apify Store

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

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.

Pricing

from $9.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Maged

Maged

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

2

Monthly active users

a month ago

Last modified

Share

What does Web Page Metadata Extractor do?

Web Page Metadata Extractor retrieves all metadata from any URL in one request β€” title, meta description, Open Graph tags, Twitter Card data, canonical URL, author, publish date, favicon, and more β€” returned as clean structured JSON.

This Actor runs on the Apify platform. Use it for content audits, SEO analysis, link preview generation, social media card debugging, or building URL enrichment pipelines.

Why use Web Page Metadata Extractor?

  • Complete metadata β€” title, OG tags, Twitter Cards, canonical, hreflang, and structured data
  • Batch URLs β€” enrich hundreds of URLs in one run
  • SEO audits β€” quickly identify missing or misconfigured meta tags at scale
  • Link preview data β€” get all the data needed to render rich link previews
  • LLM enrichment β€” add URL context to AI pipelines without loading full page content

How to use Web Page Metadata Extractor

  1. Open the Actor and click Try for free
  2. Enter URLs in the urls input field
  3. Click Start β€” metadata appears in the Output tab
  4. Download as JSON or CSV, or connect via the Apify API

Input

{
"urls":[
"https://apify.com",
"https://example.com/blog/post-123",
"https://github.com/apify/apify-sdk-python"
]
}
FieldTypeDescriptionDefault
urlsarrayWeb page URLs to extract metadata fromrequired

Output

Results are stored in the Apify dataset. Download in JSON, CSV, HTML, or Excel.

{
"url":"https://apify.com",
"title":"Apify: Full-Stack Web Scraping and Data Extraction Platform",
"description":"Build, deploy, share, and monitor web scrapers...",
"canonical":"https://apify.com/",
"author":"",
"publishDate":"",
"og":{
"title":"Apify Platform",
"description":"Build and deploy web scrapers in minutes",
"image":"https://apify.com/img/og-image.png",
"type":"website",
"url":"https://apify.com"
},
"twitter":{
"card":"summary_large_image",
"site":"@apify",
"title":"Apify Platform"
},
"favicon":"https://apify.com/favicon.ico",
"language":"en",
"robots":"index, follow"
}

Output fields

FieldTypeDescription
urlstringSource URL
titlestringPage title tag
descriptionstringMeta description
canonicalstringCanonical URL
authorstringAuthor meta tag
publishDatestringPublication date (when available)
og.*objectOpen Graph tag values
twitter.*objectTwitter Card tag values
faviconstringFavicon URL
languagestringPage language
robotsstringRobots meta directive

Cost

Pay-per-result pricing:

VolumeEstimated cost
100 URLs~$0.01–$0.10
1,000 URLs~$0.10–$1.00
10,000 URLs~$1–$10

Tips

  • Use for bulk SEO audits β€” check if all pages have proper titles, descriptions, and OG images
  • Use og.image to pre-fetch thumbnail images for link previews in your app
  • Filter results where description is empty to find pages missing meta descriptions

FAQ

Does this work on JavaScript-rendered pages? The Actor uses fast HTTP requests. For pages that require JS to render metadata, some tags may be missing.

Can I use this to debug social media sharing previews? Yes β€” the og.* and twitter.* fields show exactly what social platforms use for link previews.

Is this Actor maintained? Yes. Report bugs or feature requests in the Issues tab.

Need help or have questions? Open an issue in the Issues tab or reach out on Discord: maged03211

You might also like

Facebook Page SEO Scraper ⚑ | Open Graph & Meta Tags

premiumscraper/facebook-page-seo-scraper-open-graph-meta-tags

Extract full SEO and meta tag data from Facebook Pages and Profiles. Output includes: og:title, og:description, og:image, og:url, twitter:card, app store links, canonical URL, follower count, page category, and bio text. One structured row per page ✨ Facebook Page SEO Scraper⚑

πŸ‘ User avatar

Premium Scraper

9

URL Metadata Extractor - OG Tags, Twitter Cards, Favicons

george.the.developer/url-metadata-extractor

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

Article Content Extractor πŸ“„

easyapi/article-content-extractor

Extract clean article content, metadata and structured information from any web page. Supports multiple URLs and returns well-formatted JSON with title, description, content, author, publish date and more. πŸ”πŸ“„

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

AI SEO Meta Tags Generator & Scraper

dev00/ai-meta-tag-generator-apify

Generate SEO-optimized meta tags instantly from any URL using AI. Evaluates page content to build titles, descriptions, and Open Graph tags.

dev00

2