---
title: Extract and Analyze Content from Web Page API
slug: analyze-an-article
url: https://apyhub.com/namastesumalya/service/analyze-an-article
provider: Sumalya APIs
categories: [Artificial Intelligence, Data Extraction, SEO]
tags: [article-analysis, content-analysis, seo-score, entity-extraction, text-classification, web-scraping]
auth: api_key
---

# Extract and Analyze Content from Web Page API

Analyze a web article from a URL and get entities, SEO score, content type, reading level, tone, and quality signals for review or automation.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| GET | `/namastesumalya/api/analyze` | What it does Analyzes an article from a web page URL and returns structured metadata about the page… | 600 |

## About

## What it does
Article Analysis lets you send a web page URL and get back structured signals about the article behind it. Use it when you need a quick read on content type, reading level, emotional tone, SEO score, key entities, and quality indicators without building your own parser.

Provide the `url` as a query parameter. The response includes the original `url`, an `entities` object with extracted `people`, `locations`, and `organizations`, plus a numeric `seo_score`. You also get `content_type`, `reading_level`, `emotional_tone`, and `quality_signals` for `clarity`, `engagement`, and `originality`.

This is useful for newsroom workflows, content review pipelines, competitive monitoring, and editorial dashboards. For example, you can score incoming articles, flag pieces with weak clarity, or group stories by tone and named entities before further processing.

Use Article Analysis when you need a compact, machine-readable summary of an article from a public web page and want to route it into search, moderation, or analytics systems.

## Usage

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