URL Metadata Extractor
Pricing
from $0.01 / 1,000 results
URL Metadata Extractor
Extracts title, meta description, and canonical URL with pay-per-event pricing per 200 URLs.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
soot
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
10 hours ago
Last modified
Categories
Share
Extracts title, meta description, canonical URL and Open Graph tags from one or many URLs in a single batched run. Pay-per-event: $0.01 per batch of up to 200 URLs.
π What it does
This Actor automates a task that would otherwise take hours of manual work. It is built for batch processing β run it once on a list of inputs and get a structured, downloadable report.
β¨ Features
- Batch processing β handle one or many inputs in a single run
- Structured output β clean tables, ready for CSV/JSON export
- Pay-per-event pricing β you only pay for what you use
- API & CLI ready β integrate it into any workflow
π₯ Input configuration
Configure the Actor with these fields:
| Field | Type | Required | Description |
|---|---|---|---|
urls | array | Optional | List of page URLs to extract metadata from (title, description, canonical, Open Graph). |
url | string | Optional | Single page URL (backward compatibility). |
π‘ Usage example
Run via Apify API (cURL)
curl -X POST "https://api.apify.com/v2/acts/sootesting~url-metadata-extractor/runs?token=YOUR_TOKEN" \-H "Content-Type: application/json" \-d '{"url": "https://example.com"}'
Run via Apify CLI
apify run --actor-name sootesting~url-metadata-extractor --input '{"url": "https://example.com"}'
π€ Output schema
The Actor produces the following structured data:
| Field | Type | Description |
|---|---|---|
result | string | Result JSON |
π° Pricing
Pay-per-event. See the Actor's pricing tab for current rates. You are only charged for successful events β platform usage is passed through transparently.
π Related
Part of the Sootesting SEO & Data Toolkit β a suite of focused actors for technical SEO, security auditing, and data extraction.