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

# Extract Metadata From URL API

Extract metadata from a single URL or a batch of URLs. Useful for link previews, indexing, and crawl enrichment workflows.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| GET | `namastesumalya/api/extract/metadata-only` | What it does Extracts metadata from the URL you provide and returns it in a JSON object. The respon… | 300 |
| POST | `namastesumalya/api/extract/metadata-only` | What it does Submits a batch request to extract metadata from multiple URLs provided in the request… | 500 |

## About

## What it does
URL Metadata Extractor reads a webpage URL and returns the page metadata it can extract. Use it when you need to inspect links, index page information, or build a preview workflow without fetching and parsing HTML yourself.

Send a single URL with the GET endpoint, or submit an array of URLs in the POST batch endpoint under `body.urls`. The batch method is useful when you need to process multiple pages at once from a crawl, import, or enrichment job.

Use URL Metadata Extractor when your app needs page-level metadata for search indexing, content cataloging, link previews, or automated QA across a set of webpages. It is a fit for pipelines that collect metadata from many URLs and hand the results to downstream storage, analysis, or review systems.

The service returns metadata extracted from the provided URLs. Because the API schemas do not expose fixed response fields here, plan to consume the structured result as returned by the service.

## Usage

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