---
title: Extract Article Content from Web Page API
slug: extract-article-content
url: https://apyhub.com/namastesumalya/service/extract-article-content
provider: Sumalya APIs
categories: [Data Extraction]
tags: [article-extraction, web-scraping, content-extraction, text-mining, batch-processing]
auth: api_key
---

# Extract Article Content from Web Page API

Extract article text and metadata from a URL or a batch of URLs. Returns title, author, word count, reading time, and publication details when available.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| GET | `/namastesumalya/api/parse` | What it does Extracts article content from the web page at the given url and returns structured art… | 300 |
| POST | `/namastesumalya/api/parse` | What it does Extracts article content from multiple web page URLs sent in the request body and retu… | 500 |

## About

## What it does
Article Content Extractor pulls readable article data from a web page URL and returns the text and metadata you can use in your app. Send a URL, get back fields like title, author, platform, wordCount, articleBody, readingTime, publicationDate, and publicationName when they are available.

Use the single-page GET endpoint for one article, or the POST endpoint when you need to process multiple URLs in one request. The batch response includes a `data` array with the extracted records and a `count` value so you can track how many pages were processed.

This is useful when you need to ingest blog posts into a CMS, index articles for search, summarize source material, or build reading lists from published content. It helps you avoid custom scraping logic for common article pages and gives you structured text instead of raw HTML.

Article Content Extractor is designed for web pages that contain article-style content. It works best when the page exposes standard publishing metadata and readable body text.

## Usage

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