Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 1 new columns ({'date'}) and 13 missing columns ({'latitude', 'stars', 'postal_code', 'review_count', 'is_open', 'address', 'categories', 'state', 'attributes', 'longitude', 'hours', 'city', 'name'}).
This happened while the json dataset builder was generating data using
hf://datasets/ShengxiangLin/Yelp-JSON/yelp_academic_dataset_checkin.json (at revision 55828cb00a73607c0542ab10c653d15de1f6a014), ['hf://datasets/ShengxiangLin/Yelp-JSON@55828cb00a73607c0542ab10c653d15de1f6a014/yelp_academic_dataset_business.json', 'hf://datasets/ShengxiangLin/Yelp-JSON@55828cb00a73607c0542ab10c653d15de1f6a014/yelp_academic_dataset_checkin.json', 'hf://datasets/ShengxiangLin/Yelp-JSON@55828cb00a73607c0542ab10c653d15de1f6a014/yelp_academic_dataset_review.json', 'hf://datasets/ShengxiangLin/Yelp-JSON@55828cb00a73607c0542ab10c653d15de1f6a014/yelp_academic_dataset_tip.json', 'hf://datasets/ShengxiangLin/Yelp-JSON@55828cb00a73607c0542ab10c653d15de1f6a014/yelp_academic_dataset_user.json']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1887, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 674, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
business_id: string
date: string
to
{'business_id': Value('string'), 'name': Value('string'), 'address': Value('string'), 'city': Value('string'), 'state': Value('string'), 'postal_code': Value('string'), 'latitude': Value('float64'), 'longitude': Value('float64'), 'stars': Value('float64'), 'review_count': Value('int64'), 'is_open': Value('int64'), 'attributes': {'GoodForKids': Value('string'), 'HasTV': Value('string'), 'NoiseLevel': Value('string'), 'RestaurantsDelivery': Value('string'), 'WiFi': Value('string'), 'RestaurantsPriceRange2': Value('string'), 'RestaurantsReservations': Value('string'), 'OutdoorSeating': Value('string'), 'RestaurantsTakeOut': Value('string'), 'RestaurantsGoodForGroups': Value('string'), 'RestaurantsAttire': Value('string'), 'Ambience': Value('string'), 'BusinessParking': Value('string'), 'BusinessAcceptsCreditCards': Value('string'), 'GoodForMeal': Value('string'), 'ByAppointmentOnly': Value('string'), 'Alcohol': Value('string'), 'BikeParking': Value('string'), 'Caters': Value('string'), 'BYOB': Value('string'), 'DogsAllowed': Value('string'), 'WheelchairAccessible': Value('string'), 'Corkage': Value('string'), 'RestaurantsTableService': Value('string'), 'BusinessAcceptsBitcoin': Value('string'), 'AcceptsInsurance': Value('string'), 'HappyHour': Value('string'), 'Smoking': Value('string'), 'BestNights': Value('string'), 'Music': Value('string'), 'GoodForDancing': Value('string'), 'CoatCheck': Value('string'), 'BYOBCorkage': Value('string'), 'DriveThru': Value('string'), 'HairSpecializesIn': Value('string'), 'Open24Hours': Value('string'), 'RestaurantsCounterService': Value('string'), 'AgesAllowed': Value('string'), 'DietaryRestrictions': Value('string')}, 'categories': Value('string'), 'hours': {'Monday': Value('string'), 'Tuesday': Value('string'), 'Wednesday': Value('string'), 'Thursday': Value('string'), 'Friday': Value('string'), 'Saturday': Value('string'), 'Sunday': Value('string')}}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1342, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 907, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1736, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1889, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 1 new columns ({'date'}) and 13 missing columns ({'latitude', 'stars', 'postal_code', 'review_count', 'is_open', 'address', 'categories', 'state', 'attributes', 'longitude', 'hours', 'city', 'name'}).
This happened while the json dataset builder was generating data using
hf://datasets/ShengxiangLin/Yelp-JSON/yelp_academic_dataset_checkin.json (at revision 55828cb00a73607c0542ab10c653d15de1f6a014), ['hf://datasets/ShengxiangLin/Yelp-JSON@55828cb00a73607c0542ab10c653d15de1f6a014/yelp_academic_dataset_business.json', 'hf://datasets/ShengxiangLin/Yelp-JSON@55828cb00a73607c0542ab10c653d15de1f6a014/yelp_academic_dataset_checkin.json', 'hf://datasets/ShengxiangLin/Yelp-JSON@55828cb00a73607c0542ab10c653d15de1f6a014/yelp_academic_dataset_review.json', 'hf://datasets/ShengxiangLin/Yelp-JSON@55828cb00a73607c0542ab10c653d15de1f6a014/yelp_academic_dataset_tip.json', 'hf://datasets/ShengxiangLin/Yelp-JSON@55828cb00a73607c0542ab10c653d15de1f6a014/yelp_academic_dataset_user.json']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
business_id
string | name
string | address
string | city
string | state
string | postal_code
string | latitude
float64 | longitude
float64 | stars
float64 | review_count
int64 | is_open
int64 | attributes
dict | categories
string | hours
dict |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Pns2l4eNsfO8kk83dixA6A
|
Abby Rappoport, LAC, CMQ
|
1616 Chapala St, Ste 2
|
Santa Barbara
|
CA
|
93101
| 34.426679
| -119.711197
| 5
| 7
| 0
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": null,
"BusinessAcceptsCreditCards": null,
"GoodForMeal": null,
"ByAppointmentOnly": "True",
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Doctors, Traditional Chinese Medicine, Naturopathic/Holistic, Acupuncture, Health & Medical, Nutritionists
| null |
mpf3x-BjTdTEA3yCZrAYPw
|
The UPS Store
|
87 Grasso Plaza Shopping Center
|
Affton
|
MO
|
63123
| 38.551126
| -90.335695
| 3
| 15
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": null,
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Shipping Centers, Local Services, Notaries, Mailbox Centers, Printing Services
|
{
"Monday": "0:0-0:0",
"Tuesday": "8:0-18:30",
"Wednesday": "8:0-18:30",
"Thursday": "8:0-18:30",
"Friday": "8:0-18:30",
"Saturday": "8:0-14:0",
"Sunday": null
}
|
tUFrWirKiKi_TAnsVWINQQ
|
Target
|
5255 E Broadway Blvd
|
Tucson
|
AZ
|
85711
| 32.223236
| -110.880452
| 3.5
| 22
| 0
|
{
"GoodForKids": null,
"HasTV": "False",
"NoiseLevel": null,
"RestaurantsDelivery": "False",
"WiFi": "u'no'",
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": "False",
"OutdoorSeating": "False",
"RestaurantsTakeOut": "False",
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": "False",
"Alcohol": null,
"BikeParking": "True",
"Caters": "False",
"BYOB": null,
"DogsAllowed": "False",
"WheelchairAccessible": "True",
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": "False",
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": "False",
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Department Stores, Shopping, Fashion, Home & Garden, Electronics, Furniture Stores
|
{
"Monday": "8:0-22:0",
"Tuesday": "8:0-22:0",
"Wednesday": "8:0-22:0",
"Thursday": "8:0-22:0",
"Friday": "8:0-23:0",
"Saturday": "8:0-23:0",
"Sunday": "8:0-22:0"
}
|
MTSW4McQd7CbVtyjqoe9mw
|
St Honore Pastries
|
935 Race St
|
Philadelphia
|
PA
|
19107
| 39.955505
| -75.155564
| 4
| 80
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": "False",
"WiFi": "u'free'",
"RestaurantsPriceRange2": "1",
"RestaurantsReservations": null,
"OutdoorSeating": "False",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': True, 'validated': False, 'lot': False, 'valet': False}",
"BusinessAcceptsCreditCards": "False",
"GoodForMeal": null,
"ByAppointmentOnly": "False",
"Alcohol": "u'none'",
"BikeParking": "True",
"Caters": "True",
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Restaurants, Food, Bubble Tea, Coffee & Tea, Bakeries
|
{
"Monday": "7:0-20:0",
"Tuesday": "7:0-20:0",
"Wednesday": "7:0-20:0",
"Thursday": "7:0-20:0",
"Friday": "7:0-21:0",
"Saturday": "7:0-21:0",
"Sunday": "7:0-21:0"
}
|
mWMc6_wTdE0EUBKIGXDVfA
|
Perkiomen Valley Brewery
|
101 Walnut St
|
Green Lane
|
PA
|
18054
| 40.338183
| -75.471659
| 4.5
| 13
| 1
|
{
"GoodForKids": "True",
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': None, 'street': None, 'validated': None, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": "True",
"Caters": "False",
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": "True",
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Brewpubs, Breweries, Food
|
{
"Monday": null,
"Tuesday": null,
"Wednesday": "14:0-22:0",
"Thursday": "16:0-22:0",
"Friday": "12:0-22:0",
"Saturday": "12:0-22:0",
"Sunday": "12:0-18:0"
}
|
CF33F8-E6oudUQ46HnavjQ
|
Sonic Drive-In
|
615 S Main St
|
Ashland City
|
TN
|
37015
| 36.269593
| -87.058943
| 2
| 6
| 1
|
{
"GoodForKids": "True",
"HasTV": "True",
"NoiseLevel": null,
"RestaurantsDelivery": "True",
"WiFi": "u'no'",
"RestaurantsPriceRange2": "1",
"RestaurantsReservations": "False",
"OutdoorSeating": "True",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "u'casual'",
"Ambience": "None",
"BusinessParking": "None",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": "False",
"Alcohol": "u'none'",
"BikeParking": "False",
"Caters": "False",
"BYOB": null,
"DogsAllowed": "False",
"WheelchairAccessible": "True",
"Corkage": null,
"RestaurantsTableService": "False",
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": "False",
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": "False",
"BYOBCorkage": null,
"DriveThru": "True",
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Burgers, Fast Food, Sandwiches, Food, Ice Cream & Frozen Yogurt, Restaurants
|
{
"Monday": "0:0-0:0",
"Tuesday": "6:0-22:0",
"Wednesday": "6:0-22:0",
"Thursday": "6:0-22:0",
"Friday": "9:0-0:0",
"Saturday": "9:0-22:0",
"Sunday": "8:0-22:0"
}
|
n_0UpQx1hsNbnPUSlodU8w
|
Famous Footwear
|
8522 Eager Road, Dierbergs Brentwood Point
|
Brentwood
|
MO
|
63144
| 38.627695
| -90.340465
| 2.5
| 13
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": "True",
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Sporting Goods, Fashion, Shoe Stores, Shopping, Sports Wear, Accessories
|
{
"Monday": "0:0-0:0",
"Tuesday": "10:0-18:0",
"Wednesday": "10:0-18:0",
"Thursday": "10:0-18:0",
"Friday": "10:0-18:0",
"Saturday": "10:0-18:0",
"Sunday": "12:0-18:0"
}
|
qkRM_2X51Yqxk3btlwAQIg
|
Temple Beth-El
|
400 Pasadena Ave S
|
St. Petersburg
|
FL
|
33707
| 27.76659
| -82.732983
| 3.5
| 5
| 1
| null |
Synagogues, Religious Organizations
|
{
"Monday": "9:0-17:0",
"Tuesday": "9:0-17:0",
"Wednesday": "9:0-17:0",
"Thursday": "9:0-17:0",
"Friday": "9:0-17:0",
"Saturday": null,
"Sunday": null
}
|
k0hlBqXX-Bt0vf1op7Jr1w
|
Tsevi's Pub And Grill
|
8025 Mackenzie Rd
|
Affton
|
MO
|
63123
| 38.565165
| -90.321087
| 3
| 19
| 0
|
{
"GoodForKids": "True",
"HasTV": "True",
"NoiseLevel": "u'average'",
"RestaurantsDelivery": "False",
"WiFi": "u'free'",
"RestaurantsPriceRange2": "1",
"RestaurantsReservations": "False",
"OutdoorSeating": "True",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "u'casual'",
"Ambience": "{'romantic': False, 'intimate': False, 'touristy': False, 'hipster': False, 'divey': False, 'classy': False, 'trendy': False, 'upscale': False, 'casual': False}",
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": "u'full_bar'",
"BikeParking": null,
"Caters": "True",
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Pubs, Restaurants, Italian, Bars, American (Traditional), Nightlife, Greek
| null |
bBDDEgkFA1Otx9Lfe7BZUQ
|
Sonic Drive-In
|
2312 Dickerson Pike
|
Nashville
|
TN
|
37207
| 36.208102
| -86.76817
| 1.5
| 10
| 1
|
{
"GoodForKids": "True",
"HasTV": "True",
"NoiseLevel": null,
"RestaurantsDelivery": "True",
"WiFi": "u'no'",
"RestaurantsPriceRange2": "1",
"RestaurantsReservations": "False",
"OutdoorSeating": "True",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "False",
"RestaurantsAttire": "'casual'",
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': False, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": "False",
"Alcohol": "u'none'",
"BikeParking": null,
"Caters": "False",
"BYOB": null,
"DogsAllowed": "False",
"WheelchairAccessible": "True",
"Corkage": null,
"RestaurantsTableService": "False",
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": "False",
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": "False",
"BYOBCorkage": null,
"DriveThru": "True",
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Ice Cream & Frozen Yogurt, Fast Food, Burgers, Restaurants, Food
|
{
"Monday": "0:0-0:0",
"Tuesday": "6:0-21:0",
"Wednesday": "6:0-21:0",
"Thursday": "6:0-16:0",
"Friday": "6:0-16:0",
"Saturday": "6:0-17:0",
"Sunday": "6:0-21:0"
}
|
UJsufbvfyfONHeWdvAHKjA
|
Marshalls
|
21705 Village Lakes Sc Dr
|
Land O' Lakes
|
FL
|
34639
| 28.190459
| -82.45738
| 3.5
| 6
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': False, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": "True",
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Department Stores, Shopping, Fashion
|
{
"Monday": "9:30-21:30",
"Tuesday": "9:30-21:30",
"Wednesday": "9:30-21:30",
"Thursday": "9:30-21:30",
"Friday": "9:30-21:30",
"Saturday": "9:30-21:30",
"Sunday": "10:0-20:0"
}
|
eEOYSgkmpB90uNA7lDOMRA
|
Vietnamese Food Truck
|
Tampa Bay
|
FL
|
33602
| 27.955269
| -82.45632
| 4
| 10
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": null,
"RestaurantsReservations": "False",
"OutdoorSeating": "None",
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": "{'touristy': False, 'hipster': False, 'romantic': False, 'divey': False, 'intimate': False, 'trendy': False, 'upscale': False, 'classy': False, 'casual': False}",
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': False, 'valet': False}",
"BusinessAcceptsCreditCards": null,
"GoodForMeal": "{'dessert': False, 'latenight': False, 'lunch': False, 'dinner': False, 'brunch': False, 'breakfast': False}",
"ByAppointmentOnly": null,
"Alcohol": "'none'",
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Vietnamese, Food, Restaurants, Food Trucks
|
{
"Monday": "11:0-14:0",
"Tuesday": "11:0-14:0",
"Wednesday": "11:0-14:0",
"Thursday": "11:0-14:0",
"Friday": "11:0-14:0",
"Saturday": "5:0-10:0",
"Sunday": "15:0-18:0"
}
|
|
il_Ro8jwPlHresjw9EGmBg
|
Denny's
|
8901 US 31 S
|
Indianapolis
|
IN
|
46227
| 39.637133
| -86.127217
| 2.5
| 28
| 1
|
{
"GoodForKids": "True",
"HasTV": "True",
"NoiseLevel": null,
"RestaurantsDelivery": "True",
"WiFi": "u'no'",
"RestaurantsPriceRange2": "1",
"RestaurantsReservations": "False",
"OutdoorSeating": "False",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "'casual'",
"Ambience": "{'touristy': None, 'hipster': None, 'romantic': False, 'divey': None, 'intimate': None, 'trendy': None, 'upscale': None, 'classy': None, 'casual': True}",
"BusinessParking": "{'garage': None, 'street': False, 'validated': None, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": "{'dessert': False, 'latenight': False, 'lunch': False, 'dinner': False, 'brunch': False, 'breakfast': False}",
"ByAppointmentOnly": null,
"Alcohol": "'none'",
"BikeParking": "False",
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
American (Traditional), Restaurants, Diners, Breakfast & Brunch
|
{
"Monday": "6:0-22:0",
"Tuesday": "6:0-22:0",
"Wednesday": "6:0-22:0",
"Thursday": "6:0-22:0",
"Friday": "6:0-22:0",
"Saturday": "6:0-22:0",
"Sunday": "6:0-22:0"
}
|
jaxMSoInw8Poo3XeMJt8lQ
|
Adams Dental
|
15 N Missouri Ave
|
Clearwater
|
FL
|
33755
| 27.966235
| -82.787412
| 5
| 10
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": null,
"BusinessAcceptsCreditCards": null,
"GoodForMeal": null,
"ByAppointmentOnly": "True",
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
General Dentistry, Dentists, Health & Medical, Cosmetic Dentists
|
{
"Monday": "7:30-15:30",
"Tuesday": "7:30-15:30",
"Wednesday": "7:30-15:30",
"Thursday": "7:30-15:30",
"Friday": null,
"Saturday": null,
"Sunday": null
}
|
0bPLkL0QhhPO5kt1_EXmNQ
|
Zio's Italian Market
|
2575 E Bay Dr
|
Largo
|
FL
|
33771
| 27.916116
| -82.760461
| 4.5
| 100
| 0
|
{
"GoodForKids": "True",
"HasTV": "True",
"NoiseLevel": "u'average'",
"RestaurantsDelivery": "True",
"WiFi": "u'no'",
"RestaurantsPriceRange2": "1",
"RestaurantsReservations": "False",
"OutdoorSeating": "False",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "False",
"RestaurantsAttire": "u'casual'",
"Ambience": "{'romantic': False, 'intimate': False, 'touristy': False, 'hipster': False, 'divey': False, 'classy': False, 'trendy': False, 'upscale': False, 'casual': True}",
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": "{'dessert': False, 'latenight': False, 'lunch': True, 'dinner': False, 'brunch': False, 'breakfast': False}",
"ByAppointmentOnly": null,
"Alcohol": "u'none'",
"BikeParking": "True",
"Caters": "True",
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": "True",
"Corkage": null,
"RestaurantsTableService": "False",
"BusinessAcceptsBitcoin": "False",
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Food, Delis, Italian, Bakeries, Restaurants
|
{
"Monday": "10:0-18:0",
"Tuesday": "10:0-20:0",
"Wednesday": "10:0-20:0",
"Thursday": "10:0-20:0",
"Friday": "10:0-20:0",
"Saturday": "10:0-20:0",
"Sunday": null
}
|
MUTTqe8uqyMdBl186RmNeA
|
Tuna Bar
|
205 Race St
|
Philadelphia
|
PA
|
19106
| 39.953949
| -75.143226
| 4
| 245
| 1
|
{
"GoodForKids": "False",
"HasTV": "False",
"NoiseLevel": "u'average'",
"RestaurantsDelivery": "True",
"WiFi": "'free'",
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": "True",
"OutdoorSeating": "True",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "'casual'",
"Ambience": "{'touristy': False, 'hipster': False, 'romantic': False, 'divey': False, 'intimate': False, 'trendy': False, 'upscale': False, 'classy': True, 'casual': False}",
"BusinessParking": "{u'valet': False, u'garage': None, u'street': True, u'lot': False, u'validated': None}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": "{'dessert': True, 'latenight': None, 'lunch': None, 'dinner': True, 'brunch': None, 'breakfast': None}",
"ByAppointmentOnly": null,
"Alcohol": "'full_bar'",
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": "False",
"WheelchairAccessible": "True",
"Corkage": null,
"RestaurantsTableService": "True",
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": "True",
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Sushi Bars, Restaurants, Japanese
|
{
"Monday": null,
"Tuesday": "13:30-22:0",
"Wednesday": "13:30-22:0",
"Thursday": "13:30-22:0",
"Friday": "13:30-23:0",
"Saturday": "13:30-23:0",
"Sunday": "13:30-22:0"
}
|
rBmpy_Y1UbBx8ggHlyb7hA
|
Arizona Truck Outfitters
|
625 N Stone Ave
|
Tucson
|
AZ
|
85705
| 32.229872
| -110.972342
| 4.5
| 10
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": "u'free'",
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": null,
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": "False",
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": "False",
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Automotive, Auto Parts & Supplies, Auto Customization
|
{
"Monday": "0:0-0:0",
"Tuesday": "8:0-17:0",
"Wednesday": "8:0-17:0",
"Thursday": "8:0-17:0",
"Friday": "8:0-17:0",
"Saturday": "8:0-14:0",
"Sunday": "0:0-0:0"
}
|
M0XSSHqrASOnhgbWDJIpQA
|
Herb Import Co
|
712 Adams St
|
New Orleans
|
LA
|
70118
| 29.941468
| -90.129953
| 4
| 5
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': True, 'validated': False, 'lot': False, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": "True",
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Vape Shops, Tobacco Shops, Personal Shopping, Vitamins & Supplements, Shopping
|
{
"Monday": "10:0-19:0",
"Tuesday": "10:0-19:0",
"Wednesday": "10:0-19:0",
"Thursday": "10:0-19:0",
"Friday": "10:0-19:0",
"Saturday": "10:0-19:0",
"Sunday": "10:0-19:0"
}
|
8wGISYjYkE2tSqn3cDMu8A
|
Nifty Car Rental
|
1241 Airline Dr
|
Kenner
|
LA
|
70062
| 29.981183
| -90.254012
| 3.5
| 14
| 1
| null |
Automotive, Car Rental, Hotels & Travel, Truck Rental
|
{
"Monday": "8:0-17:0",
"Tuesday": "8:0-17:0",
"Wednesday": "8:0-17:0",
"Thursday": "8:0-17:0",
"Friday": "8:0-17:0",
"Saturday": "9:0-15:0",
"Sunday": "9:0-12:0"
}
|
ROeacJQwBeh05Rqg7F6TCg
|
BAP
|
1224 South St
|
Philadelphia
|
PA
|
19147
| 39.943223
| -75.162568
| 4.5
| 205
| 1
|
{
"GoodForKids": "True",
"HasTV": "True",
"NoiseLevel": "u'quiet'",
"RestaurantsDelivery": "None",
"WiFi": "u'no'",
"RestaurantsPriceRange2": "1",
"RestaurantsReservations": "False",
"OutdoorSeating": "None",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "False",
"RestaurantsAttire": "u'casual'",
"Ambience": "{'touristy': False, 'hipster': False, 'romantic': False, 'divey': False, 'intimate': None, 'trendy': False, 'upscale': False, 'classy': False, 'casual': True}",
"BusinessParking": "{'garage': False, 'street': True, 'validated': False, 'lot': False, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": "{'dessert': False, 'latenight': False, 'lunch': True, 'dinner': True, 'brunch': False, 'breakfast': False}",
"ByAppointmentOnly": null,
"Alcohol": "u'none'",
"BikeParking": "True",
"Caters": "True",
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": "True",
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Korean, Restaurants
|
{
"Monday": "11:30-20:30",
"Tuesday": "11:30-20:30",
"Wednesday": "11:30-20:30",
"Thursday": "11:30-20:30",
"Friday": "11:30-20:30",
"Saturday": "11:30-20:30",
"Sunday": null
}
|
WKMJwqnfZKsAae75RMP6jA
|
Roast Coffeehouse and Wine Bar
|
10359 104 Street NW
|
Edmonton
|
AB
|
T5J 1B9
| 53.546045
| -113.499169
| 4
| 40
| 0
|
{
"GoodForKids": "False",
"HasTV": "False",
"NoiseLevel": "u'average'",
"RestaurantsDelivery": "False",
"WiFi": "u'free'",
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": "False",
"OutdoorSeating": "False",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "u'casual'",
"Ambience": "{'romantic': False, 'intimate': False, 'classy': False, 'hipster': True, 'touristy': False, 'trendy': True, 'upscale': False, 'casual': False}",
"BusinessParking": "{'garage': False, 'street': True, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": null,
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": "u'beer_and_wine'",
"BikeParking": null,
"Caters": "True",
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Coffee & Tea, Food, Cafes, Bars, Wine Bars, Restaurants, Nightlife
|
{
"Monday": "8:0-18:0",
"Tuesday": "8:0-18:0",
"Wednesday": "8:0-18:0",
"Thursday": "8:0-18:0",
"Friday": "8:0-18:0",
"Saturday": "8:0-18:0",
"Sunday": "10:0-17:0"
}
|
qhDdDeI3K4jy2KyzwFN53w
|
Barnes & Noble Booksellers
|
8675 River Crossing Blvd
|
Indianapolis
|
IN
|
46240
| 39.91382
| -86.105739
| 4
| 38
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": "False",
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Shopping, Books, Mags, Music & Video, Bookstores
|
{
"Monday": "10:0-21:0",
"Tuesday": "10:0-21:0",
"Wednesday": "10:0-21:0",
"Thursday": "10:0-21:0",
"Friday": "10:0-21:0",
"Saturday": "10:0-21:0",
"Sunday": "11:0-19:0"
}
|
kfNv-JZpuN6TVNSO6hHdkw
|
Hibachi Express
|
6625 E 82nd St
|
Indianapolis
|
IN
|
46250
| 39.90432
| -86.05308
| 4
| 20
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": "True",
"WiFi": null,
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": null,
"BusinessAcceptsCreditCards": null,
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Steakhouses, Asian Fusion, Restaurants
|
{
"Monday": "11:0-21:0",
"Tuesday": "11:0-21:0",
"Wednesday": "11:0-21:0",
"Thursday": "11:0-21:0",
"Friday": "11:0-21:0",
"Saturday": "11:0-21:0",
"Sunday": null
}
|
9OG5YkX1g2GReZM0AskizA
|
Romano's Macaroni Grill
|
5505 S Virginia St
|
Reno
|
NV
|
89502
| 39.476117
| -119.789339
| 2.5
| 339
| 1
|
{
"GoodForKids": "True",
"HasTV": "True",
"NoiseLevel": "u'average'",
"RestaurantsDelivery": "True",
"WiFi": "u'free'",
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": "True",
"OutdoorSeating": "True",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "'casual'",
"Ambience": "{u'divey': False, u'hipster': False, u'casual': True, u'touristy': False, u'trendy': False, u'intimate': False, u'romantic': None, u'classy': None, u'upscale': False}",
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": "{'dessert': None, 'latenight': False, 'lunch': True, 'dinner': True, 'brunch': None, 'breakfast': False}",
"ByAppointmentOnly": null,
"Alcohol": "'full_bar'",
"BikeParking": "True",
"Caters": "True",
"BYOB": null,
"DogsAllowed": "False",
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": "True",
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": "True",
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Restaurants, Italian
|
{
"Monday": "11:0-22:0",
"Tuesday": "11:0-22:0",
"Wednesday": "10:0-22:0",
"Thursday": "11:0-20:0",
"Friday": "11:0-21:0",
"Saturday": "12:0-21:0",
"Sunday": "11:0-21:0"
}
|
4iRzR7OaS-QaSXuvYxEGKA
|
Super Dog
|
1160 Gallatin Pike S
|
Nashville
|
TN
|
37115
| 36.24857
| -86.719986
| 4
| 6
| 0
|
{
"GoodForKids": "True",
"HasTV": "True",
"NoiseLevel": "u'average'",
"RestaurantsDelivery": "False",
"WiFi": "u'no'",
"RestaurantsPriceRange2": "1",
"RestaurantsReservations": "False",
"OutdoorSeating": "False",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "u'casual'",
"Ambience": "{'romantic': False, 'intimate': False, 'touristy': False, 'hipster': False, 'divey': False, 'classy': False, 'trendy': False, 'upscale': False, 'casual': False}",
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "False",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": "u'beer_and_wine'",
"BikeParking": null,
"Caters": "False",
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Hot Dogs, Restaurants
| null |
PSo_C1Sfa13JHjzVNW6ziQ
|
Indian Walk Veterinary Center
|
662 Durham Rd
|
Newtown
|
PA
|
18940
| 40.273493
| -74.987496
| 5
| 15
| 1
| null |
Pet Services, Pet Groomers, Pets, Veterinarians
|
{
"Monday": "8:0-19:0",
"Tuesday": "8:0-19:0",
"Wednesday": "8:0-19:0",
"Thursday": "8:0-19:0",
"Friday": "8:0-17:0",
"Saturday": "9:0-13:0",
"Sunday": null
}
|
noByYNtDLQAra9ccqxdfDw
|
H&M
|
827-833 State St
|
Santa Barbara
|
CA
|
93101
| 34.420209
| -119.70046
| 3
| 24
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": "1",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': True, 'street': False, 'validated': False, 'lot': False, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": "True",
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Women's Clothing, Accessories, Children's Clothing, Men's Clothing, Adult, Shopping, Fashion
|
{
"Monday": "11:0-18:0",
"Tuesday": "11:0-18:0",
"Wednesday": "11:0-18:0",
"Thursday": "11:0-18:0",
"Friday": "11:0-18:0",
"Saturday": "11:0-18:0",
"Sunday": "11:0-18:0"
}
|
tMkwHmWFUEXrC9ZduonpTg
|
The Green Pheasant
|
215 1st Ave S
|
Nashville
|
TN
|
37201
| 36.159886
| -86.773197
| 4
| 161
| 0
|
{
"GoodForKids": "False",
"HasTV": "False",
"NoiseLevel": "u'average'",
"RestaurantsDelivery": "None",
"WiFi": "u'free'",
"RestaurantsPriceRange2": null,
"RestaurantsReservations": "True",
"OutdoorSeating": "False",
"RestaurantsTakeOut": "None",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "u'casual'",
"Ambience": "{'touristy': False, 'hipster': False, 'romantic': False, 'divey': False, 'intimate': False, 'trendy': False, 'upscale': False, 'classy': True, 'casual': False}",
"BusinessParking": "{'garage': True, 'street': False, 'validated': True, 'lot': False, 'valet': True}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": "{'dessert': None, 'latenight': None, 'lunch': None, 'dinner': True, 'brunch': None, 'breakfast': None}",
"ByAppointmentOnly": null,
"Alcohol": "u'full_bar'",
"BikeParking": "False",
"Caters": "True",
"BYOB": null,
"DogsAllowed": "False",
"WheelchairAccessible": "True",
"Corkage": null,
"RestaurantsTableService": "True",
"BusinessAcceptsBitcoin": "False",
"AcceptsInsurance": null,
"HappyHour": "True",
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Restaurants, Japanese, Seafood
|
{
"Monday": null,
"Tuesday": null,
"Wednesday": "16:0-22:0",
"Thursday": "16:0-22:0",
"Friday": "16:0-23:0",
"Saturday": "16:0-23:0",
"Sunday": null
}
|
QdN72BWoyFypdGJhhI5r7g
|
Bar One
|
767 S 9th St
|
Philadelphia
|
PA
|
19147
| 39.939825
| -75.157447
| 4
| 65
| 0
|
{
"GoodForKids": "False",
"HasTV": "True",
"NoiseLevel": "u'average'",
"RestaurantsDelivery": "True",
"WiFi": "u'free'",
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": "False",
"OutdoorSeating": "False",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "'casual'",
"Ambience": "{'touristy': False, 'hipster': True, 'romantic': None, 'divey': False, 'intimate': False, 'trendy': None, 'upscale': False, 'classy': None, 'casual': True}",
"BusinessParking": "{'garage': None, 'street': True, 'validated': None, 'lot': False, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": "{'dessert': False, 'latenight': False, 'lunch': False, 'dinner': False, 'brunch': True, 'breakfast': False}",
"ByAppointmentOnly": null,
"Alcohol": "u'full_bar'",
"BikeParking": "True",
"Caters": "False",
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": "True",
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": "True",
"Smoking": "u'no'",
"BestNights": null,
"Music": "{'dj': False, 'background_music': False, 'no_music': False, 'jukebox': False, 'live': False, 'video': False, 'karaoke': False}",
"GoodForDancing": "False",
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Cocktail Bars, Bars, Italian, Nightlife, Restaurants
|
{
"Monday": "16:0-0:0",
"Tuesday": "16:0-0:0",
"Wednesday": "16:0-0:0",
"Thursday": "12:0-0:0",
"Friday": "12:0-2:0",
"Saturday": "11:0-2:0",
"Sunday": "11:0-0:0"
}
|
sqSqqLy0sN8n2IZrAbzidQ
|
Domino's Pizza
|
3001 Highway 31 W
|
White House
|
TN
|
37188
| 36.464747
| -86.659187
| 3.5
| 8
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": "1",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": null,
"BusinessAcceptsCreditCards": null,
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Pizza, Chicken Wings, Sandwiches, Restaurants
|
{
"Monday": "10:0-0:0",
"Tuesday": "10:0-0:0",
"Wednesday": "10:0-0:0",
"Thursday": "10:0-0:0",
"Friday": "10:0-1:0",
"Saturday": "10:0-1:0",
"Sunday": "10:0-0:0"
}
|
fvWn8oXXwbj2l79cochZyw
|
Altitude Trampoline Park - Boise
|
1301 N Milwaukee St
|
Boise
|
ID
|
83704
| 43.616764
| -116.285382
| 5
| 30
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': False, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": "False",
"Alcohol": null,
"BikeParking": "True",
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": "True",
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Trampoline Parks, Active Life
|
{
"Monday": "10:0-20:0",
"Tuesday": "10:0-20:0",
"Wednesday": "10:0-20:0",
"Thursday": "10:0-20:0",
"Friday": "10:0-22:0",
"Saturday": "9:0-22:0",
"Sunday": "10:0-20:0"
}
|
Mjboz24M9NlBeiOJKLEd_Q
|
DeSandro on Main
|
4105 Main St
|
Philadelphia
|
PA
|
19127
| 40.022466
| -75.218314
| 3
| 41
| 0
|
{
"GoodForKids": "True",
"HasTV": "True",
"NoiseLevel": "'average'",
"RestaurantsDelivery": "True",
"WiFi": "'no'",
"RestaurantsPriceRange2": "1",
"RestaurantsReservations": "False",
"OutdoorSeating": "True",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "u'casual'",
"Ambience": "{'romantic': False, 'intimate': False, 'classy': False, 'hipster': False, 'divey': False, 'touristy': False, 'trendy': False, 'upscale': False, 'casual': False}",
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': False, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": "{'dessert': False, 'latenight': True, 'lunch': False, 'dinner': False, 'brunch': False, 'breakfast': False}",
"ByAppointmentOnly": null,
"Alcohol": "u'none'",
"BikeParking": "True",
"Caters": "False",
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": "True",
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Pizza, Restaurants, Salad, Soup
|
{
"Monday": null,
"Tuesday": "17:0-21:30",
"Wednesday": "17:0-1:30",
"Thursday": "17:0-1:30",
"Friday": "17:0-0:30",
"Saturday": "17:0-0:30",
"Sunday": "17:0-21:30"
}
|
8sshLb4UU7emeUDvtJWnpA
|
DanceLine
|
30 W Lancaster Ave
|
Paoli
|
PA
|
19301
| 40.041585
| -75.484953
| 4.5
| 11
| 1
|
{
"GoodForKids": "True",
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": "True",
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": "True",
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Dance Wear, Sports Wear, Children's Clothing, Arts & Entertainment, Social Clubs, Performing Arts, Sporting Goods, Shoe Stores, Fashion, Shopping
|
{
"Monday": "0:0-0:0",
"Tuesday": "10:0-19:0",
"Wednesday": "10:0-19:0",
"Thursday": "10:0-19:0",
"Friday": "10:0-19:0",
"Saturday": "10:0-17:0",
"Sunday": "12:0-15:0"
}
|
kV_Q1oqis8Qli8dUoGpTyQ
|
Ardmore Pizza
|
10 Rittenhouse Pl
|
Ardmore
|
PA
|
19003
| 40.006707
| -75.289671
| 3.5
| 109
| 1
|
{
"GoodForKids": "True",
"HasTV": "True",
"NoiseLevel": "u'average'",
"RestaurantsDelivery": "True",
"WiFi": "u'no'",
"RestaurantsPriceRange2": "1",
"RestaurantsReservations": "False",
"OutdoorSeating": "False",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "u'casual'",
"Ambience": "{'romantic': False, 'intimate': False, 'classy': False, 'hipster': False, 'divey': False, 'touristy': False, 'trendy': False, 'upscale': False, 'casual': True}",
"BusinessParking": "{'garage': False, 'street': True, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": "{'dessert': False, 'latenight': True, 'lunch': False, 'dinner': True, 'brunch': False, 'breakfast': False}",
"ByAppointmentOnly": null,
"Alcohol": "u'none'",
"BikeParking": "True",
"Caters": "True",
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Pizza, Restaurants
|
{
"Monday": "11:0-0:0",
"Tuesday": "11:0-0:0",
"Wednesday": "11:0-0:0",
"Thursday": "11:0-0:0",
"Friday": "11:0-1:0",
"Saturday": "11:0-1:0",
"Sunday": "11:0-0:0"
}
|
w_AMNoI1iG9eay7ncmc67w
|
River 127
|
100 Iberville St
|
New Orleans
|
LA
|
70130
| 29.951359
| -90.064672
| 3
| 12
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": "'no'",
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": null,
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Event Planning & Services, Hotels, Hotels & Travel
| null |
aPNXGTDkf-4bjhyMBQxqpQ
|
Craft Hall
|
901 N Delaware Ave
|
Philadelphia
|
PA
|
19123
| 39.962582
| -75.135657
| 3.5
| 65
| 1
|
{
"GoodForKids": "True",
"HasTV": "True",
"NoiseLevel": null,
"RestaurantsDelivery": "True",
"WiFi": null,
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": null,
"OutdoorSeating": "True",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": "{'touristy': False, 'hipster': False, 'romantic': False, 'divey': False, 'intimate': False, 'trendy': False, 'upscale': False, 'classy': True, 'casual': False}",
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": "{'dessert': False, 'latenight': False, 'lunch': False, 'dinner': False, 'brunch': False, 'breakfast': False}",
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": "True",
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": "True",
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Eatertainment, Arts & Entertainment, Brewpubs, American (Traditional), Bakeries, Breweries, Food, Restaurants
|
{
"Monday": "0:0-0:0",
"Tuesday": null,
"Wednesday": "16:0-22:0",
"Thursday": "16:0-22:0",
"Friday": "16:0-19:0",
"Saturday": "11:0-23:0",
"Sunday": "11:0-20:0"
}
|
2xVsWBNFwZOxIOdd9Mwnww
|
Cheeseburger In Paradise
|
116 N Pottstown Pike
|
Exton
|
PA
|
19341
| 40.029962
| -75.630607
| 2.5
| 20
| 0
|
{
"GoodForKids": "True",
"HasTV": "True",
"NoiseLevel": "u'average'",
"RestaurantsDelivery": "False",
"WiFi": "u'free'",
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": null,
"OutdoorSeating": "True",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "u'casual'",
"Ambience": "{'romantic': False, 'intimate': False, 'touristy': False, 'hipster': False, 'divey': False, 'classy': False, 'trendy': False, 'upscale': False, 'casual': False}",
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": "u'full_bar'",
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": "True",
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Restaurants, Burgers
| null |
mGFsPRHdE6SMV1gYQ6GzgQ
|
T-Mobile
|
4735 Concord Pike
|
Wilmington
|
DE
|
19803
| 39.822176
| -75.546007
| 2
| 6
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": "3",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': False, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": "True",
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Mobile Phones, Telecommunications, Electronics, Mobile Phone Accessories, Local Services, Shopping, IT Services & Computer Repair
|
{
"Monday": "0:0-0:0",
"Tuesday": "10:0-20:0",
"Wednesday": "10:0-20:0",
"Thursday": "10:0-20:0",
"Friday": "10:0-20:0",
"Saturday": "10:0-20:0",
"Sunday": "11:0-18:0"
}
|
LcAozWCMLGjwRbokaJAKMg
|
Edwardsville Children's Museum
|
722 Holyoake Rd
|
Edwardsville
|
IL
|
62025
| 38.804395
| -89.949733
| 4.5
| 12
| 1
|
{
"GoodForKids": "True",
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': True, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": "True",
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Museums, Kids Activities, Arts & Entertainment, Education, Active Life, Playgrounds, Children's Museums
|
{
"Monday": "10:0-15:0",
"Tuesday": "9:30-14:0",
"Wednesday": "10:0-18:0",
"Thursday": "10:0-18:0",
"Friday": "9:30-17:30",
"Saturday": "9:30-17:30",
"Sunday": null
}
|
fSCNwMtNNQY9QT69Cj9fiA
|
Sierra Pro Events
|
Sparks
|
NV
|
89431
| 39.540155
| -119.748395
| 5
| 7
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": "u'no'",
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": null,
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Musicians, DJs, Karaoke, Event Planning & Services, Nightlife
|
{
"Monday": "9:0-17:0",
"Tuesday": "9:0-17:0",
"Wednesday": "9:0-17:0",
"Thursday": "9:0-17:0",
"Friday": "9:0-17:0",
"Saturday": "9:0-17:0",
"Sunday": "9:0-17:0"
}
|
|
x1mhq4IpWctQOBM06dU8vg
|
Diamond Hair Company
|
5324 W 16th St
|
Indianapolis
|
IN
|
46224
| 39.787464
| -86.251421
| 1.5
| 25
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": null,
"BusinessAcceptsCreditCards": null,
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Hair Salons, Hair Extensions, Beauty & Spas, Wigs, Shopping
|
{
"Monday": "9:0-18:0",
"Tuesday": "9:0-18:0",
"Wednesday": "9:0-18:0",
"Thursday": "9:0-18:0",
"Friday": "9:0-18:0",
"Saturday": "9:0-15:0",
"Sunday": "9:0-15:0"
}
|
ljxNT9p0y7YMPx0fcNBGig
|
Tony's Restaurant & 3rd Street Cafe
|
312 Piasa St
|
Alton
|
IL
|
62002
| 38.896563
| -90.186203
| 3
| 94
| 1
|
{
"GoodForKids": "True",
"HasTV": "True",
"NoiseLevel": "u'average'",
"RestaurantsDelivery": "False",
"WiFi": "'free'",
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": "True",
"OutdoorSeating": "True",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "u'casual'",
"Ambience": "{'touristy': False, 'hipster': False, 'romantic': False, 'divey': False, 'intimate': False, 'trendy': False, 'upscale': False, 'classy': True, 'casual': True}",
"BusinessParking": "{'garage': False, 'street': True, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": "{'dessert': False, 'latenight': False, 'lunch': False, 'dinner': True, 'brunch': False, 'breakfast': False}",
"ByAppointmentOnly": null,
"Alcohol": "u'full_bar'",
"BikeParking": "True",
"Caters": "True",
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": "True",
"Corkage": null,
"RestaurantsTableService": "True",
"BusinessAcceptsBitcoin": "False",
"AcceptsInsurance": null,
"HappyHour": "True",
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Restaurants, Specialty Food, Steakhouses, Food, Italian, Pizza, Pasta Shops
|
{
"Monday": "0:0-0:0",
"Tuesday": "16:0-21:30",
"Wednesday": "16:0-21:30",
"Thursday": "16:0-21:30",
"Friday": "16:0-22:0",
"Saturday": "16:0-22:0",
"Sunday": "16:0-21:30"
}
|
lwItZ1Ck3KtpCgG4CPFmpQ
|
Stomel Elliot Attorney-At-Law
|
532 Rte 70 W, Fl 2
|
Cherry Hill
|
NJ
|
08002
| 39.915478
| -75.016973
| 5
| 5
| 1
| null |
DUI Law, Professional Services, Lawyers, Criminal Defense Law
|
{
"Monday": "0:0-0:0",
"Tuesday": "0:0-0:0",
"Wednesday": "0:0-0:0",
"Thursday": "0:0-0:0",
"Friday": "0:0-0:0",
"Saturday": "0:0-0:0",
"Sunday": "0:0-0:0"
}
|
Kq51_lGAgAigqmENITTr-A
|
Bala Better Health
|
2 Bala Plz, Ste PL-11
|
Bala Cynwyd
|
PA
|
19004
| 40.00687
| -75.217262
| 4
| 13
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": "u'free'",
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": null,
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": "False",
"Alcohol": null,
"BikeParking": "True",
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": "True",
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": "False",
"AcceptsInsurance": "False",
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Health & Medical, Beauty & Spas, Laser Hair Removal, Doctors, Hair Removal, Chiropractors, Weight Loss Centers, Sports Medicine, Medical Spas, Skin Care
|
{
"Monday": "0:0-0:0",
"Tuesday": "9:0-15:0",
"Wednesday": null,
"Thursday": null,
"Friday": null,
"Saturday": null,
"Sunday": null
}
|
mglME3E7esPSpIF5bias8w
|
Pier 1
|
1014 Baltimore Pike
|
Springfield
|
PA
|
19064
| 39.91527
| -75.342681
| 2.5
| 8
| 0
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": "3",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": "True",
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Fashion, Shopping, Department Stores, Furniture Stores, Candle Stores, Home & Garden, Home Decor
|
{
"Monday": "10:0-20:0",
"Tuesday": "10:0-20:0",
"Wednesday": "10:0-20:0",
"Thursday": "10:0-20:0",
"Friday": "10:0-21:0",
"Saturday": "10:0-21:0",
"Sunday": "11:0-19:0"
}
|
wghnIlMb_i5U46HMBGx9ig
|
China Dragon Restaurant
|
1625 W Valencia Rd, Ste 101-103
|
Tucson
|
AZ
|
85746
| 32.132305
| -110.999985
| 3
| 23
| 0
|
{
"GoodForKids": "True",
"HasTV": "False",
"NoiseLevel": "u'quiet'",
"RestaurantsDelivery": "False",
"WiFi": "'no'",
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": "True",
"OutdoorSeating": "False",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "u'casual'",
"Ambience": "{'romantic': False, 'intimate': False, 'classy': False, 'hipster': False, 'divey': False, 'touristy': False, 'trendy': False, 'upscale': False, 'casual': True}",
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': False, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": "'beer_and_wine'",
"BikeParking": null,
"Caters": "False",
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Restaurants, Chinese
|
{
"Monday": "11:0-21:0",
"Tuesday": "11:0-21:0",
"Wednesday": "11:0-21:0",
"Thursday": "11:0-21:0",
"Friday": "11:0-21:0",
"Saturday": "11:0-21:0",
"Sunday": "11:0-21:0"
}
|
JX4tUpd09YFchLBuI43lGw
|
Naked Cyber Cafe & Espresso Bar
|
10303 108 Street NW
|
Edmonton
|
AB
|
T5J 1L7
| 53.544682
| -113.506589
| 4
| 12
| 1
|
{
"GoodForKids": null,
"HasTV": "False",
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": "u'free'",
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": null,
"OutdoorSeating": "False",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': True, 'validated': True, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": null,
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": "u'none'",
"BikeParking": "True",
"Caters": "False",
"BYOB": null,
"DogsAllowed": "False",
"WheelchairAccessible": "True",
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": "u'no'",
"BestNights": null,
"Music": "{'dj': False, 'background_music': False, 'no_music': False, 'jukebox': False, 'live': True, 'video': False, 'karaoke': False}",
"GoodForDancing": null,
"CoatCheck": "False",
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Arts & Entertainment, Music Venues, Internet Service Providers, Nightlife, Food, Coffee & Tea, Jazz & Blues, Professional Services, Internet Cafes
|
{
"Monday": "11:0-1:0",
"Tuesday": "11:0-1:0",
"Wednesday": "11:0-1:0",
"Thursday": "11:0-1:0",
"Friday": "11:0-1:0",
"Saturday": "19:0-1:0",
"Sunday": "19:0-1:0"
}
|
lk9IwjZXqUMqqOhM774DtQ
|
Caviar & Bananas
|
2031 Broadway
|
Nashville
|
TN
|
37203
| 36.148371
| -86.798895
| 3.5
| 159
| 0
|
{
"GoodForKids": "True",
"HasTV": "False",
"NoiseLevel": "u'average'",
"RestaurantsDelivery": "True",
"WiFi": "'free'",
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": "False",
"OutdoorSeating": "True",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "'casual'",
"Ambience": "{'touristy': False, 'hipster': False, 'romantic': False, 'divey': False, 'intimate': False, 'trendy': True, 'upscale': False, 'classy': True, 'casual': True}",
"BusinessParking": "{'garage': True, 'street': False, 'validated': False, 'lot': False, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": "{'dessert': True, 'latenight': False, 'lunch': True, 'dinner': False, 'brunch': True, 'breakfast': True}",
"ByAppointmentOnly": null,
"Alcohol": "u'beer_and_wine'",
"BikeParking": "True",
"Caters": "True",
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": "True",
"Corkage": null,
"RestaurantsTableService": "False",
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": "True",
"Smoking": "u'no'",
"BestNights": "{'monday': False, 'tuesday': False, 'friday': False, 'wednesday': False, 'thursday': False, 'sunday': False, 'saturday': False}",
"Music": "{'dj': False, 'background_music': False, 'no_music': False, 'jukebox': False, 'live': False, 'video': False, 'karaoke': False}",
"GoodForDancing": "False",
"CoatCheck": "False",
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Coffee & Tea, Restaurants, Wine Bars, Bars, Nightlife, American (Traditional), Event Planning & Services, Food, Caterers, Breakfast & Brunch, Cafes, Diners
|
{
"Monday": "7:0-17:0",
"Tuesday": "7:0-17:0",
"Wednesday": "7:0-17:0",
"Thursday": "7:0-17:0",
"Friday": "7:0-17:0",
"Saturday": "7:0-17:0",
"Sunday": "7:0-17:0"
}
|
bCBPXIVfVzBZBEpFu29dcg
|
All In Shipping
|
5343 Belleville Crossing St
|
Belleville
|
IL
|
62226
| 38.517586
| -90.021929
| 5
| 5
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": null,
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Shipping Centers, Local Services
| null |
ABxoFuzZy5mqQ8C5FJJajQ
|
Core de Roma
|
201 Jefferson St
|
Bala Cynwyd
|
PA
|
19004
| 40.028358
| -75.238084
| 5
| 12
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": "None",
"WiFi": null,
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": "None",
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{u'valet': False, u'garage': False, u'street': False, u'lot': True, u'validated': False}",
"BusinessAcceptsCreditCards": null,
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Restaurants, Italian
|
{
"Monday": null,
"Tuesday": "15:0-20:30",
"Wednesday": "15:0-20:30",
"Thursday": "15:0-20:30",
"Friday": "15:0-20:30",
"Saturday": "15:0-20:30",
"Sunday": "15:0-20:30"
}
|
Hwt3_mOEmU-t--ywcemnMg
|
Gold's Gym
|
203 - 38th Ave N
|
St. Petersburg
|
FL
|
33704
| 27.808339
| -82.636168
| 3
| 17
| 0
|
{
"GoodForKids": "True",
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": null,
"BusinessAcceptsCreditCards": "False",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Active Life, Fitness & Instruction, Trainers, Gyms, Yoga
|
{
"Monday": "5:0-0:0",
"Tuesday": "0:0-0:0",
"Wednesday": "0:0-0:0",
"Thursday": "0:0-0:0",
"Friday": "0:0-21:0",
"Saturday": "6:0-19:0",
"Sunday": "8:0-19:0"
}
|
REwfwz-_-CMQ7Np5UVi9Qg
|
Jennie Deckert
|
Carmel
|
IN
|
46032
| 39.9693
| -86.165002
| 5
| 7
| 1
| null |
Real Estate Agents, Home Services, Real Estate
| null |
|
5BmQX4UVJY19mMtafMg7JA
|
Breadland Organic Whole Grain Bakery
|
11642 104 Avenue, Unit 642
|
Edmonton
|
AB
|
T5K 2T7
| 53.547205
| -113.522448
| 4
| 23
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": "False",
"WiFi": null,
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": null,
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": "True",
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Specialty Food, Bakeries, Food, Health Markets
|
{
"Monday": "9:0-18:0",
"Tuesday": "9:0-18:0",
"Wednesday": "9:0-18:0",
"Thursday": "9:0-18:0",
"Friday": "9:0-18:0",
"Saturday": "9:0-17:0",
"Sunday": null
}
|
cVBxfMC4lp3DnocjYA3FHQ
|
Paws The Cat Cafe
|
10588 109 Street
|
Edmonton
|
AB
|
T5H 3B2
| 53.549633
| -113.50878
| 5
| 20
| 0
|
{
"GoodForKids": "True",
"HasTV": "False",
"NoiseLevel": null,
"RestaurantsDelivery": "False",
"WiFi": "u'free'",
"RestaurantsPriceRange2": "1",
"RestaurantsReservations": "True",
"OutdoorSeating": "False",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "'casual'",
"Ambience": "{'touristy': False, 'hipster': False, 'romantic': False, 'intimate': False, 'trendy': False, 'upscale': False, 'classy': False, 'casual': False}",
"BusinessParking": "{'garage': False, 'street': True, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": null,
"GoodForMeal": "{'dessert': False, 'latenight': False, 'lunch': False, 'dinner': False, 'brunch': False, 'breakfast': False}",
"ByAppointmentOnly": null,
"Alcohol": "u'none'",
"BikeParking": "True",
"Caters": "False",
"BYOB": null,
"DogsAllowed": "False",
"WheelchairAccessible": "False",
"Corkage": null,
"RestaurantsTableService": "False",
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": "False",
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Coffee & Tea, Cafes, Pets, Restaurants, Pet Adoption, Food
|
{
"Monday": "0:0-0:0",
"Tuesday": "10:0-21:0",
"Wednesday": "10:0-21:0",
"Thursday": "10:0-21:0",
"Friday": "10:0-20:0",
"Saturday": "10:0-18:0",
"Sunday": "10:0-18:0"
}
|
0qNpTGTcqPwOLi2hADx4Xw
|
Charlie's Market
|
2815 E Sligh Ave
|
Tampa
|
FL
|
33610
| 28.01036
| -82.430042
| 3
| 9
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": "1",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': False, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": "True",
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Food, Grocery, Convenience Stores
| null |
xM6LoUcnpDpMBzXs_7dXAg
|
Fairfield Inn & Suites
|
719 E Baltimore Pike
|
Kennett Square
|
PA
|
19348
| 39.856248
| -75.69461
| 3
| 37
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": "u'free'",
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": null,
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Hotels, Hotels & Travel, Event Planning & Services
| null |
txyXRytGjwOXvS8s4sc-WA
|
Smoothie King
|
1070 E Tucson Marketplace Blvd
|
Tucson
|
AZ
|
85713
| 32.186794
| -110.954765
| 3
| 29
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": "True",
"WiFi": "u'free'",
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{u'valet': False, u'garage': False, u'street': None, u'lot': True, u'validated': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": "True",
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": "False",
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Vitamins & Supplements, Ice Cream & Frozen Yogurt, Food, Juice Bars & Smoothies, Shopping
|
{
"Monday": "0:0-0:0",
"Tuesday": "7:0-21:0",
"Wednesday": "7:0-19:0",
"Thursday": "7:0-19:0",
"Friday": "7:0-19:0",
"Saturday": "9:0-20:0",
"Sunday": "11:0-18:0"
}
|
DQ7PyYlp2bX96WZa7TcaWQ
|
LensCrafters
|
1150 Plymouth Meeting Mall, Ste 2230
|
Plymouth Meeting
|
PA
|
19462
| 40.116179
| -75.282525
| 2.5
| 8
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": "False",
"WiFi": null,
"RestaurantsPriceRange2": "3",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': False, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": "True",
"Alcohol": null,
"BikeParking": "True",
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Ophthalmologists, Eyewear & Opticians, Health & Medical, Shopping, Doctors, Optometrists
|
{
"Monday": "10:0-21:0",
"Tuesday": "10:0-21:0",
"Wednesday": "10:0-21:0",
"Thursday": "10:0-21:0",
"Friday": "10:0-21:0",
"Saturday": "10:0-21:0",
"Sunday": "11:0-18:0"
}
|
uI9XODGY_2_ieTE6xJ0myw
|
Roman Forum
|
10440 N Dale Mabry Hwy
|
Tampa
|
FL
|
33618
| 28.046203
| -82.505053
| 4
| 23
| 0
|
{
"GoodForKids": "True",
"HasTV": "True",
"NoiseLevel": "u'quiet'",
"RestaurantsDelivery": "False",
"WiFi": "'no'",
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": "True",
"OutdoorSeating": "True",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "u'casual'",
"Ambience": "{'romantic': False, 'intimate': False, 'classy': False, 'hipster': False, 'divey': False, 'touristy': False, 'trendy': False, 'upscale': False, 'casual': True}",
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": "u'full_bar'",
"BikeParking": "False",
"Caters": "True",
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Restaurants, American (New), Italian
|
{
"Monday": "11:30-21:0",
"Tuesday": "11:30-21:0",
"Wednesday": "11:30-21:0",
"Thursday": "11:30-21:0",
"Friday": "11:30-22:0",
"Saturday": "4:0-22:0",
"Sunday": null
}
|
JgpnXv_0XhV3SfbfB50nxw
|
Joe's Pizza
|
2038 N Dale Mabry Hwy
|
Tampa
|
FL
|
33607
| 27.960514
| -82.506127
| 4
| 35
| 0
|
{
"GoodForKids": "True",
"HasTV": "True",
"NoiseLevel": "u'average'",
"RestaurantsDelivery": "True",
"WiFi": "u'no'",
"RestaurantsPriceRange2": "1",
"RestaurantsReservations": "False",
"OutdoorSeating": "False",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "u'casual'",
"Ambience": "{'romantic': False, 'intimate': False, 'classy': False, 'hipster': False, 'divey': False, 'touristy': False, 'trendy': False, 'upscale': False, 'casual': True}",
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": "{'dessert': False, 'latenight': False, 'lunch': True, 'dinner': True, 'brunch': False, 'breakfast': False}",
"ByAppointmentOnly": null,
"Alcohol": "u'beer_and_wine'",
"BikeParking": "True",
"Caters": "False",
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Restaurants, Pizza
|
{
"Monday": "11:0-22:0",
"Tuesday": "11:0-22:0",
"Wednesday": "11:0-22:0",
"Thursday": "11:0-22:0",
"Friday": "11:0-3:0",
"Saturday": "11:0-3:0",
"Sunday": null
}
|
Si6LXSR9gvAbmgO5DzV2cw
|
Lafitte's Landing Seafood House
|
1700 Lapalco Blvd
|
Harvey
|
LA
|
70058
| 29.875482
| -90.04938
| 2.5
| 38
| 0
|
{
"GoodForKids": "True",
"HasTV": "False",
"NoiseLevel": null,
"RestaurantsDelivery": "False",
"WiFi": "'no'",
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": "True",
"OutdoorSeating": "False",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "'casual'",
"Ambience": "{'touristy': False, 'hipster': False, 'romantic': False, 'divey': False, 'intimate': False, 'trendy': False, 'upscale': False, 'classy': False, 'casual': False}",
"BusinessParking": null,
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": "{'dessert': False, 'latenight': False, 'lunch': True, 'dinner': False, 'brunch': False, 'breakfast': False}",
"ByAppointmentOnly": null,
"Alcohol": "'full_bar'",
"BikeParking": "True",
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Restaurants, Soup, Seafood, Burgers
|
{
"Monday": "11:0-22:0",
"Tuesday": "11:0-22:0",
"Wednesday": "11:0-22:0",
"Thursday": "11:0-22:0",
"Friday": "11:0-22:0",
"Saturday": "11:0-22:0",
"Sunday": "11:0-22:0"
}
|
seKihQKpGGnCeLuELRQPSQ
|
Twin Peaks
|
6880 E 82nd St
|
Indianapolis
|
IN
|
46250
| 39.906295
| -86.047463
| 3.5
| 257
| 1
|
{
"GoodForKids": "True",
"HasTV": "True",
"NoiseLevel": "'average'",
"RestaurantsDelivery": "False",
"WiFi": "'free'",
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": "False",
"OutdoorSeating": "True",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "'casual'",
"Ambience": "{u'divey': False, u'hipster': None, u'casual': True, u'touristy': None, u'trendy': None, u'intimate': False, u'romantic': False, u'classy': False, u'upscale': False}",
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": "{'dessert': None, 'latenight': None, 'lunch': True, 'dinner': True, 'brunch': False, 'breakfast': False}",
"ByAppointmentOnly": null,
"Alcohol": "'full_bar'",
"BikeParking": "False",
"Caters": "False",
"BYOB": null,
"DogsAllowed": "False",
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": "True",
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": "True",
"Smoking": "u'no'",
"BestNights": "{u'monday': False, u'tuesday': True, u'wednesday': False, u'thursday': False, u'friday': True, u'saturday': True, u'sunday': False}",
"Music": "{'dj': False}",
"GoodForDancing": "False",
"CoatCheck": "False",
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Sports Bars, American (New), American (Traditional), Nightlife, Bars, Restaurants
|
{
"Monday": "0:0-0:0",
"Tuesday": "11:0-0:0",
"Wednesday": "11:0-0:0",
"Thursday": "11:0-22:0",
"Friday": "11:0-19:0",
"Saturday": "11:0-1:0",
"Sunday": "11:0-0:0"
}
|
L_TT0BFmFwORAMaA83K54A
|
Village Tap Room
|
838 Broad Ripple Ave
|
Indianapolis
|
IN
|
46220
| 39.869911
| -86.143577
| 2.5
| 23
| 0
|
{
"GoodForKids": "False",
"HasTV": "False",
"NoiseLevel": "u'average'",
"RestaurantsDelivery": "False",
"WiFi": "u'no'",
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": "False",
"OutdoorSeating": "False",
"RestaurantsTakeOut": "False",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "u'casual'",
"Ambience": "{'romantic': False, 'intimate': False, 'classy': False, 'hipster': False, 'divey': False, 'touristy': False, 'trendy': False, 'upscale': False, 'casual': True}",
"BusinessParking": null,
"BusinessAcceptsCreditCards": "False",
"GoodForMeal": "{'dessert': False, 'latenight': False, 'lunch': False, 'dinner': False, 'brunch': False, 'breakfast': False}",
"ByAppointmentOnly": null,
"Alcohol": "u'none'",
"BikeParking": "False",
"Caters": "False",
"BYOB": null,
"DogsAllowed": "False",
"WheelchairAccessible": "False",
"Corkage": null,
"RestaurantsTableService": "False",
"BusinessAcceptsBitcoin": "False",
"AcceptsInsurance": null,
"HappyHour": "False",
"Smoking": "u'no'",
"BestNights": "{'monday': False, 'tuesday': False, 'friday': False, 'wednesday': True, 'thursday': True, 'sunday': False, 'saturday': True}",
"Music": "{'jukebox': True}",
"GoodForDancing": "False",
"CoatCheck": "False",
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Gastropubs, Cocktail Bars, Beer Bar, Bars, Restaurants, Nightlife
| null |
mjWvAkNqoA6Y5P03sDSzfA
|
Educational Outfitters
|
3904 W Hillsborough Ave, Ste D
|
Tampa
|
FL
|
33614
| 27.99545
| -82.508119
| 2
| 10
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': False, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": "True",
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Uniforms, Shopping
| null |
qfWJmJ0g96eM_fWma3ja0g
|
Doc Magrogan's Oyster House - West Chester
|
117 E Gay St
|
West Chester
|
PA
|
19380
| 39.961542
| -75.603604
| 3
| 114
| 0
|
{
"GoodForKids": "True",
"HasTV": "True",
"NoiseLevel": "u'average'",
"RestaurantsDelivery": "False",
"WiFi": "u'no'",
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": "True",
"OutdoorSeating": "True",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "u'casual'",
"Ambience": "{'romantic': False, 'intimate': False, 'touristy': False, 'hipster': False, 'divey': False, 'classy': False, 'trendy': False, 'upscale': False, 'casual': True}",
"BusinessParking": "{'garage': False, 'street': True, 'validated': False, 'lot': False, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": "u'full_bar'",
"BikeParking": "True",
"Caters": "False",
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": "True",
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Seafood, Restaurants, Bars, Nightlife, Cocktail Bars, American (New), Pubs
| null |
uczmbBk5O3tYhGue13dCDg
|
New Orleans Spirit Tours
|
723 St Peter St
|
New Orleans
|
LA
|
70130
| 29.958431
| -90.065173
| 4
| 38
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": "u'no'",
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": null,
"BusinessAcceptsCreditCards": null,
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Hotels & Travel, Tours, Local Flavor
|
{
"Monday": "0:0-0:0",
"Tuesday": "10:0-20:0",
"Wednesday": "10:0-20:0",
"Thursday": "10:0-20:0",
"Friday": "10:0-20:0",
"Saturday": "10:0-20:0",
"Sunday": "10:0-20:0"
}
|
n7AQvGvNHlmun3kqXeBKVQ
|
Roy's Appliance Service
|
Meridian
|
ID
|
83646
| 43.643494
| -116.436
| 5
| 5
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": null,
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Local Services, Appliances & Repair
|
{
"Monday": "0:0-0:0",
"Tuesday": "8:30-15:0",
"Wednesday": "8:30-15:0",
"Thursday": "8:30-15:0",
"Friday": "8:30-15:0",
"Saturday": null,
"Sunday": null
}
|
|
eYxGFkxo6m3SYGVTh5m2nQ
|
Big Boyz Toyz Motorcycle Rentals
|
4158 E Grant Rd
|
Tucson
|
AZ
|
85712
| 32.250324
| -110.903655
| 4.5
| 8
| 1
| null |
Towing, Hotels & Travel, Automotive, Motorcycle Rental, Motorcycle Gear, Shopping
|
{
"Monday": "8:30-18:0",
"Tuesday": "8:30-18:0",
"Wednesday": "8:30-18:0",
"Thursday": "8:30-18:0",
"Friday": "8:30-18:0",
"Saturday": "9:0-16:0",
"Sunday": null
}
|
lOP3HxdUTaq0eXhwR_KC-w
|
Sweet Things Chocolates
|
2288 W 86th St
|
Indianapolis
|
IN
|
46260
| 39.913292
| -86.20083
| 4
| 13
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": "True",
"WiFi": null,
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{u'valet': False, u'garage': False, u'street': None, u'lot': True, u'validated': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": "True",
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": "True",
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Chocolatiers & Shops, Specialty Food, Candy Stores, Food
|
{
"Monday": "10:0-18:0",
"Tuesday": "10:0-18:0",
"Wednesday": "10:0-18:0",
"Thursday": "10:0-18:0",
"Friday": "10:0-18:0",
"Saturday": "11:0-17:0",
"Sunday": null
}
|
KWA2qtdwVEkMpd5soSKaGA
|
Publix Super Market
|
12101 Little Rd
|
Hudson
|
FL
|
34667
| 28.332601
| -82.668107
| 3.5
| 7
| 0
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": "True",
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Food, Grocery
| null |
gbN4RuUiiBxQ2GBFQ2p3Cw
|
Mr. Margarita
|
Truck Inn Way
|
Fernley
|
NV
|
89408
| 39.51397
| -119.847204
| 5
| 7
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": "False",
"WiFi": null,
"RestaurantsPriceRange2": "1",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": null,
"BusinessAcceptsCreditCards": "False",
"GoodForMeal": "{'dessert': False, 'latenight': False, 'lunch': False, 'dinner': False, 'brunch': False, 'breakfast': False}",
"ByAppointmentOnly": null,
"Alcohol": "'full_bar'",
"BikeParking": "True",
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Food Trucks, Food
| null |
B2qqjCl_BNNnXvWWfpFiLA
|
Pottery Barn Kids
|
4011 Hillsboro Pike, Ste 102
|
Nashville
|
TN
|
37215
| 36.103614
| -86.816268
| 1.5
| 13
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": null,
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": "True",
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Shopping, Baby Gear & Furniture, Home Decor, Furniture Stores, Home & Garden
|
{
"Monday": "0:0-0:0",
"Tuesday": "10:0-20:0",
"Wednesday": "10:0-20:0",
"Thursday": "10:0-20:0",
"Friday": "10:0-20:0",
"Saturday": "10:0-20:0",
"Sunday": "12:0-18:0"
}
|
7PDi_iyik3jraDAzWwwR4Q
|
Chase JP Morgan Bank Credit Card Services
|
Wilmington
|
DE
|
19850
| 39.749361
| -75.643331
| 1.5
| 111
| 1
| null |
Banks & Credit Unions, Financial Services
| null |
|
8rb-3VYXE37IZix4yOdskw
|
Sharky's Sports Bar & Grill
|
820 N Black Horse Pike
|
Williamstown
|
NJ
|
08094
| 39.696801
| -74.999821
| 2.5
| 29
| 1
|
{
"GoodForKids": "False",
"HasTV": "True",
"NoiseLevel": "u'average'",
"RestaurantsDelivery": "False",
"WiFi": "'free'",
"RestaurantsPriceRange2": "1",
"RestaurantsReservations": "False",
"OutdoorSeating": "False",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "u'casual'",
"Ambience": "{'romantic': False, 'intimate': False, 'classy': False, 'hipster': False, 'divey': True, 'touristy': False, 'trendy': False, 'upscale': False, 'casual': False}",
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": "u'full_bar'",
"BikeParking": "True",
"Caters": "False",
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
American (Traditional), Bars, Nightlife, Sports Bars, Restaurants
| null |
9Rww8yE6Dm4dSMEq09nwXg
|
Holly Nails & Spa
|
9101 Belcher Rd
|
Pinellas Park
|
FL
|
33782
| 27.855347
| -82.736308
| 4.5
| 16
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": "u'free'",
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": "False",
"Alcohol": null,
"BikeParking": "True",
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": "True",
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Health & Medical, Personal Care Services, Beauty & Spas, Massage, Nail Salons
|
{
"Monday": null,
"Tuesday": "9:30-19:0",
"Wednesday": "9:30-19:0",
"Thursday": "9:30-19:0",
"Friday": "9:30-19:0",
"Saturday": "9:30-19:0",
"Sunday": "10:0-17:0"
}
|
aCDY7vXYMs54EbYuQScsnQ
|
39 North Taproom & Grill
|
110 S MacDade Blvd
|
Glenolden
|
PA
|
19036
| 39.903697
| -75.294981
| 4.5
| 25
| 1
|
{
"GoodForKids": null,
"HasTV": "True",
"NoiseLevel": null,
"RestaurantsDelivery": "True",
"WiFi": "u'free'",
"RestaurantsPriceRange2": null,
"RestaurantsReservations": "False",
"OutdoorSeating": "None",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": "{'touristy': False, 'hipster': False, 'romantic': False, 'divey': False, 'intimate': False, 'trendy': False, 'upscale': False, 'classy': False, 'casual': False}",
"BusinessParking": "{'garage': False, 'street': True, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": "{'dessert': False, 'latenight': False, 'lunch': False, 'dinner': False, 'brunch': False, 'breakfast': False}",
"ByAppointmentOnly": null,
"Alcohol": "u'full_bar'",
"BikeParking": "True",
"Caters": "True",
"BYOB": "False",
"DogsAllowed": null,
"WheelchairAccessible": "True",
"Corkage": null,
"RestaurantsTableService": "True",
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": "True",
"Smoking": "u'no'",
"BestNights": null,
"Music": "{'dj': False, 'background_music': False, 'no_music': False, 'jukebox': False, 'live': True, 'video': False, 'karaoke': False}",
"GoodForDancing": null,
"CoatCheck": "False",
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
American (Traditional), Sports Bars, Restaurants, Bars, Nightlife, Steakhouses, Salad, Beer Bar
|
{
"Monday": "0:0-0:0",
"Tuesday": "11:0-0:0",
"Wednesday": "11:0-1:0",
"Thursday": "11:0-2:0",
"Friday": "11:0-2:0",
"Saturday": "11:0-2:0",
"Sunday": "11:0-23:0"
}
|
-4dYswJy7SPcbcERvitmIg
|
Pathmark
|
3021 Grays Ferry Ave
|
Philadelphia
|
PA
|
19146
| 39.940403
| -75.193297
| 2.5
| 34
| 0
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": "True",
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Food, Grocery
|
{
"Monday": "6:0-1:0",
"Tuesday": "6:0-1:0",
"Wednesday": "6:0-1:0",
"Thursday": "6:0-1:0",
"Friday": "6:0-1:0",
"Saturday": "6:0-1:0",
"Sunday": "6:0-1:0"
}
|
mFTaYsRDyeFaY2NDLfSaAA
|
River City Games
|
5203 99 Street NW
|
Edmonton
|
AB
|
T6E 5B7
| 53.489312
| -113.485567
| 4.5
| 5
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': False, 'valet': False}",
"BusinessAcceptsCreditCards": null,
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Tabletop Games, Shopping, Sporting Goods
|
{
"Monday": "10:0-18:0",
"Tuesday": "10:0-18:0",
"Wednesday": "10:0-18:0",
"Thursday": "10:0-18:0",
"Friday": "10:0-18:0",
"Saturday": "10:0-17:0",
"Sunday": "12:0-17:0"
}
|
x9K0RfZaT_zlw6DklBDzjw
|
Gavi Italian Restaurant
|
7401 N La Cholla Blvd, Ste 146
|
Tucson
|
AZ
|
85707
| 32.221667
| -110.925833
| 3.5
| 9
| 0
|
{
"GoodForKids": "True",
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": "False",
"WiFi": null,
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": "False",
"OutdoorSeating": "True",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "u'casual'",
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": "u'full_bar'",
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Italian, Restaurants
| null |
pJfh3Ct8iL58NZa8ta-a5w
|
Top Shelf Sports Lounge
|
3173 Cypress Ridge Blvd
|
Wesley Chapel
|
FL
|
33544
| 28.196252
| -82.380615
| 4.5
| 95
| 1
|
{
"GoodForKids": "False",
"HasTV": "True",
"NoiseLevel": "u'average'",
"RestaurantsDelivery": "True",
"WiFi": "u'free'",
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": "True",
"OutdoorSeating": "False",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "u'casual'",
"Ambience": "{'touristy': False, 'hipster': None, 'romantic': False, 'divey': False, 'intimate': False, 'trendy': None, 'upscale': None, 'classy': False, 'casual': True}",
"BusinessParking": "None",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": "{'dessert': None, 'latenight': None, 'lunch': None, 'dinner': True, 'brunch': None, 'breakfast': None}",
"ByAppointmentOnly": "False",
"Alcohol": "u'full_bar'",
"BikeParking": "True",
"Caters": "True",
"BYOB": "False",
"DogsAllowed": "False",
"WheelchairAccessible": "True",
"Corkage": "True",
"RestaurantsTableService": "True",
"BusinessAcceptsBitcoin": "False",
"AcceptsInsurance": null,
"HappyHour": "True",
"Smoking": "u'outdoor'",
"BestNights": "{'monday': False, 'tuesday': False, 'friday': False, 'wednesday': False, 'thursday': False, 'sunday': False, 'saturday': False}",
"Music": "{'dj': False, 'background_music': False, 'no_music': False, 'jukebox': None, 'live': False, 'video': False, 'karaoke': None}",
"GoodForDancing": "False",
"CoatCheck": "False",
"BYOBCorkage": null,
"DriveThru": "False",
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Burgers, Sports Bars, Bars, Lounges, Restaurants, Salad, Wraps, Nightlife, American (New)
|
{
"Monday": "11:30-22:0",
"Tuesday": "11:30-23:30",
"Wednesday": "11:30-23:30",
"Thursday": "11:30-23:30",
"Friday": "11:30-23:30",
"Saturday": "10:0-23:30",
"Sunday": "10:0-22:0"
}
|
cvP_vh_bOLbCY3eoY1Xw-A
|
Fishers Freedom Festival
|
1 Park Dr
|
Fishers
|
IN
|
46038
| 39.958734
| -86.016966
| 4.5
| 7
| 0
|
{
"GoodForKids": "True",
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": null,
"BusinessAcceptsCreditCards": null,
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Festivals, Arts & Entertainment
| null |
7clCBgNbd-x2Wj96lZ6Mjw
|
Bier Brewery and Tap Room
|
5133 E 65th St
|
Indianapolis
|
IN
|
46220
| 39.875532
| -86.082857
| 4.5
| 139
| 1
|
{
"GoodForKids": "False",
"HasTV": null,
"NoiseLevel": "u'average'",
"RestaurantsDelivery": "False",
"WiFi": null,
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": "False",
"Alcohol": "'beer_and_wine'",
"BikeParking": "True",
"Caters": "False",
"BYOB": null,
"DogsAllowed": "True",
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Food, Beer, Wine & Spirits, Breweries
|
{
"Monday": null,
"Tuesday": "15:0-21:0",
"Wednesday": "15:0-21:0",
"Thursday": "15:0-21:0",
"Friday": "13:0-21:0",
"Saturday": "12:0-21:0",
"Sunday": "12:0-19:0"
}
|
ppFCk9aQkM338Rgwpl2F5A
|
Wawa
|
3604 Chestnut St
|
Philadelphia
|
PA
|
19104
| 39.954573
| -75.194894
| 3
| 56
| 1
|
{
"GoodForKids": "True",
"HasTV": "True",
"NoiseLevel": "u'average'",
"RestaurantsDelivery": "True",
"WiFi": "u'free'",
"RestaurantsPriceRange2": "1",
"RestaurantsReservations": "False",
"OutdoorSeating": "False",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "u'casual'",
"Ambience": "{'romantic': False, 'intimate': False, 'classy': False, 'hipster': False, 'divey': False, 'touristy': False, 'trendy': False, 'upscale': False, 'casual': True}",
"BusinessParking": "{'garage': False, 'street': True, 'validated': False, 'lot': False, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": "False",
"Alcohol": "u'none'",
"BikeParking": "True",
"Caters": "False",
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Restaurants, Automotive, Delis, Gas Stations, Food, Coffee & Tea, Sandwiches, Convenience Stores
|
{
"Monday": "0:0-0:0",
"Tuesday": "0:0-0:0",
"Wednesday": "0:0-0:0",
"Thursday": "0:0-0:0",
"Friday": "0:0-0:0",
"Saturday": "0:0-0:0",
"Sunday": "0:0-0:0"
}
|
NZ_bFJma7brQUfln5h1UAg
|
Super Sushi Kyo Hin
|
2501 Mt Holly Rd 245
|
Burlington
|
NJ
|
08016
| 40.041629
| -74.825821
| 3.5
| 6
| 0
|
{
"GoodForKids": "True",
"HasTV": "False",
"NoiseLevel": "u'quiet'",
"RestaurantsDelivery": "False",
"WiFi": null,
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": "True",
"OutdoorSeating": "False",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "u'casual'",
"Ambience": "{'romantic': False, 'intimate': False, 'touristy': False, 'hipster': False, 'divey': False, 'classy': False, 'trendy': False, 'upscale': False, 'casual': False}",
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Restaurants, Japanese, Sushi Bars, Asian Fusion
| null |
eMjnw_7wp-CscyNh6Lu0ZA
|
AM&PM Locksmith
|
8540 Bustleton Ave
|
Philadelphia
|
PA
|
19152
| 40.07233
| -75.048483
| 4.5
| 58
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": null,
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": "True",
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Keys & Locksmiths, Home Services, Local Services
|
{
"Monday": "6:0-3:0",
"Tuesday": "6:0-3:0",
"Wednesday": "6:0-3:0",
"Thursday": "6:0-3:0",
"Friday": "6:0-3:0",
"Saturday": "6:0-3:0",
"Sunday": "6:0-3:0"
}
|
IDtLPgUrqorrpqSLdfMhZQ
|
Helena Avenue Bakery
|
131 Anacapa St, Ste C
|
Santa Barbara
|
CA
|
93101
| 34.414445
| -119.690672
| 4
| 389
| 1
|
{
"GoodForKids": "True",
"HasTV": "False",
"NoiseLevel": "u'average'",
"RestaurantsDelivery": "None",
"WiFi": "u'no'",
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": "False",
"OutdoorSeating": "True",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "'casual'",
"Ambience": "{'touristy': False, 'hipster': True, 'romantic': False, 'divey': False, 'intimate': False, 'trendy': True, 'upscale': False, 'classy': False, 'casual': True}",
"BusinessParking": "{'garage': False, 'street': True, 'validated': False, 'lot': False, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": "{'dessert': False, 'latenight': False, 'lunch': True, 'dinner': False, 'brunch': True, 'breakfast': True}",
"ByAppointmentOnly": null,
"Alcohol": "u'none'",
"BikeParking": "True",
"Caters": "True",
"BYOB": null,
"DogsAllowed": "True",
"WheelchairAccessible": "True",
"Corkage": null,
"RestaurantsTableService": "False",
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": "False",
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Food, Restaurants, Salad, Coffee & Tea, Breakfast & Brunch, Sandwiches, Bakeries
|
{
"Monday": "0:0-0:0",
"Tuesday": "8:0-14:0",
"Wednesday": "8:0-14:0",
"Thursday": "8:0-14:0",
"Friday": "8:0-14:0",
"Saturday": "8:0-14:0",
"Sunday": "8:0-14:0"
}
|
sE6jSnvMts_MAn-b4OkMAw
|
K-9 Groom Room
|
820 Industrial Dr
|
Troy
|
IL
|
62294
| 38.716244
| -89.88583
| 4
| 5
| 1
| null |
Pet Groomers, Pet Sitting, Pets, Pet Services
|
{
"Monday": "8:0-16:0",
"Tuesday": "8:0-16:0",
"Wednesday": "8:0-16:0",
"Thursday": "8:0-16:0",
"Friday": "8:0-16:0",
"Saturday": "8:0-14:0",
"Sunday": null
}
|
YNjyv0gfOr2g8lbmUpTnKg
|
Copper Vine
|
1001 Poydras St
|
New Orleans
|
LA
|
70112
| 29.950647
| -90.074427
| 4.5
| 350
| 1
|
{
"GoodForKids": null,
"HasTV": "True",
"NoiseLevel": "u'average'",
"RestaurantsDelivery": "True",
"WiFi": "u'free'",
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": "True",
"OutdoorSeating": "True",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "u'casual'",
"Ambience": "{'touristy': False, 'hipster': False, 'romantic': False, 'divey': False, 'intimate': False, 'trendy': False, 'upscale': False, 'classy': True, 'casual': False}",
"BusinessParking": "{'garage': True, 'street': True, 'validated': False, 'lot': False, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": "False",
"Alcohol": "u'full_bar'",
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": "False",
"WheelchairAccessible": "True",
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": "True",
"Smoking": "u'no'",
"BestNights": "{'monday': False, 'tuesday': False, 'friday': False, 'wednesday': False, 'thursday': False, 'sunday': False, 'saturday': False}",
"Music": "{'dj': False, 'background_music': False, 'no_music': False, 'jukebox': False, 'live': False, 'video': False, 'karaoke': False}",
"GoodForDancing": "False",
"CoatCheck": "False",
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Nightlife, Pubs, Event Planning & Services, Wine Bars, Bars, Gastropubs, Restaurants, Venues & Event Spaces
|
{
"Monday": "0:0-0:0",
"Tuesday": "11:0-21:0",
"Wednesday": "11:0-21:0",
"Thursday": "11:0-21:0",
"Friday": "11:0-23:0",
"Saturday": "10:30-22:0",
"Sunday": "10:30-21:0"
}
|
LhpPSrulqVeTyJeK2xydvQ
|
Fresh Fruits & Salads
|
114 N 3rd St
|
Camden
|
NJ
|
08102
| 39.94669
| -75.123327
| 4.5
| 6
| 1
|
{
"GoodForKids": null,
"HasTV": "True",
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": "{'touristy': False, 'hipster': False, 'romantic': False, 'divey': False, 'intimate': False, 'trendy': False, 'upscale': False, 'classy': False, 'casual': False}",
"BusinessParking": "{'garage': False, 'street': True, 'validated': False, 'lot': False, 'valet': False}",
"BusinessAcceptsCreditCards": null,
"GoodForMeal": "{'dessert': False, 'latenight': False, 'lunch': False, 'dinner': False, 'brunch': False, 'breakfast': False}",
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Juice Bars & Smoothies, Restaurants, Fruits & Veggies, Salad, Specialty Food, Food
|
{
"Monday": "9:0-18:0",
"Tuesday": "9:0-18:0",
"Wednesday": "9:0-18:0",
"Thursday": "9:0-18:0",
"Friday": "9:0-18:0",
"Saturday": "9:0-18:0",
"Sunday": null
}
|
oaboaRBUgGjbo2kfUIKDLQ
|
Mike's Ice Cream
|
129 2nd Ave N
|
Nashville
|
TN
|
37201
| 36.162649
| -86.775973
| 4.5
| 593
| 1
|
{
"GoodForKids": "True",
"HasTV": "False",
"NoiseLevel": "u'average'",
"RestaurantsDelivery": "None",
"WiFi": "'free'",
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": "False",
"OutdoorSeating": "None",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "'casual'",
"Ambience": "{'romantic': False, 'intimate': False, 'touristy': False, 'hipster': False, 'divey': False, 'classy': False, 'trendy': False, 'upscale': False, 'casual': True}",
"BusinessParking": "{'garage': False, 'street': True, 'validated': False, 'lot': False, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": "False",
"Alcohol": "u'none'",
"BikeParking": "False",
"Caters": "False",
"BYOB": null,
"DogsAllowed": "False",
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": "False",
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Ice Cream & Frozen Yogurt, Coffee & Tea, Restaurants, Sandwiches, Food
|
{
"Monday": "8:0-23:0",
"Tuesday": "8:0-23:0",
"Wednesday": "8:0-23:0",
"Thursday": "8:0-23:0",
"Friday": "8:0-0:0",
"Saturday": "8:0-0:30",
"Sunday": "8:0-23:0"
}
|
-ZXYcCyDjj1QimnJyGtYtg
|
Gilley's Antique Mall
|
5789 E US Hwy 40
|
Plainfield
|
IN
|
46168
| 39.694993
| -86.423071
| 4.5
| 24
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": "False",
"Alcohol": null,
"BikeParking": "True",
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Home Decor, Shopping, Antiques, Books, Mags, Music & Video, Home & Garden
|
{
"Monday": "10:0-17:0",
"Tuesday": "10:0-17:0",
"Wednesday": "10:0-17:0",
"Thursday": "10:0-17:0",
"Friday": "10:0-17:0",
"Saturday": "10:0-17:0",
"Sunday": "10:0-17:0"
}
|
nUqrF-h9S7myCcvNDecOvw
|
Iron Horse Auto Body
|
825 Cacique St
|
Santa Barbara
|
CA
|
93103
| 34.41962
| -119.677032
| 4.5
| 32
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": "u'no'",
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": null,
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Towing, Automotive, Body Shops
|
{
"Monday": "0:0-0:0",
"Tuesday": "8:0-17:0",
"Wednesday": "8:0-17:0",
"Thursday": "8:0-17:0",
"Friday": "8:0-17:0",
"Saturday": null,
"Sunday": null
}
|
vR9_bhoszcpXbB_APv6Xlw
|
James Dant
|
5624 E Washington St
|
Indianapolis
|
IN
|
46219
| 39.770975
| -86.071172
| 5
| 31
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": "3",
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': True, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": "True",
"Caters": null,
"BYOB": null,
"DogsAllowed": "True",
"WheelchairAccessible": "True",
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": "False",
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Fashion, Shopping, Men's Clothing
|
{
"Monday": "11:0-17:0",
"Tuesday": "11:0-17:0",
"Wednesday": "11:0-17:0",
"Thursday": "11:0-17:0",
"Friday": "11:0-17:0",
"Saturday": "11:0-17:0",
"Sunday": null
}
|
RK6-cJ9hj53RzOlCBmpT-g
|
Impasto
|
Tampa
|
FL
|
33611
| 27.890814
| -82.502346
| 5
| 5
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": "False",
"WiFi": null,
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": null,
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": null,
"Caters": "True",
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Restaurants, Italian, Food Trucks, Food
|
{
"Monday": "0:0-0:0",
"Tuesday": "0:0-0:0",
"Wednesday": "0:0-0:0",
"Thursday": "0:0-0:0",
"Friday": "0:0-0:0",
"Saturday": "0:0-0:0",
"Sunday": "0:0-0:0"
}
|
|
ZM46RDLXaFNo_z6t-j_L4w
|
Absolutely Perfect Inc
|
1153 Byberry Rd
|
Bensalem
|
PA
|
19020
| 40.113121
| -74.914598
| 3.5
| 5
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": null,
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": "False",
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Masonry/Concrete, Gardeners, Lawn Services, Tree Services, Landscape Architects, Home Services, Contractors, Landscaping
|
{
"Monday": "7:0-17:0",
"Tuesday": "7:0-17:0",
"Wednesday": "7:0-17:0",
"Thursday": "7:0-17:0",
"Friday": "7:0-17:0",
"Saturday": null,
"Sunday": null
}
|
pEm4xNCk8d0TF6A1gi-WDQ
|
TKO DJs
|
2650 S Big Bend
|
Maplewood
|
MO
|
63143
| 38.613576
| -90.322383
| 3.5
| 17
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": null,
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": null,
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": "False",
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Karaoke, DJs, Event Planning & Services, Party & Event Planning, Nightlife
|
{
"Monday": "9:0-17:0",
"Tuesday": "9:0-17:0",
"Wednesday": "9:0-17:0",
"Thursday": "9:0-17:0",
"Friday": "9:0-17:0",
"Saturday": null,
"Sunday": null
}
|
J_ksUDPpzPwfTGtI4zTRnQ
|
Riverview Room
|
600 Decatur St
|
New Orleans
|
LA
|
70130
| 29.955925
| -90.062962
| 4.5
| 7
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": "u'free'",
"RestaurantsPriceRange2": null,
"RestaurantsReservations": null,
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": null,
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": null,
"BikeParking": null,
"Caters": null,
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Event Planning & Services, Caterers, Party & Event Planning
|
{
"Monday": "9:0-16:0",
"Tuesday": "9:0-16:0",
"Wednesday": "9:0-16:0",
"Thursday": "9:0-16:0",
"Friday": "9:0-16:0",
"Saturday": null,
"Sunday": null
}
|
knQ4vIgx-r85kjlWVVjcpQ
|
Silver and Blue Outfitters
|
5191 Meadowood Mall Cir
|
Reno
|
NV
|
89502
| 39.476518
| -119.784037
| 4.5
| 5
| 1
|
{
"GoodForKids": null,
"HasTV": null,
"NoiseLevel": null,
"RestaurantsDelivery": null,
"WiFi": "u'no'",
"RestaurantsPriceRange2": null,
"RestaurantsReservations": "False",
"OutdoorSeating": null,
"RestaurantsTakeOut": null,
"RestaurantsGoodForGroups": null,
"RestaurantsAttire": null,
"Ambience": null,
"BusinessParking": "{'garage': False, 'street': False, 'validated': False, 'lot': True, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": "u'none'",
"BikeParking": "True",
"Caters": null,
"BYOB": null,
"DogsAllowed": "False",
"WheelchairAccessible": "True",
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": "False",
"AcceptsInsurance": null,
"HappyHour": null,
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
Sporting Goods, Sports Wear, Fashion, Restaurants, Fast Food, Sandwiches, Shopping
|
{
"Monday": "0:0-0:0",
"Tuesday": "10:0-21:0",
"Wednesday": "10:0-21:0",
"Thursday": "10:0-21:0",
"Friday": "10:0-21:0",
"Saturday": "10:0-21:0",
"Sunday": "11:0-18:0"
}
|
U2Tzy6J9aAAg9pzXsgdkvg
|
Premier Mortgage Resources
|
3363 E Presidential Dr, Ste 200
|
Meridian
|
ID
|
83642
| 43.614194
| -116.3525
| 5
| 6
| 1
| null |
Real Estate, Home Services, Financial Services, Mortgage Brokers, Mortgage Lenders
|
{
"Monday": "0:0-0:0",
"Tuesday": "0:0-0:0",
"Wednesday": "0:0-0:0",
"Thursday": "0:0-0:0",
"Friday": "0:0-0:0",
"Saturday": "0:0-0:0",
"Sunday": "0:0-0:0"
}
|
1MeIwdbTnZOBFCKOrgaxuw
|
Ricardo's Italian Cafe
|
1931 Park Ave
|
Saint Louis
|
MO
|
63104
| 38.617272
| -90.212784
| 3.5
| 80
| 0
|
{
"GoodForKids": "True",
"HasTV": "True",
"NoiseLevel": "u'average'",
"RestaurantsDelivery": "False",
"WiFi": "'no'",
"RestaurantsPriceRange2": "2",
"RestaurantsReservations": "True",
"OutdoorSeating": "False",
"RestaurantsTakeOut": "True",
"RestaurantsGoodForGroups": "True",
"RestaurantsAttire": "u'casual'",
"Ambience": "{'romantic': False, 'intimate': False, 'touristy': False, 'hipster': False, 'divey': False, 'classy': False, 'trendy': False, 'upscale': False, 'casual': True}",
"BusinessParking": "{'garage': False, 'street': True, 'validated': False, 'lot': False, 'valet': False}",
"BusinessAcceptsCreditCards": "True",
"GoodForMeal": null,
"ByAppointmentOnly": null,
"Alcohol": "u'full_bar'",
"BikeParking": "True",
"Caters": "False",
"BYOB": null,
"DogsAllowed": null,
"WheelchairAccessible": null,
"Corkage": null,
"RestaurantsTableService": null,
"BusinessAcceptsBitcoin": null,
"AcceptsInsurance": null,
"HappyHour": "True",
"Smoking": null,
"BestNights": null,
"Music": null,
"GoodForDancing": null,
"CoatCheck": null,
"BYOBCorkage": null,
"DriveThru": null,
"HairSpecializesIn": null,
"Open24Hours": null,
"RestaurantsCounterService": null,
"AgesAllowed": null,
"DietaryRestrictions": null
}
|
American (New), Restaurants, Cafes, Italian, American (Traditional)
|
{
"Monday": "11:0-14:0",
"Tuesday": "16:0-21:0",
"Wednesday": "16:0-21:0",
"Thursday": "16:0-21:0",
"Friday": "16:0-22:0",
"Saturday": "17:30-22:0",
"Sunday": null
}
|
End of preview.
README.md exists but content is empty.
- Downloads last month
- 4