URL Metadata Extractor
Pricing
Pay per event
Go to Apify Store
URL Metadata Extractor
Extract title, meta description, canonical URL and Open Graph tags from any number of URLs in one batch. Outputs structured JSON. Pay-per-event pricing.
Pricing
Pay per event
Rating
0.0
(0)
Developer
soot
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
Bulk-extract title, meta description, canonical URL and Open Graph tags from any number of pages.
Extract structured metadata from hundreds of URLs in a single batched run. Gets you title, meta description, canonical URL, Open Graph tags, and Twitter Card data — all in clean, structured JSON ready for CSV export.
Why this Actor?
- Batch at scale — process 1 to 1,000+ URLs in one run
- Complete metadata — title, description, canonical, OG tags, Twitter Cards
- SEO-focused — built for content auditors and SEO analysts
- Pay-per-event — no monthly fees ($0.01 per 200 URLs)
- No API key — instant setup
Input
| Field | Type | Required | Description |
|---|---|---|---|
urls | array | No | List of page URLs to extract metadata from |
url | string | No | Single page URL (backward compatibility) |
Output
| Field | Type | Description |
|---|---|---|
url | string | Input URL |
title | string | Page title |
metaDescription | string | Meta description |
canonical | string | Canonical URL |
ogTitle | string | Open Graph title |
ogDescription | string | Open Graph description |
ogImage | string | Open Graph image URL |
twitterCard | string | Twitter Card type |
status | string | ok or error |
Usage
$apify call sootesting~url-metadata-extractor --input '{ "urls": ["https://example.com/page1", "https://example.com/page2"] }'
Pricing
| Event | Price |
|---|---|
| Actor start | $0.05 |
| Per 200 URLs | $0.01 |
Related
- Sitemap URL Extractor — extract URLs from sitemaps to feed this Actor
- On-Page SEO Analyzer — full on-page audit
- Broken Link Checker — verify URLs are alive