{
"success": true,
"data": {
"results": [
{
"url": "https://example.com/page1",
"title": "Page 1 Title",
"description": "Description of page 1",
"markdown": "# Page 1 Content\n\nThis is the content...",
"content": "# Page 1 Content\n\nThis is the content...",
"scrapedAt": "2025-01-15T14:30:00Z",
"status": "success",
"wordCount": 450,
"metadata": {
"statusCode": 200,
"contentType": "text/html",
"loadTime": 1234
}
},
{
"url": "https://example.com/page2",
"title": "Page 2 Title",
"description": "Description of page 2",
"markdown": "# Page 2 Content\n\nAnother page...",
"content": "# Page 2 Content\n\nAnother page...",
"scrapedAt": "2025-01-15T14:30:02Z",
"status": "success",
"wordCount": 320,
"metadata": {
"statusCode": 200,
"contentType": "text/html",
"loadTime": 987
}
},
{
"url": "https://example.com/page3",
"status": "failed",
"error": "Request timeout after 30000ms",
"scrapedAt": "2025-01-15T14:30:35Z",
"metadata": {
"statusCode": 0,
"error": "Request timeout after 30000ms"
}
}
],
"successful": [
{
"url": "https://example.com/page1",
"title": "Page 1 Title",
"description": "Description of page 1",
"markdown": "# Page 1 Content\n\nThis is the content...",
"content": "# Page 1 Content\n\nThis is the content...",
"scrapedAt": "2025-01-15T14:30:00Z",
"status": "success",
"wordCount": 450,
"metadata": {
"statusCode": 200,
"contentType": "text/html",
"loadTime": 1234
}
},
{
"url": "https://example.com/page2",
"title": "Page 2 Title",
"description": "Description of page 2",
"markdown": "# Page 2 Content\n\nAnother page...",
"content": "# Page 2 Content\n\nAnother page...",
"scrapedAt": "2025-01-15T14:30:02Z",
"status": "success",
"wordCount": 320,
"metadata": {
"statusCode": 200,
"contentType": "text/html",
"loadTime": 987
}
}
],
"failed": [
{
"url": "https://example.com/page3",
"status": "failed",
"error": "Request timeout after 30000ms",
"scrapedAt": "2025-01-15T14:30:35Z",
"metadata": {
"statusCode": 0,
"error": "Request timeout after 30000ms"
}
}
],
"summary": {
"total": 3,
"successful": 2,
"failed": 1,
"successRate": 67,
"processingTime": 35420,
"averageTimePerUrl": 11807,
"creditsUsed": 2,
"creditsPerUrl": 1,
"concurrency": 3
}
},
"warning": "1 of 3 URLs failed to scrape"
}