{
"executionId": "myApiKey_a1b2c3d4",
"results": [
{
"type": "VisitUrlActionResult",
"success": true,
"data": {
"status": 200
}
},
{
"type": "ExtractArticleActionResult",
"success": true,
"data": {
"article": {
"uri": "https://news.ycombinator.com/item?id=40825098",
"title": "Extracted Article Title",
"byline": "John Doe",
"content": "<div><p>This is the main content of the article.</p></div>",
"textContent": "This is the main content of the article.",
"excerpt": "A short summary of the article content.",
"author": "John Doe",
"siteName": "Hacker News",
"publicationDate": "2025-01-01T12:00:00Z",
"featuredImage": "https://via.placeholder.com/1200x630.png",
"language": "en",
"timeToRead": "00:05:00",
"isReadable": true
}
}
}
],
"meta": {
"actionsRequested": 2,
"actionsSucceeded": 2,
"startedAtUtc": "2025-01-01T12:00:00Z",
"finishedAtUtc": "2025-01-01T12:00:02Z",
"durationMs": 2000,
"responseSizeBytes": 1234,
"maxActionsAllowed": 50
}
}