Skip to main content
GET
Get Google Organic HTML Results by id
Retrieves a queued Google organic result by id as raw HTML. 🔴 Measured at 2.4 MB against 57 KB parsed on the Google organic pair. Free - the charge was on the submit. Wrapped in DataForSEO’s envelope: data in tasks[0].result, outcome in tasks[0].status_code - a rejected request still returns HTTP 200.

Example

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Task identifier in UUID format

Response

Successful response

version
string

API version

status_code
integer

General status code

status_message
string

General informational message

time
string

Execution time

cost
number

Task cost in USD

tasks
string

Array of task objects

tasks[].id
string

Task identifier

tasks[].result
string

Result array containing HTML pages

tasks[].result[].items
string

HTML page items

tasks[].result[].items[].html
string

Raw HTML page content