Meta & Open Graph Tag Extractor โ Bulk
Pricing
from $0.001 / page extracted
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 hours ago
Last modified
Categories
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.

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"] }
| Field | Type | Description |
|---|---|---|
urls | array | Pages to extract tags from. |
Output

{ "url": "https://apify.com", "title": "Apify", "description": "...", "ogImage": "https://.../og.png", "canonical": "https://apify.com/", "missing": ["twitterImage"], "ok": true }
Output schema
| Field | Type | Description |
|---|---|---|
url | string (URL) | The page URL. |
title | string | Page title. |
description | string | Meta description. |
ogImage | string (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.