Meta Tags Extractor avatar

Meta Tags Extractor

Pricing

from $20.00 / 1,000 successful api calls

Go to Apify Store
Meta Tags Extractor

Meta Tags Extractor

Extract OpenGraph, Twitter Card, and SEO meta tags from any URL.

Pricing

from $20.00 / 1,000 successful api calls

Rating

0.0

(0)

Developer

Alex Jordan

Alex Jordan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 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

  1. Click Try for free on this Actor's page
  2. Enter the URL you want to analyse (e.g. https://stripe.com)
  3. Click Start and wait a few seconds
  4. Download your results from the Output tab in JSON, CSV, or Excel

Input

FieldTypeRequiredDescription
urlstringPage URL to extract meta tags from
cachebooleanUse 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

FieldTypeDescription
titlestringHTML page title
descriptionstringMeta description tag
ogobjectAll OpenGraph tags (og:title, og:image, og:url, etc.)
twitterobjectAll Twitter Card tags
faviconstringFavicon URL
canonicalstringCanonical 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.