---
title: "Extract Metadata From URL API"
slug: extract-metadata-from-url-api
url: https://apyhub.com/namastesumalya/service/extract-metadata-from-url-api
provider: Sumalya APIs
categories: [Data Extraction, SEO]
tags: [metadata-extraction, web-scraping, url-parsing, seo, batch-processing]
auth: api_key
---

#  Extract Metadata From URL API

Extract metadata from a single URL or a batch of URLs. Useful for link previews, crawling, SEO audits, and content indexing.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| GET | `/namastesumalya/api/extract/metadata-only` | What it does Extracts metadata from the URL you provide and returns the discovered page/article fie… | 300 |
| POST | `/namastesumalya/api/extract/metadata-only` | What it does Extracts metadata for multiple URLs in a single request and returns an array of metada… | 500 |

## About

## What it does
URL Metadata Extractor pulls metadata from web pages for one URL or many URLs in a single request. Send a page address, or submit an array of `urls` in the batch endpoint, and use the returned metadata in indexing, link previews, content catalogues, or SEO workflows.

Use it when you need to inspect page-level information without building your own scraper. The batch endpoint accepts a JSON body with a required `urls` array of strings, which is useful for processing a list of articles, product pages, or landing pages at once. The GET endpoint is also available for single-URL extraction.

Because the endpoint schemas do not expose a fixed response shape, this catalog page only guarantees metadata extraction as the outcome. That makes the service suitable for systems that can consume variable page metadata and only need a consistent extraction step in front of downstream parsing, enrichment, or storage.

If you are building crawlers, bookmark previews, internal search, or SEO audits, URL Metadata Extractor gives you a simple way to collect metadata from live pages before you decide how to store or transform it.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/namastesumalya/service/extract-metadata-from-url-api
