Description
Return page metadata, canonical tags, and title info through the unified scrape endpoint
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| x-api-key | string | optional |
How to Use
1
1. POST to `/v1/scrape` with a `url`. 2. Add `extract: {"meta_tags": true}`. 3. Read the resulting `meta_tags` object from the response.
About This Tool
Meta tag extraction is now part of the unified scrape response. Enable `extract.meta_tags` and the API returns a structured metadata section containing page title, canonical URL, language, charset, and collected tag entries.
This is useful for SEO reviews, metadata debugging, and content auditing.
Why Use This Tool
- SEO audits — Inspect descriptions, canonicals, and viewport tags
- Publishing QA — Validate metadata output from CMS templates
- Competitive analysis — Compare metadata implementations across sites
- Social sharing checks — Review OpenGraph-related content quickly
Frequently Asked Questions
Does this include OG and Twitter-related tags?
Yes. Those appear inside the collected metadata set when present.
Should I use this or the SEO audit endpoint?
Use this when you want the raw metadata details; use the SEO audit endpoint when you want scoring and recommendations.
Can this be combined with other extracts?
Yes. One of the main advantages of the unified endpoint is that you can request metadata alongside links, images, selectors, and content in one call.
Start using Meta Tags Extractor now
Get your free API key and make your first request in under a minute.