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": [
[
{
"product_name": "Personalized Leather Tote Bag",
"product_url": "https://www.etsy.com/listing/1234567890/personalized-leather-tote-bag",
"author_title": "Emma",
"author_url": "https://www.etsy.com/people/examplebuyer",
"review_rating": 5,
"review_text": "Beautiful quality and fast shipping.",
"review_date": "Jan 15, 2024",
"review_timestamp": 1705276800
}
]
]
}