SERPpost V1
SERP API Playground: See the request before you run it
Pick a Google, Bing, or capture workflow. The preview shows the V1 endpoint, uncached request parameters, and response fields. Sign in when you are ready to test your own query or URL.
V1 request preview
This is the response shape, not a cached result or a simulated live call. Sign in to run your own request.
Request receipt
POST /api/v1/search
{
"s": "web to markdown api",
"t": "google",
"p": 1,
"d": 20000,
"country": "us",
"language": "en",
"maxCache": 0
}Response shape
Fields for Google Search
{
"code": 0,
"msg": "",
"data": {
"id": "request-id",
"organic": [
{
"title": "Result title",
"link": "https://example.com",
"snippet": "The fields vary with the result type and source."
}
]
}
}