API Documents - GuGuData | Production-Ready APIs Built for Developers
  1. DEMO
API Documents - GuGuData | Production-Ready APIs Built for Developers
  • GuGuData API documents
  • Metadata
    • DEMO
      • [DEMO] Global QS World University Rankings
      • [DEMO] Global University
      • [DEMO] Chinese Poem
    • Global QS World University Rankings
    • Global University
    • Chinese Poem
  • Website Tools
    • DEMO
      • [DEMO] Webpage Readable Content Extraction
        GET
      • [DEMO] Domain SSL Certificate Information Parsing
        GET
      • [DEMO] Domain DNS Information Query
        GET
      • [DEMO] Query Website Favicon and Title
        GET
      • [DEMO] Format International Phone
        GET
      • [DEMO] URL to static HTML
        GET
      • [DEMO] URL to Image
        GET
      • [DEMO] URL to Markdown
        GET
      • [DEMO] Get URL links
        GET
      • [DEMO] Website Snapshot
        GET
      • [DEMO] Domain Whois
        GET
      • [DEMO] IP Address
        GET
      • [DEMO] Article Extract
        GET
      • [DEMO] Geographic Coordinate System Converter
        GET
      • [DEMO] Extract Structured JSON from Webpage
        GET
    • Webpage Readable Content Extraction
      POST
    • Domain SSL Certificate Information Parsing
      GET
    • Domain DNS Information Query
      GET
    • Query Website Favicon and Title
      GET
    • Format International Phone
      GET
    • URL to static HTML
      POST
    • URL to Image
      GET
    • URL to Markdown
      POST
    • Get URL links
      GET
    • Website Snapshot
      POST
    • Domain Whois
      GET
    • IP Address
      GET
    • Article Extract
      POST
    • Geographic Coordinate System Converter
      GET
    • Extract Structured JSON from Webpage
      POST
  • Image Recognition
    • DEMO
      • [DEMO] HTML to PDF
      • [DEMO] Image OCR
      • [DEMO] PDF to Format
      • [DEMO] PDF Splitting
      • [DEMO] Markdown to PDF
      • [DEMO] PPT to Images
      • [DEMO] PDF to HTML
      • [DEMO] PDF Summary
      • [DEMO] Image Compress
      • [DEMO] Word to HTML
    • HTML to PDF
    • Image OCR
    • PDF to Format
    • PDF Splitting
    • Markdown to PDF
    • PPT to Images
    • PDF to HTML
    • PDF Summary
    • Image Compress
    • Word to HTML
  • QRcode and Barcode
    • DEMO
      • [DEMO] QR Code
      • [DEMO] Wifi QR Code
      • [DEMO] Bar Code
    • QR Code
    • Wifi QR Code
    • Bar Code
  • Text Tools
    • DEMO
      • [DEMO] Simplified and Traditional Chinese Converter
      • [DEMO] Text Similarity Calculator
    • Simplified and Traditional Chinese Converter
    • Text Similarity Calculator
  • healthcheck
    GET
  1. DEMO

[DEMO] Webpage Readable Content Extraction

GET
https://api.gugudata.io/v1/websitetools/readability/demo
Last modified:2026-02-11 09:08:02
Webpage Readable Content Extraction
Intelligently extracts key elements of articles
Method: POST
Path: /v1/websitetools/readability?appkey={{appkey}}
Demo: https://api.gugudata.io/v1/websitetools/readability/demo
Request Parameters:
appkey (string, required): Obtained after payment
html (string, optional): The webpage HTML content to be extracted, choose either this parameter or url
url (string, optional): The webpage URL to be extracted, choose either this parameter or html. (Issues caused by the source site's anti-crawling measures that prevent normal webpage content requests for subsequent processing are not handled)
Response Fields Count: 15
Response Field Examples:
DataStatus.RequestParameter: API request parameter
DataStatus.StatusCode: API return status code
DataStatus.StatusDescription: API return status description
DataStatus.ResponseDateTime: API data return time
DataStatus.DataTotalCount: Total data count under this condition, generally used for pagination
Data.Title: Article title
Data.Byline: Article author
Data.Dir: Article text direction
... total 15 fields
Key Features:
Intelligently extracts readable content from webpages
Provides HTML code of the webpage's readable content
Supports passing either webpage HTML or webpage URL parameters
Supports extraction of various elements information including article title, author, text direction, language, content, content (without HTML tags, divided by paragraphs), article length, excerpt, website name, publication time
Second-level parsing performance, supporting high concurrency
Details:
https://gugudata.io/details/readability

Request

None

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.gugudata.io/v1/websitetools/readability/demo'

Responses

⚪0
application/json
Body

Example
{
  "DataStatus": {
    "RequestParameter": "string",
    "StatusCode": 0,
    "StatusDescription": "string",
    "ResponseDateTime": "string",
    "DataTotalCount": 0
  },
  "Data": {
    "Title": "string",
    "Byline": "string",
    "Dir": "string",
    "Lang": "string",
    "Content": "string",
    "TextContent": "string",
    "Length": 0,
    "Excerpt": "string",
    "SiteName": "string",
    "PublishedTime": [
      "string"
    ]
  }
}
Modified at 2026-02-11 09:08:02
Previous
DEMO
Next
[DEMO] Domain SSL Certificate Information Parsing
Built with