HTML Metadata Extractor (OG, Twitter Cards, Schema.org) avatar

HTML Metadata Extractor (OG, Twitter Cards, Schema.org)

Pricing

from $5.00 / 1,000 metadata extracteds

Go to Apify Store
HTML Metadata Extractor (OG, Twitter Cards, Schema.org)

HTML Metadata Extractor (OG, Twitter Cards, Schema.org)

Extract structured metadata from any URL: title, description, OpenGraph (og:title/image/type/url/site_name), Twitter Cards, canonical, favicon, JSON-LD schema.org, language, h1 count, images, links. Used for link previews, SEO audits, content cataloging. $0.005/URL.

Pricing

from $5.00 / 1,000 metadata extracteds

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

9 days ago

Last modified

Share

HTML Metadata Extractor

Extract structured metadata from any URL: title, description, OpenGraph (og:*), Twitter Cards, canonical, favicon, JSON-LD schema.org, language, h1 count, images, links. Used for link previews, SEO audits, content cataloging. $0.005 per URL.


⚡ Run in 30 seconds

Click Start with default settings — enter any URL and get back title, description, OpenGraph tags, Twitter Card data, canonical URL, favicon, and JSON-LD schema in one structured JSON record. Costs $0.005 per URL.


Input Parameters

ParameterTypeDefaultDescription
urlsarray[]List of URLs to extract metadata from. Each is billed separately.
urlstring``Used when 'urls' is empty.
userAgentstring``Custom UA. Default looks like a desktop browser.

Why this exists

Whenever you build a link-preview feature (Slack-style unfurl, Discord embed, content sharing), you need to call the same dozen meta-tag lookups. This actor does it in one call, returning everything you'd ever want from <head>.


What you get per row

Title / description / language

FieldExample
titleApify: Full-stack web scraping...
meta_descriptionCloud platform for web scraping...
meta_keywordsweb scraping, automation, ...
html_langen
domainwww.apify.com
canonical_urlhttps://www.apify.com/

OpenGraph

FieldExample
og_titleApify
og_description...
og_imagehttps://...og.png
og_typewebsite
og_urlhttps://...
og_site_nameApify
og_localeen_US

Twitter Card

FieldExample
twitter_cardsummary_large_image
twitter_title...
twitter_description...
twitter_imagehttps://...
twitter_site@apify
twitter_creator@apify

Article-specific

FieldExample
article_published_time2026-06-09T14:00:00Z
article_modified_time2026-06-10T10:00:00Z
article_authorJane Doe
article_sectionEngineering
article_tags["python","scraping"]

JSON-LD schema.org

Full array of structured-data objects found on the page (Article, Product, FAQPage, etc).

Structural stats

FieldExample
h1_count1
first_h1Welcome to Apify
image_count34
link_count127

Quick start

Single URL

{
"url": "https://www.apify.com/"
}

Batch

{
"urls": [
"https://www.apify.com/",
"https://docs.apify.com/",
"https://www.techcrunch.com/"
]
}

Pricing

Pay-Per-Event: $0.005 per URL.

RunURLsCost
Single1$0.005
Batch of 100100$0.50
Daily 1K SEO audit1000$5.00

Use cases

  1. Slack/Discord link unfurl — Power your own bot's URL preview
  2. SEO competitor audit — Pull OG / Twitter / canonical from 100 sites at once
  3. Content catalog — Build a database of article metadata from your RSS sources
  4. Schema.org validation — Verify structured data is present on key pages
  5. Newsletter aggregation — Get clean previews for each linked article


Feedback

A short review helps SEO / content engineers find it: Leave a review on Apify Store