Meta & Open Graph Tag Extractor โ€” Bulk avatar

Meta & Open Graph Tag Extractor โ€” Bulk

Pricing

from $0.001 / page extracted

Go to Apify Store
Meta & Open Graph Tag Extractor โ€” Bulk

Meta & Open Graph Tag Extractor โ€” Bulk

Extract title, meta description, canonical, robots, Open Graph and Twitter Card tags from a list of URLs, with missing-tag flags. For SEO and link-preview audits.

Pricing

from $0.001 / page extracted

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 hours ago

Last modified

Share

Extract SEO and social tags from a list of URLs โ€” title, meta description, canonical, robots, Open Graph and Twitter Card tags โ€” with missing-tag flags. Audit metadata coverage and link previews across many pages at once.

Meta & Open Graph Tag Extractor input โ€” configure the options in the Apify Console

What it does

  • Pulls title, description, canonical, robots, viewport, lang and H1.
  • Extracts Open Graph (og:title/description/image/url/type) and Twitter Card tags.
  • Resolves relative image/canonical URLs to absolute.
  • Flags missing key tags per page.

Use cases

  • SEO audits โ€” check metadata coverage across a site.
  • Social/link previews โ€” verify OG images and titles render correctly.
  • Content ops โ€” bulk-inventory tags before a migration.

Input

{ "urls": ["https://apify.com", "https://example.com/blog/post"] }
FieldTypeDescription
urlsarrayPages to extract tags from.

Output

Meta & Open Graph Tag Extractor output โ€” the results as a clean dataset

{ "url": "https://apify.com", "title": "Apify", "description": "...", "ogImage": "https://.../og.png", "canonical": "https://apify.com/", "missing": ["twitterImage"], "ok": true }

Output schema

FieldTypeDescription
urlstring (URL)The page URL.
titlestringPage title.
descriptionstringMeta description.
ogImagestring (URL)Open Graph image.

FAQ

Does it render JavaScript? It reads the served HTML โ€” ideal for server-rendered pages and most sites' meta tags.

Can I automate it? Yes โ€” via integrations on the Apify platform and the Apify API.

Notes

Original clean-room implementation.