200
application/jsonThe response contains the status of the request and data. Data is an array where each element represents a response for a single query from the request.
{
"id": "your-request-id",
"status": "Success",
"data": [
{
"query": "https://www.apple.com/iphone/",
"name": "iPhone",
"price": "$799",
"description": "The ultimate smartphone from Apple, with advanced features, powerful performance, and a sleek design."
}
]
}