1. DEMO
API Documents - GuGuData | Production-Ready APIs Built for Developers
  • GuGuData API documents
  • Metadata
    • DEMO
      • [DEMO] Global QS World University Rankings
      • [DEMO] Global QS World University Rankings
      • [DEMO] Global University
      • [DEMO] Chinese Poem
      • [DEMO] Stock US Symbols
      • [DEMO] Stock HK Symbols
      • [DEMO] US College Institutions Data API
      • [DEMO] US College Programs Data API
      • [DEMO] US CIP Codes
    • Global QS World University Rankings
    • Global QS World University Rankings
    • Global University
    • Chinese Poem
    • Stock US Symbols
    • Stock HK Symbols
    • US College Institutions Search
    • US College Institution Detail
    • US College Programs Search
    • US College Institution Programs
    • US CIP Codes Search
    • Chinese Poem
  • Website Tools
    • DEMO
      • [DEMO] Short Link API
        GET
      • [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
      • [DEMO] Article Content Extraction API
        GET
      • [DEMO] Extract Images from Article URL API
        GET
      • [DEMO] PageSpeed and SEO Score API
        GET
      • [DEMO] Search Visibility API
        GET
    • Short Link API
      POST
    • 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
    • Format International Phone
      GET
    • Article Content Extraction API
      POST
    • Extract Images from Article URL API
      POST
    • PageSpeed and SEO Score API
      GET
    • Search Visibility API
      POST
  • Image Recognition
    • DEMO
      • [DEMO] Convert HTML to Word
      • [DEMO] Convert PPT to PDF
      • [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
      • [DEMO] OCR API
      • [DEMO] PDF OCR to Text API
      • [DEMO] PDF OCR to Word API
      • [DEMO] Image OCR to Word API
    • Convert HTML to Word
    • Convert PPT to PDF
    • 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
    • OCR API
    • PDF OCR to Text API
    • PDF OCR to Word API
    • Image OCR to Word API
  • QRcode and Barcode
    • DEMO
      • [DEMO] Decode QR Code from Image
      • [DEMO] QR Code
      • [DEMO] Wifi QR Code
      • [DEMO] Bar Code
    • Decode QR Code from Image
    • QR Code
    • Wifi QR Code
    • Bar Code
  • Text Tools
    • DEMO
      • [DEMO] Detect Text Language
      • [DEMO] ISBN Book Metadata Lookup
      • [DEMO] Simplified and Traditional Chinese Converter
      • [DEMO] Text Similarity Calculator
    • Detect Text Language
    • ISBN Book Metadata Lookup
    • Simplified and Traditional Chinese Converter
    • Text Similarity Calculator
    • Simplified and Traditional Chinese Converter
  • healthcheck
    GET
  1. DEMO

[DEMO] PageSpeed and SEO Score API

GET
https://api.gugudata.io/v1/websitetools/pagespeed-score/demo
Last modified:2026-07-09 06:59:58
PageSpeed and SEO Score API
Run a PageSpeed and SEO quality check for a URL and return category scores, core web metrics, and prioritized optimization opportunities.
Method: GET
Path: /v1/websitetools/pagespeed-score
Demo: https://api.gugudata.io/v1/websitetools/pagespeed-score/demo
OpenAPI: https://gugudata.io/assets/openapi/gugudata.openapi.3.1.json
Request Parameters:
appkey (string, required): Application key used for request authentication.
url (string, required): URL to analyze.
strategy (string, optional): desktop or mobile.
locale (string, optional): Locale for the analysis result.
categories (string, optional): Comma-separated categories such as performance, accessibility, best-practices, and seo.
forceRefresh (boolean, optional): Bypass cache when supported.
Response Fields:
dataStatus (object, required): Response metadata returned by the current v1 contract.
data.scores.performance (number, optional): Performance score.
data.scores.accessibility (number, optional): Accessibility score.
data.scores.bestPractices (number, optional): Best practices score.
data.scores.seo (number, optional): SEO score.
data.coreMetrics (object, optional): Core page speed metrics.
data.opportunities (array, optional): Main optimization suggestions.
HTTP Status Codes:
200: Request processed successfully. Some endpoints expose a separate application-level status field in the response body, such as dataStatus.statusCode.
400: Invalid request parameters or request format. Check required fields, data types, and request body format.
401: Missing or unknown application key. Provide a valid appkey with the request.
403: The application key is recognized but access is not allowed. The key may be expired, inactive, or not permitted for the requested API.
429: Request rate or trial usage limit exceeded. Reduce concurrency or retry after the limit window resets.
500: Internal service error. Retry later or contact support if the error persists.
503: Upstream service unavailable. Retry later; the requested upstream dependency is temporarily unavailable.
Business Status Codes:
No endpoint-specific business status codes are documented.
Key Features:
Production-ready HTTPS API with stable request and response contracts.
Details:
https://gugudata.io/details/pagespeed-score

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 'https://api.gugudata.io/v1/websitetools/pagespeed-score/demo'

Responses

🟢200成功
application/json
Bodyapplication/json

Example
{}
Modified at 2026-07-09 06:59:58
Previous
[DEMO] Extract Images from Article URL API
Next
[DEMO] Search Visibility API
Built with