SEO-Metadaten-Extractor: Bulk-SEO-Audit in einem Aufruf, $1 pro 1.000 URLs

Jedes On-Page-SEO-Signal aus einer URL in einem Aufruf extrahieren. Liefert Title, Meta-Description, Canonical-URL, Hreflang-Alternates, Robots-Direktiven, Open Graph Tags, Twitter Cards, alle Schema.org-JSON-LD-Blöcke, H1-H6-Outline, interne/externe Link-Counts, Image-Counts mit Alt-Coverage und einen 0-100 SEO-Score. Für Bulk gebaut: 10.000 URLs rein, eine Zeile pro Seite raus. Ideal für SEO-Audits, Content-QA, Structured-Data-Validierung und Competitive Analysis.

Auf Apify öffnen → Jetzt testen
Preise
$0,001/URL
RAM
128MB
Abdeckung
Beliebige URL
Ausgabefelder
25+
Proxy
Apify Datacenter
Technik
HTTP + HTML-Parser

Was Sie erhalten

Wichtige Anwendungsfälle

API-Beispiel

# Einen Lauf über die Apify-API starten
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~seo-metadata-extractor/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "urls": [
      "https://example.com/product-a",
      "https://example.com/blog/post-1",
      "https://example.com/about",
      "https://example.com/pricing",
      "https://example.com/contact"
    ],
    "extractJsonLd": true,
    "extractHeadings": true
  }'

# Oder mit KI-Agenten via MCP verwenden:
# https://mcp.apify.com?tools=santamaria-automations/seo-metadata-extractor

Integrationen

Ausgabefelder

FeldTypBeispiel
urlstringhttps://example.com/product-a
titlestringProdukt A: Premium-Abo
meta_descriptionstringAbonnieren Sie Produkt A...
canonical_urlstringhttps://example.com/product-a
og_imagestringhttps://example.com/og-product-a.jpg
schema_typesarray["Product","BreadcrumbList"]
h1_countinteger1
image_alt_coveragenumber0,94
seo_scoreinteger87
warningsarray["meta_description_too_short"]

Verwandte Aktoren

Auf Apify öffnen → Jetzt testen (kostenloses Kontingent verfügbar)