Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.brightdata.com/llms.txt

Use this file to discover all available pages before exploring further.

"multi":[
  {
    "query":{"q":"pizza","num":20}},
    {"query":{"q":"pizza","num":100}
  }
]
Please note that parallel requests work only with async mode.

Parameters

mutli
string
deprecated
Make parallel requests through our API server using POST request.Parallel requests will be using the same peer and session and can be used for comparison tests, i.e. making an identical pair of requests with 2 different values for a selected parameter
multi=[
  {"query":{"q":"pizza","num":20}},
  {"query":{"q":"pizza","num":100}}
]
curl --request POST \
  --url https://api.brightdata.com/serp/req?zone=serp_api1 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{"country": "US","multi":[{"query":{"q":"pizza","num":20}},{"query":{"q":"pizza","num":100}}]}'