Website Meta Tags and SEO Scraper
Pricing
from $20.00 / 1,000 successful api calls
Website Meta Tags and SEO Scraper
Extract Open Graph, Twitter Card, and SEO meta tags from any URL. Audit titles, descriptions, and social previews across many pages at once.
Pricing
from $20.00 / 1,000 successful api calls
Rating
0.0
(0)
Developer
Alex Jordan
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
17 days ago
Last modified
Categories
Share
What does Meta Tags Extractor do?
Meta Tags Extractor pulls all SEO and social meta tags from any URL — OpenGraph (og:title, og:image, og:description), Twitter Card tags, canonical URL, favicon, and standard HTML meta tags — in a single API call. No browser needed, no setup required.
Built on the Apify platform, this Actor returns results in seconds and integrates with Apify's scheduling, webhooks, and 1,500+ tools via Zapier and Make.
Why use Meta Tags Extractor?
- SEO auditing — Bulk-check meta tags across hundreds of pages to find missing or duplicate tags
- Social preview validation — Verify that OpenGraph and Twitter Card images and titles are set correctly before publishing
- Competitor research — See exactly how competitors optimise their pages for search and social sharing
- Content enrichment — Enrich a list of URLs with title, description, and image data for CRM or data pipelines
- Link preview generation — Build link preview cards from any URL without loading the page in a browser
How to use Meta Tags Extractor
- Click Try for free on this Actor's page
- Enter the URL you want to analyse (e.g.
https://stripe.com) - Click Start and wait a few seconds
- Download your results from the Output tab in JSON, CSV, or Excel
Input
| Field | Type | Required | Description |
|---|---|---|---|
url | string | ✅ | Page URL to extract meta tags from |
cache | boolean | ❌ | Use cached result if available (default true) |
Example input:
{"url": "https://stripe.com"}
Output
Example output:
{"title": "Stripe | Financial Infrastructure for the Internet","description": "Millions of businesses use Stripe...","og": {"og:title": "Stripe","og:description": "Millions of businesses...","og:image": "https://stripe.com/img/v3/home/social.png","og:url": "https://stripe.com"},"twitter": {"twitter:card": "summary_large_image","twitter:title": "Stripe","twitter:image": "https://stripe.com/img/v3/home/social.png"},"favicon": "https://stripe.com/favicon.ico","canonical": "https://stripe.com/","meta": { "cache_hit": false, "execution_time_ms": 420 }}
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
Data fields
| Field | Type | Description |
|---|---|---|
title | string | HTML page title |
description | string | Meta description tag |
og | object | All OpenGraph tags (og:title, og:image, og:url, etc.) |
twitter | object | All Twitter Card tags |
favicon | string | Favicon URL |
canonical | string | Canonical URL declared on the page |
Pricing / Cost estimation
$0.02 per successful API call on Apify.
- 1,000 successful Apify runs = $20.00
FAQ & Support
Is this legal? This Actor reads publicly available HTML meta tags — the same data any search engine bot reads.
Known limitations: JavaScript-rendered meta tags (added after page load) may not be captured. For JS-heavy pages, use the Web Page Scraper Actor.
Need help? Open an issue in the Issues tab or contact the support team for custom solutions.