Page Info Extractor API — Extract Website Metadata and SEO Data
Extract metadata from any web page including title, description, Open Graph tags, headings, and more. Perfect for SEO analysis and content research. Free API.
What is Page Info Extraction?
Page info extraction fetches a web page and parses its metadata including title tag, meta description, Open Graph tags (og:title, og:description, og:image, og:url), Twitter Card tags, canonical URL, hreflang tags, robots meta, page headings (h1-h6), word count, and content type.
How to Use It
Call GET /api/v1/page-info?url=https://example.com. Returns { url: string, title: string, description: string, og: object, twitter: object, canonical: string, hreflang: object[], headings: object[], word_count: number }.
Try it live
Test this endpoint in the interactive console
Open Console →
Frequently Asked Questions
Does it execute JavaScript?
No. The API fetches the raw HTML. For JavaScript-rendered pages, the static HTML is what's available.