Request
Body Params application/json
{
"api_key": "string",
"date": "string",
"device": "string",
"engine": "string",
"gl": "string",
"google_domain": "string",
"hl": "string",
"html": "string",
"q": "string",
"start": 0
}
Request Code Samples
curl --location --request POST '/api/v1/open/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key": "string",
"date": "string",
"device": "string",
"engine": "string",
"gl": "string",
"google_domain": "string",
"hl": "string",
"html": "string",
"q": "string",
"start": 0
}'
Responses
*/*
{"code": 200, "data": [...]}
Modified at 2025-09-24 02:36:23