deviceName is omitted, a realistic, rotating browser fingerprint will be used.locale and timezone are omitted, the browser's locale and timezone will be matched to the proxy's IP address geolocation.deviceName uses that specific device profile.locale or timezone will disable the automatic matching based on the proxy.GET /browser/article?url=https://example.com/news/storyurl query parameter is missing or invalid.deviceName does not exist. A list of available devices can be retrieved from the /devices endpoint.url parameter is not a valid HTTP or HTTPS URL.curl --location --request GET 'https://api.scrapingduck.com/v1/browser/article?url&deviceName&locale&timezone&disableResourceExclusion&useAdvancedSpoofing&disableJavaScript&apiKey=<api-key>'{
"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
}
}