The FilterPlacesByCity Choreo retrieves contextual data from Factual, filtered by city. More information about the Factual API can be found here.
Here's an example set of inputs:
- City: New York
- Query: Uniqlo
Here's the Choreo output in JSON:
{
"version": 3,
"status": "ok",
"response": {
"data": [
{
"address": "546 Broadway",
"category_ids": [
143
],
"category_labels": [
[
"Retail",
"Fashion",
"Clothing and Accessories"
]
],
"country": "us",
"factual_id": "0a086995-2c94-435e-8507-40dcd0710e68",
"hours": {
"monday": [
[
"10:00",
"21:00"
]
],
"tuesday": [
[
"10:00",
"21:00"
]
],
"wednesday": [
[
"10:00",
"21:00"
]
],
"thursday": [
[
"10:00",
"21:00"
]
],
"friday": [
[
"10:00",
"21:00"
]
],
"saturday": [
[
"10:00",
"21:00"
]
],
"sunday": [
[
"11:00",
"20:00"
]
]
},
"hours_display": "Mon-Sat 10:00 AM-9:00 PM; Sun 11:00 AM-8:00 PM",
"latitude": 40.723557,
"locality": "New York",
"longitude": -73.998274,
"name": "UNIQLO Soho",
"neighborhood": [
"Soho",
"Downtown",
"Little Italy",
"Nolita",
"NoHo"
],
"postcode": "10012",
"region": "NY",
"tel": "(877) 486-4756",
"website": "http://www.uniqlo.com/us/stores/ny-soho"
},
{
"address": "31 W 34th St",
"category_ids": [
143
],
"category_labels": [
[
"Retail",
"Fashion",
"Clothing and Accessories"
]
],
"country": "us",
"factual_id": "811e5e7b-ee6b-45b9-b364-5df626cd2788",
"hours": {
"monday": [
[
"10:00",
"21:00"
]
],
"tuesday": [
[
"10:00",
"21:00"
]
],
"wednesday": [
[
"10:00",
"21:00"
]
],
"thursday": [
[
"10:00",
"21:00"
]
],
"friday": [
[
"10:00",
"21:00"
]
],
"saturday": [
[
"10:00",
"21:00"
]
],
"sunday": [
[
"11:00",
"20:00"
]
]
},
"hours_display": "Mon-Sat 10:00 AM-9:00 PM; Sun 11:00 AM-8:00 PM",
"latitude": 40.749478,
"locality": "New York",
"longitude": -73.98662,
"name": "UNIQLO 34th Street",
"neighborhood": [
"Midtown",
"Flatiron District",
"Midtown South",
"Flatiron",
"Koreatown",
"Theatre District",
"Midtown West",
"Garment District"
],
"postcode": "10001",
"region": "NY",
"tel": "(877) 486-4756",
"website": "http://www.uniqlo.com/us/stores/ny-34th-st"
},
{
"address": "666 5th Ave",
"category_ids": [
143
],
"category_labels": [
[
"Retail",
"Fashion",
"Clothing and Accessories"
]
],
"country": "us",
"factual_id": "27470d75-a846-4add-98d9-38f323a1de29",
"hours": {
"monday": [
[
"10:00",
"21:00"
]
],
"tuesday": [
[
"10:00",
"21:00"
]
],
"wednesday": [
[
"10:00",
"21:00"
]
],
"thursday": [
[
"10:00",
"21:00"
]
],
"friday": [
[
"10:00",
"21:00"
]
],
"saturday": [
[
"10:00",
"21:00"
]
],
"sunday": [
[
"11:00",
"20:00"
]
]
},
"hours_display": "Mon-Sat 10:00 AM-9:00 PM; Sun 11:00 AM-8:00 PM",
"latitude": 40.760294,
"locality": "New York",
"longitude": -73.976217,
"name": "UNIQLO 5th Ave",
"neighborhood": [
"Midtown",
"East Side",
"Turtle Bay",
"Theatre District",
"San Juan Hill",
"Manhattan – Midtown East"
],
"postcode": "10103",
"region": "NY",
"tel": "(877) 486-4756",
"website": "http://www.uniqlo.com/us/stores/ny-5th-ave"
}
],
"included_rows": 7
}
}