{
"success": true,
"data": {
"content": "# Article Title\n\nArticle content in markdown...",
"metadata": {
// Engine Information (4 fields)
"engine": "stealth",
"parserName": "stealth",
"contentSource": "browser",
"processingTime": 8276,
// Basic Metadata (10 fields)
"title": "Example Article - Latest News",
"description": "A comprehensive article about web scraping and metadata extraction",
"language": "en",
"keywords": "web scraping, metadata, SEO, content extraction",
"robots": "index, follow",
"canonical": "https://example.com/article",
"author": "John Doe",
"publisher": "Example Publishing",
"favicon": "https://example.com/favicon.ico",
// Open Graph (9 fields)
"og": {
"title": "Example Article - Latest News",
"description": "A comprehensive article about web scraping",
"url": "https://example.com/article",
"image": "https://example.com/og-image.jpg",
"type": "article",
"siteName": "Example News",
"locale": "en_US",
"audio": null,
"video": null
},
// Twitter Cards (7 fields)
"twitter": {
"card": "summary_large_image",
"site": "@examplenews",
"creator": "@johndoe",
"title": "Example Article - Latest News",
"description": "A comprehensive article about web scraping",
"image": "https://example.com/twitter-image.jpg",
"imageAlt": "Article cover image"
},
// Article Metadata (7 fields)
"article": {
"publishedTime": "2025-01-15T10:30:00Z",
"modifiedTime": "2025-01-16T14:20:00Z",
"expirationTime": null,
"author": "John Doe",
"section": "Technology",
"tags": ["web scraping", "metadata", "SEO"]
},
// Structured Data (14 types)
"structuredData": {
"jsonLd": [
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Example Article",
"author": {
"@type": "Person",
"name": "John Doe"
}
}
],
"microdata": [],
"rdfa": [],
"openGraph": {},
"schemaTypes": ["Article", "Person", "Organization"]
},
// Content Quality (29 metrics)
"contentQuality": {
"wordCount": 1250,
"sentenceCount": 45,
"characterCount": 6842,
"readabilityScore": 65.5,
"fleschKincaidGrade": 8.2,
"averageSentenceLength": 152.04,
"averageWordsPerSentence": 27.78,
"contentDensity": 0.87,
"estimatedReadingTimeMinutes": 6,
"isContentRich": true,
"headingCount": 8,
"paragraphCount": 22,
"linkCount": 15,
"imageCount": 4,
"listCount": 3,
"tableCount": 1,
"quoteCount": 2,
"codeBlockCount": 0,
"contentType": "article",
"readingLevel": "medium",
"lexicalDiversity": 0.68,
"headingDistribution": {
"h1": 1,
"h2": 4,
"h3": 3,
"h4": 0,
"h5": 0,
"h6": 0
}
},
// Counts (4 fields)
"wordCount": 1250,
"characterCount": 6842,
"linksCount": 15,
"imagesCount": 4,
// Request Information
"url": "https://example.com/article",
"statusCode": 200,
"creditsUsed": 3
}
}
}