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": "restaurants",
"name": "Todaro Brothers",
"categories": [
"Restaurants",
"Italian Restaurants",
"Caterers"
],
"position": 1,
"years_in_business": null,
"years_with_yp": null,
"amenities": [
"Wheelchair accessible",
"Serves alcohol",
"Takes reservations"
],
"phone": "+1 212 532-0633",
"street": "555 2nd Ave",
"locality": "New York, NY 10016",
"site": "http://www.todarobros.com",
"snippet": "",
"thumbnail": "https://i3.ypcdn.com/ypu/images/default-thumbnails/thumbnail-3.svg?83117e0",
"range": "$$",
"business_link": "https://www.yellowpages.com/new-york-ny/mip/todaro-brothers-5642814?lid=1001105931107"
},
{
"query": "restaurants",
"name": "Seven's Turkish Grill",
"categories": [
"Restaurants",
"Mediterranean Restaurants",
"Caterers"
],
"position": 2,
"years_in_business": null,
"years_with_yp": null,
"amenities": [
"Wheelchair accessible",
"Good for groups",
"Serves alcohol",
"Takes reservations"
],
"phone": "+1 212 724-4700",
"street": "158 W 72nd St",
"locality": "New York, NY 10023",
"site": "",
"snippet": "",
"thumbnail": "https://i4.ypcdn.com/blob/f430c3b1c5894703d31cb998e9342c3c58c091ab_130x130_crop.jpg?83117e0\n",
"range": "$$",
"business_link": "https://www.yellowpages.com/new-york-ny/mip/sevens-turkish-grill-460080517?lid=1000439722148"
},
{
"query": "restaurants",
"name": "Mr. K's",
"categories": [
"Restaurants",
"Chinese Restaurants",
"Banquet Halls & Reception Facilities"
],
"position": 3,
"years_in_business": null,
"years_with_yp": null,
"amenities": [],
"phone": "+1 212 583-1668",
"street": "570 Lexington Ave",
"locality": "New York, NY 10022",
"site": "http://www.mrksny.com",
"snippet": "",
"thumbnail": "https://i4.ypcdn.com/blob/c34e2901edfb966b565d36f5d8199a1b8b1a656f_130x130_crop.jpg?83117e0\n",
"range": "$$$",
"business_link": "https://www.yellowpages.com/new-york-ny/mip/mr-ks-407372?lid=1001117669298"
}
]
]
}