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": "iphone",
"position": 1,
"original_image": "",
"title": "Buy iPhone 11 - Apple",
"source": "apple.com",
"source_link": "https://www.apple.com/shop/buy-iphone/iphone-11"
},
{
"query": "iphone",
"position": 2,
"original_image": "https://store.storeimages.cdn-apple.com/4982/as-images.apple.com/is/iphone-12-family-select-2021?wid=940&hei=1112&fmt=jpeg&qlt=90&.v=1617135051000",
"title": "Buy iPhone 12 and iPhone 12 mini - Apple",
"source": "apple.com",
"source_link": "https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.apple.com%2Fshop%2Fbuy-iphone%2Fiphone-12&psig=AOvVaw2uqlbYdMQn4a6OHbkjPPFf&ust=1652790673122000&source=images&cd=vfe&ved=2ahUKEwiLi_mYg-T3AhUeCBAIHWJTCoIQr4kDegUIARDaAQ"
},
{
"query": "iphone",
"position": 3,
"original_image": "https://store.storeimages.cdn-apple.com/4982/as-images.apple.com/is/iphone11-black-select-2019?wid=940&hei=1112&fmt=png-alpha&.v=1566956144418",
"title": "iPhone 11 64GB Black - Apple",
"source": "apple.com",
"source_link": "https://www.apple.com/shop/buy-iphone/iphone-11/6.1-inch-display-64gb-black-unlocked"
}
]
]
}