Article Extractor Extract clean article content from any webpage URL. Automatically removes ads, navigation, and other non-content elements to provide clean, readable article text with title, content, and metadata. For HTML string extraction, please use the /v1/article/extractFromHtml endpoint.Method: POST Path: /v1/article/extract Demo: https://api.gugudata.io/v1/article/extract/demoRequest Parameters:
appkey (string, required): API key obtained after payment, can be passed as query parameter or in request body
url (string, required): The URL of the webpage to extract article content from
Response Fields Count: 16 Response Field Examples:
DataStatus.StatusCode: API response status code
DataStatus.StatusDescription: API response status description
DataStatus.ResponseDateTime: API response timestamp
DataStatus.DataTotalCount: Total data count under this condition, usually used for pagination calculation
Data.url: Source URL of the article
Data.title: Extracted article title
Data.description: Article description/summary
Data.links: Array of links contained in the article
... total 16 fields
Key Features:
Extract clean article content from any webpage URL
Automatic removal of ads, navigation, and non-content elements
Extract article title, content, author, publication date, and metadata
Separate endpoint available for HTML string extraction (/v1/article/extractFromHtml)
High-quality content extraction with intelligent parsing