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": [
[
{
"title": "Personalized Leather Tote Bag",
"price": "USD 89.00",
"original_price": "USD 119.00",
"discount": "(25% off)",
"rating": "4.8",
"reviews": "124",
"seller": "NorthwindLeather",
"image_url": "https://i.etsystatic.com/12345678/r/il/abcdef/1234567890/il_340x270.1234567890_abcd.jpg",
"image_alt": "Personalized leather tote bag",
"shipping": "Free shipping",
"url": "https://www.etsy.com/listing/1234567890/personalized-leather-tote-bag",
"sku_code": "TOT-001",
"description": "Handcrafted full-grain leather tote bag with optional monogram.",
"category": "Bags & Purses",
"brand": "Northwind Leather",
"images": [
"https://i.etsystatic.com/12345678/r/il/abcdef/1234567890/il_fullxfull.1234567890_abcd.jpg"
],
"min_price": "89.00",
"max_price": "89.00",
"currency": "USD",
"availability": true
}
]
]
}