Website Meta Tags & Open Graph Scraper
Pricing
Pay per usage
Website Meta Tags & Open Graph Scraper
Extract SEO meta tags from any list of URLs: title, meta description, canonical, robots, Open Graph (og:image, og:title), Twitter Cards, favicons, language. Clean JSON for SEO audits and link previews. Free.
Free meta tag extractor. Feed it a list of URLs and get every SEO-relevant tag as clean JSON: page <title>, meta description, keywords, robots directives, canonical URL, language, favicons, full Open Graph set (og:title, og:description, og:image, og:type, og:site_name) and Twitter Card tags — plus the complete raw list of all meta tags found. Perfect for SEO audits, link-preview generation and content QA at scale. This Actor is free — you only pay for your own Apify platform usage.
Input
| Field | Type | Description |
|---|---|---|
urls | array | Page URLs to process (one dataset item per URL). https:// is added automatically if missing. |
Output
{"status": "found","url": "https://www.wikipedia.org","httpStatus": 200,"title": "Wikipedia","description": "Wikipedia is a free online encyclopedia...","canonical": null,"lang": "en","og": { "title": null, "image": null },"twitter": { "card": null },"metaTagCount": 6}
status is found, not_found (page has no title/meta tags) or error (unreachable, HTTP error…). A dead URL never crashes the run — it produces an error item and the Actor continues.
Use cases
- Bulk SEO audit: find pages with missing/duplicate titles and descriptions.
- Validate Open Graph & Twitter Card tags before social campaigns.
- Generate link previews (title + image + description) for a list of URLs.
- Monitor competitors' metadata changes over time.
Limitations & fair use
Fetches raw HTML only (no JavaScript rendering) — tags injected client-side by JS frameworks won't be visible. Polite delay between requests; respect target sites' terms of service.
Free tool by fit_melon — more French business data & developer utilities on the profile. ⭐ if useful!