Site icon DataForSEO

How do I get a screenshot of a SERP page?

Using the SERP API Page Screenshot endpoint, you can capture a screenshot of any SERP page.

1 Call the endpoint.

POST https://api.dataforseo.com/v3/serp/screenshot

2 Specify the ID of the task for which you would like to receive a screenshot in the task_id field.

That should be enough to send a basic POST request. Structure it as in the following example:

[
    {
        "task_id": "07181408-2806-0139-0000-6c377ba904f5"
    }
]

You can also use additional POST parameters to receive more specific results:

Exit mobile version