yelp 2.0.7 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/yelp/client.rb +1 -2
- data/lib/yelp/endpoint/business.rb +3 -1
- data/lib/yelp/endpoint/phone_search.rb +4 -1
- data/lib/yelp/endpoint/search.rb +5 -3
- data/lib/yelp/responses/base.rb +21 -0
- data/lib/yelp/responses/business.rb +14 -0
- data/lib/yelp/responses/models/business.rb +26 -0
- data/lib/yelp/responses/models/coordinate.rb +11 -0
- data/lib/yelp/responses/models/deal.rb +20 -0
- data/lib/yelp/responses/models/deal_option.rb +12 -0
- data/lib/yelp/responses/models/gift_certificate.rb +18 -0
- data/lib/yelp/responses/models/gift_certificate_option.rb +11 -0
- data/lib/yelp/responses/models/location.rb +19 -0
- data/lib/yelp/responses/models/rating.rb +11 -0
- data/lib/yelp/responses/models/region.rb +20 -0
- data/lib/yelp/responses/models/region_center.rb +11 -0
- data/lib/yelp/responses/models/region_span.rb +11 -0
- data/lib/yelp/responses/models/review.rb +12 -0
- data/lib/yelp/responses/models/user.rb +11 -0
- data/lib/yelp/responses/phone_search.rb +18 -0
- data/lib/yelp/responses/search.rb +18 -0
- data/lib/yelp/version.rb +1 -1
- data/spec/fixtures/vcr_cassettes/business.yml +52 -41
- data/spec/fixtures/vcr_cassettes/phone_search.yml +35 -28
- data/spec/fixtures/vcr_cassettes/search.yml +360 -332
- data/spec/fixtures/vcr_cassettes/search_bounding_box.yml +349 -327
- data/spec/fixtures/vcr_cassettes/search_by_coordinates.yml +361 -355
- data/spec/yelp/endpoint/business_spec.rb +2 -2
- data/spec/yelp/endpoint/phone_search_spec.rb +1 -1
- data/spec/yelp/endpoint/search_spec.rb +1 -1
- data/spec/yelp/responses/base_spec.rb +22 -0
- data/tasks/console.rake +2 -2
- data/yelp.gemspec +1 -1
- metadata +24 -7
- data/lib/yelp/burst_struct.rb +0 -63
- data/spec/yelp/burst_struct_spec.rb +0 -155
@@ -2,17 +2,17 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri:
|
5
|
+
uri: https://api.yelp.com/v2/search?bounds=37.7577,-122.4376%7C37.785381,-122.391681
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- Faraday v0.
|
11
|
+
- Faraday v0.9.2
|
12
12
|
Authorization:
|
13
|
-
- OAuth oauth_consumer_key="<YELP_CONSUMER_KEY>", oauth_nonce="
|
14
|
-
oauth_signature="
|
15
|
-
oauth_timestamp="
|
13
|
+
- OAuth oauth_consumer_key="<YELP_CONSUMER_KEY>", oauth_nonce="fc03af74bd7b0aeae924dd77e6d3172a",
|
14
|
+
oauth_signature="5RMIYjCpscO7cmi%2Fut4zXUo4uc8%3D", oauth_signature_method="HMAC-SHA1",
|
15
|
+
oauth_timestamp="1445634932", oauth_token="<YELP_TOKEN>", oauth_version="1.0"
|
16
16
|
Accept-Encoding:
|
17
17
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
18
18
|
Accept:
|
@@ -22,338 +22,360 @@ http_interactions:
|
|
22
22
|
code: 200
|
23
23
|
message: OK
|
24
24
|
headers:
|
25
|
-
Date:
|
26
|
-
- Mon, 28 Apr 2014 16:16:48 GMT
|
27
25
|
Server:
|
28
|
-
-
|
26
|
+
- nginx
|
27
|
+
Date:
|
28
|
+
- Fri, 23 Oct 2015 21:15:33 GMT
|
29
|
+
Content-Type:
|
30
|
+
- application/json; charset=UTF-8
|
31
|
+
Transfer-Encoding:
|
32
|
+
- chunked
|
33
|
+
Connection:
|
34
|
+
- keep-alive
|
29
35
|
X-Node:
|
30
|
-
-
|
36
|
+
- api_com
|
37
|
+
- web4-uswest1bprod
|
31
38
|
Cache-Control:
|
32
|
-
- private
|
39
|
+
- max-age=0, must-revalidate, no-cache, no-store, private
|
40
|
+
Expires:
|
41
|
+
- Fri, 23 Oct 2015 21:15:33 GMT
|
42
|
+
Pragma:
|
43
|
+
- no-cache
|
33
44
|
Set-Cookie:
|
34
|
-
- bse=
|
35
|
-
|
36
|
-
|
45
|
+
- bse=8c17f4c66cda6ba1fb341143f9f5a96a; Domain=.yelp.com; Path=/; HttpOnly
|
46
|
+
- yuv=nW6xQUf7rY9Po3SuKOewuyAqCFWyU0lgGKRdo0nGW6v5PzMrBCzB0_hlqCOMfbpfXpThc8X-LafR52H3xHDY4uum0jFnylcc;
|
47
|
+
Domain=.yelp.com; Max-Age=630720000; Path=/; expires=Thu, 18-Oct-2035 21:15:33
|
48
|
+
GMT
|
37
49
|
Vary:
|
38
|
-
- User-Agent
|
39
|
-
Content-Type:
|
40
|
-
- application/json; charset=UTF-8
|
50
|
+
- Accept-Encoding,User-Agent
|
41
51
|
X-Mode:
|
42
|
-
-
|
52
|
+
- ro
|
43
53
|
X-Proxied:
|
44
|
-
-
|
54
|
+
- 10-64-0-245-uswest1aprod
|
45
55
|
body:
|
46
56
|
encoding: UTF-8
|
47
57
|
string: '{"region": {"span": {"latitude_delta": 0.027681000000001177, "longitude_delta":
|
48
|
-
0.
|
49
|
-
"total":
|
50
|
-
"http://m.yelp.com/biz/
|
51
|
-
"
|
52
|
-
"review_count":
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
"
|
60
|
-
"
|
61
|
-
"
|
62
|
-
|
63
|
-
"
|
64
|
-
|
65
|
-
"
|
66
|
-
"
|
67
|
-
"
|
68
|
-
"
|
69
|
-
"http://
|
70
|
-
"
|
71
|
-
"
|
72
|
-
"
|
73
|
-
|
74
|
-
|
75
|
-
"
|
76
|
-
"
|
77
|
-
"
|
78
|
-
"
|
79
|
-
"
|
80
|
-
"
|
81
|
-
"
|
82
|
-
true, "rating": 5.0, "mobile_url": "http://m.yelp.com/biz/
|
83
|
-
"rating_img_url": "http://s3-media1.
|
84
|
-
"review_count":
|
85
|
-
"
|
86
|
-
"
|
87
|
-
"
|
88
|
-
|
89
|
-
|
90
|
-
"
|
91
|
-
"rating_img_url_large": "http://s3-media3.
|
92
|
-
"id": "
|
93
|
-
"
|
94
|
-
9th St", "(b/t Mclea Ct \u0026 Bryant St)", "SoMa", "San Francisco, CA 94103"],
|
95
|
-
"neighborhoods": ["SoMa"], "postal_code": "94103", "country_code": "US", "address":
|
96
|
-
["475 9th St"], "state_code": "CA"}}, {"is_claimed": true, "rating": 5.0,
|
97
|
-
"mobile_url": "http://m.yelp.com/biz/metric-motors-of-san-francisco-san-francisco",
|
98
|
-
"rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
|
99
|
-
"review_count": 117, "name": "Metric Motors of San Francisco", "snippet_image_url":
|
100
|
-
"http://s3-media4.ak.yelpcdn.com/photo/Y9nL9WeM2RcgApcTmH-UwA/ms.jpg", "rating_img_url_small":
|
101
|
-
"http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png",
|
102
|
-
"url": "http://www.yelp.com/biz/metric-motors-of-san-francisco-san-francisco",
|
103
|
-
"phone": "4156266234", "snippet_text": "I first contacted 2 Porsche dealerships
|
104
|
-
for a quote on a major service and brake job. One gave me a price of $$$
|
105
|
-
and the other never called me back. I had...", "image_url": "http://s3-media1.ak.yelpcdn.com/bphoto/Sr8MX7ymC6Mai3KxVr5Z1w/ms.jpg",
|
106
|
-
"categories": [["Auto Repair", "autorepair"]], "display_phone": "+1-415-626-6234",
|
107
|
-
"rating_img_url_large": "http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
|
108
|
-
"id": "metric-motors-of-san-francisco-san-francisco", "is_closed": false,
|
109
|
-
"location": {"city": "San Francisco", "display_address": ["1480 Howard St",
|
110
|
-
"SoMa", "San Francisco, CA 94106"], "neighborhoods": ["SoMa"], "postal_code":
|
111
|
-
"94106", "country_code": "US", "address": ["1480 Howard St"], "state_code":
|
112
|
-
"CA"}}, {"is_claimed": true, "rating": 5.0, "mobile_url": "http://m.yelp.com/biz/avital-tours-san-francisco",
|
113
|
-
"rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
|
114
|
-
"review_count": 142, "name": "Avital Tours", "snippet_image_url": "http://s3-media3.ak.yelpcdn.com/photo/1E3sE7RTYeDwQrruCpWICw/ms.jpg",
|
115
|
-
"rating_img_url_small": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png",
|
116
|
-
"url": "http://www.yelp.com/biz/avital-tours-san-francisco", "phone": "4153554044",
|
117
|
-
"snippet_text": "Absolutely worthwhile Tours!\nWhat a great way to see some
|
118
|
-
of the city and bars around Union Square in a short space of time that you
|
119
|
-
possibly wouldn''t...", "image_url": "http://s3-media4.ak.yelpcdn.com/bphoto/Rct_BNGsGuApr03dNU-3_A/ms.jpg",
|
120
|
-
"categories": [["Food", "food"], ["Tours", "tours"]], "display_phone": "+1-415-355-4044",
|
121
|
-
"rating_img_url_large": "http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
|
122
|
-
"id": "avital-tours-san-francisco", "is_closed": false, "location": {"city":
|
123
|
-
"San Francisco", "display_address": ["SoMa", "San Francisco, CA"], "neighborhoods":
|
58
|
+
0.04591899999999782}, "center": {"latitude": 37.7715405, "longitude": -122.4146405}},
|
59
|
+
"total": 20317, "businesses": [{"is_claimed": false, "rating": 4.5, "mobile_url":
|
60
|
+
"http://m.yelp.com/biz/crepes-a-go-go-san-francisco-2", "rating_img_url":
|
61
|
+
"http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
|
62
|
+
"review_count": 498, "name": "Crepes A Go Go", "rating_img_url_small": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
|
63
|
+
"url": "http://www.yelp.com/biz/crepes-a-go-go-san-francisco-2", "categories":
|
64
|
+
[["Creperies", "creperies"], ["Food Stands", "foodstands"]], "phone": "4155031294",
|
65
|
+
"snippet_text": "Don''t let the food truck fool you. These crepes are amazing.\n\nPerfect
|
66
|
+
for the after club scene, Crepes A Go Go is a staple for either going between
|
67
|
+
clubs,...", "image_url": "http://s3-media4.fl.yelpcdn.com/bphoto/lqTsDN3B-LI9fIrEt-bgvw/ms.jpg",
|
68
|
+
"snippet_image_url": "http://s3-media4.fl.yelpcdn.com/photo/bdbd8bGh54lSf8BzWBUOVQ/ms.jpg",
|
69
|
+
"display_phone": "+1-415-503-1294", "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
|
70
|
+
"id": "crepes-a-go-go-san-francisco-2", "is_closed": false, "location": {"cross_streets":
|
71
|
+
"Folsom St \u0026 Harrison St", "city": "San Francisco", "display_address":
|
72
|
+
["350 11th St", "SoMa", "San Francisco, CA 94103"], "geo_accuracy": 8.0, "neighborhoods":
|
73
|
+
["SoMa"], "postal_code": "94103", "country_code": "US", "address": ["350 11th
|
74
|
+
St"], "coordinate": {"latitude": 37.7710762023926, "longitude": -122.413414001465},
|
75
|
+
"state_code": "CA"}}, {"is_claimed": true, "rating": 4.5, "mobile_url": "http://m.yelp.com/biz/teds-market-and-delicatessen-san-francisco",
|
76
|
+
"rating_img_url": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
|
77
|
+
"review_count": 359, "name": "Ted''s Market \u0026 Delicatessen", "rating_img_url_small":
|
78
|
+
"http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
|
79
|
+
"url": "http://www.yelp.com/biz/teds-market-and-delicatessen-san-francisco",
|
80
|
+
"categories": [["Delis", "delis"], ["Sandwiches", "sandwiches"], ["Caterers",
|
81
|
+
"catering"]], "menu_date_updated": 1442078486, "phone": "4155520309", "snippet_text":
|
82
|
+
"Teds is off the hook !!!!\nBest sammich in SF !!!!!\nGreat value and taste.\nGuy
|
83
|
+
made my BLT and said good luck with that !!! Lol", "image_url": "http://s3-media3.fl.yelpcdn.com/bphoto/9oLhikqyvN3kAlDoW3iECg/ms.jpg",
|
84
|
+
"snippet_image_url": "http://s3-media2.fl.yelpcdn.com/photo/NiSiN8GFm-prKfE26z0Kmg/ms.jpg",
|
85
|
+
"display_phone": "+1-415-552-0309", "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
|
86
|
+
"menu_provider": "eat24", "id": "teds-market-and-delicatessen-san-francisco",
|
87
|
+
"is_closed": false, "location": {"cross_streets": "11th St \u0026 Lafayette
|
88
|
+
St", "city": "San Francisco", "display_address": ["1530 Howard St", "SoMa",
|
89
|
+
"San Francisco, CA 94103"], "geo_accuracy": 8.0, "neighborhoods": ["SoMa"],
|
90
|
+
"postal_code": "94103", "country_code": "US", "address": ["1530 Howard St"],
|
91
|
+
"coordinate": {"latitude": 37.7728691101074, "longitude": -122.416229248047},
|
92
|
+
"state_code": "CA"}}, {"is_claimed": true, "rating": 5.0, "mobile_url": "http://m.yelp.com/biz/nani-san-francisco",
|
93
|
+
"rating_img_url": "http://s3-media1.fl.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
|
94
|
+
"review_count": 27, "name": "Nani", "rating_img_url_small": "http://s3-media1.fl.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png",
|
95
|
+
"url": "http://www.yelp.com/biz/nani-san-francisco", "categories": [["Indian",
|
96
|
+
"indpak"], ["Food Delivery Services", "fooddeliveryservices"]], "phone": "4159687262",
|
97
|
+
"snippet_text": "yum yum yum yum yum yum yum yum yum yum yum yum yum yum yum
|
98
|
+
yum yum yum yum yum yum yum yum yum\nso clean. so fresh. so normal.\nrotis
|
99
|
+
- to die for!\nI ordered...", "image_url": "http://s3-media4.fl.yelpcdn.com/bphoto/lSfnIGu-K5weioag_HfqcQ/ms.jpg",
|
100
|
+
"snippet_image_url": "http://s3-media1.fl.yelpcdn.com/photo/u2xuHi7waJ4THOFaUPYKZQ/ms.jpg",
|
101
|
+
"display_phone": "+1-415-968-7262", "rating_img_url_large": "http://s3-media3.fl.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
|
102
|
+
"id": "nani-san-francisco", "is_closed": false, "location": {"city": "San
|
103
|
+
Francisco", "display_address": ["SoMa", "San Francisco, CA"], "neighborhoods":
|
124
104
|
["SoMa"], "country_code": "US", "address": [], "state_code": "CA"}}, {"is_claimed":
|
125
|
-
true, "rating": 5
|
126
|
-
"rating_img_url": "http://s3-
|
127
|
-
"review_count":
|
128
|
-
"http://s3-
|
129
|
-
"http://
|
130
|
-
"
|
131
|
-
"phone": "
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
"
|
136
|
-
"
|
137
|
-
|
138
|
-
|
139
|
-
"
|
140
|
-
|
141
|
-
|
142
|
-
"
|
143
|
-
"
|
144
|
-
"http://s3-media2.
|
145
|
-
"
|
146
|
-
"
|
147
|
-
"
|
148
|
-
|
149
|
-
|
150
|
-
"
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
"
|
157
|
-
|
158
|
-
"
|
159
|
-
"
|
160
|
-
"
|
161
|
-
"
|
162
|
-
"
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
"
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
"
|
172
|
-
|
173
|
-
"
|
174
|
-
"review_count": 152, "name": "Glass Plus", "snippet_image_url": "http://s3-media4.ak.yelpcdn.com/assets/2/www/img/cc4afe21892e/default_avatars/user_medium_square.png",
|
175
|
-
"rating_img_url_small": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png",
|
176
|
-
"url": "http://www.yelp.com/biz/glass-plus-san-francisco", "phone": "4152558400",
|
177
|
-
"snippet_text": "About as honest and easy as it gets -- was quoted $650 for
|
178
|
-
glass replacement at the Audi dealership (a block away) and Glass Plus did
|
179
|
-
it for less than half...", "image_url": "http://s3-media3.ak.yelpcdn.com/bphoto/AAURzsADmRqBda-v3sNtfw/ms.jpg",
|
180
|
-
"categories": [["Auto Glass Services", "autoglass"], ["Windows Installation",
|
181
|
-
"windowsinstallation"]], "display_phone": "+1-415-255-8400", "rating_img_url_large":
|
182
|
-
"http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
|
183
|
-
"id": "glass-plus-san-francisco", "is_closed": false, "location": {"cross_streets":
|
184
|
-
"12th St \u0026 Mission St", "city": "San Francisco", "display_address": ["145
|
185
|
-
S Van Ness Ave", "(b/t 12th St \u0026 Mission St)", "SoMa", "San Francisco,
|
186
|
-
CA 94103"], "neighborhoods": ["SoMa"], "postal_code": "94103", "country_code":
|
187
|
-
"US", "address": ["145 S Van Ness Ave"], "state_code": "CA"}}, {"is_claimed":
|
188
|
-
true, "rating": 5.0, "mobile_url": "http://m.yelp.com/biz/smog-queen-san-francisco",
|
189
|
-
"rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
|
190
|
-
"review_count": 165, "name": "Smog Queen", "snippet_image_url": "http://s3-media4.ak.yelpcdn.com/photo/0zRf7MIIWs_sD5xieeozqQ/ms.jpg",
|
191
|
-
"rating_img_url_small": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png",
|
192
|
-
"url": "http://www.yelp.com/biz/smog-queen-san-francisco", "phone": "4152520733",
|
193
|
-
"snippet_text": "The car was smogged without any hassle. Did have to wait
|
194
|
-
for a couple of cars in front of us, but were done in minutes once inside. What
|
195
|
-
really made it a...", "image_url": "http://s3-media4.ak.yelpcdn.com/bphoto/-fHxUFJHXTt1peoJNZtU4w/ms.jpg",
|
196
|
-
"categories": [["Gas \u0026 Service Stations", "servicestations"], ["Smog
|
197
|
-
Check Stations", "smog_check_stations"]], "display_phone": "+1-415-252-0733",
|
198
|
-
"rating_img_url_large": "http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
|
199
|
-
"id": "smog-queen-san-francisco", "is_closed": false, "location": {"cross_streets":
|
200
|
-
"Natoma St \u0026 Minna St", "city": "San Francisco", "display_address": ["160
|
201
|
-
10th St", "(b/t Natoma St \u0026 Minna St)", "SoMa", "San Francisco, CA 94103"],
|
202
|
-
"neighborhoods": ["SoMa"], "postal_code": "94103", "country_code": "US", "address":
|
203
|
-
["160 10th St"], "state_code": "CA"}}, {"is_claimed": false, "rating": 5.0,
|
204
|
-
"mobile_url": "http://m.yelp.com/biz/kim-makoi-dc-san-francisco", "rating_img_url":
|
205
|
-
"http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
|
206
|
-
"review_count": 78, "name": "Kim Makoi, DC", "snippet_image_url": "http://s3-media1.ak.yelpcdn.com/photo/97rUSak6NXtD5KoHr3Wkag/ms.jpg",
|
207
|
-
"rating_img_url_small": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png",
|
208
|
-
"url": "http://www.yelp.com/biz/kim-makoi-dc-san-francisco", "phone": "4158642975",
|
209
|
-
"snippet_text": "What I like about Dr. Kim is that he''s holistically oriented.
|
210
|
-
He does a really thorough assessment (with lovely knowledgeable assistants!)
|
211
|
-
that helps you...", "image_url": "http://s3-media2.ak.yelpcdn.com/bphoto/qEgsajjAXy26uLJvVpCRuA/ms.jpg",
|
212
|
-
"categories": [["Chiropractors", "chiropractors"]], "display_phone": "+1-415-864-2975",
|
213
|
-
"rating_img_url_large": "http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
|
214
|
-
"id": "kim-makoi-dc-san-francisco", "is_closed": false, "location": {"cross_streets":
|
215
|
-
"Lily St \u0026 Page St", "city": "San Francisco", "display_address": ["110
|
216
|
-
Gough St", "Ste 201A", "(b/t Lily St \u0026 Page St)", "Hayes Valley", "San
|
217
|
-
Francisco, CA 94102"], "neighborhoods": ["Hayes Valley"], "postal_code": "94102",
|
218
|
-
"country_code": "US", "address": ["110 Gough St", "Ste 201A"], "state_code":
|
219
|
-
"CA"}}, {"is_claimed": true, "rating": 5.0, "mobile_url": "http://m.yelp.com/biz/dainese-d-store-san-francisco-2",
|
220
|
-
"rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
|
221
|
-
"review_count": 115, "name": "Dainese D-Store", "snippet_image_url": "http://s3-media4.ak.yelpcdn.com/photo/kVPzZ6_tjoeU_N68fNLyyA/ms.jpg",
|
222
|
-
"rating_img_url_small": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png",
|
223
|
-
"url": "http://www.yelp.com/biz/dainese-d-store-san-francisco-2", "phone":
|
224
|
-
"4156265478", "snippet_text": "My boyfriend quickly turned into a little boy
|
225
|
-
in a candy store when he walked through the doors. Everyone here was very
|
226
|
-
friendly and knowledgeable about all...", "image_url": "http://s3-media3.ak.yelpcdn.com/bphoto/1OQsXVjxdKxxk4QP_re02g/ms.jpg",
|
227
|
-
"categories": [["Sports Wear", "sportswear"], ["Leather Goods", "leather"]],
|
228
|
-
"display_phone": "+1-415-626-5478", "rating_img_url_large": "http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
|
229
|
-
"id": "dainese-d-store-san-francisco-2", "is_closed": false, "location": {"cross_streets":
|
230
|
-
"12th St \u0026 Otis St", "city": "San Francisco", "display_address": ["131
|
231
|
-
S Van Ness Ave", "(b/t 12th St \u0026 Otis St)", "SoMa", "San Francisco, CA
|
232
|
-
94103"], "neighborhoods": ["SoMa"], "postal_code": "94103", "country_code":
|
233
|
-
"US", "address": ["131 S Van Ness Ave"], "state_code": "CA"}}, {"is_claimed":
|
234
|
-
false, "rating": 5.0, "mobile_url": "http://m.yelp.com/biz/seventh-son-tattoo-san-francisco",
|
235
|
-
"rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
|
236
|
-
"review_count": 180, "name": "Seventh Son Tattoo", "snippet_image_url": "http://s3-media3.ak.yelpcdn.com/photo/hoeQVIbWj6xoDAyCK2Qkqw/ms.jpg",
|
237
|
-
"rating_img_url_small": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png",
|
238
|
-
"url": "http://www.yelp.com/biz/seventh-son-tattoo-san-francisco", "phone":
|
239
|
-
"4155517766", "snippet_text": "Gordon is the man. Amazing line work. My new
|
240
|
-
tattoo is better than I could have imagined, and he even cleaned up an older
|
241
|
-
tattoo on my wrist.\n\nCan''t...", "image_url": "http://s3-media1.ak.yelpcdn.com/bphoto/zL-yyod_bGhebbu3h3msOQ/ms.jpg",
|
242
|
-
"categories": [["Tattoo", "tattoo"]], "display_phone": "+1-415-551-7766",
|
243
|
-
"rating_img_url_large": "http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
|
244
|
-
"id": "seventh-son-tattoo-san-francisco", "is_closed": false, "location":
|
245
|
-
{"cross_streets": "Howard St \u0026 Folsom St", "city": "San Francisco", "display_address":
|
246
|
-
["65 Langton St", "(b/t Howard St \u0026 Folsom St)", "SoMa", "San Francisco,
|
247
|
-
CA 94103"], "neighborhoods": ["SoMa"], "postal_code": "94103", "country_code":
|
248
|
-
"US", "address": ["65 Langton St"], "state_code": "CA"}}, {"is_claimed": true,
|
249
|
-
"rating": 5.0, "mobile_url": "http://m.yelp.com/biz/2-spirit-tattoo-san-francisco",
|
250
|
-
"rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
|
251
|
-
"review_count": 155, "name": "2 Spirit Tattoo", "snippet_image_url": "http://s3-media2.ak.yelpcdn.com/photo/7ti3Knd192uIuLIcmRytiA/ms.jpg",
|
252
|
-
"rating_img_url_small": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png",
|
253
|
-
"url": "http://www.yelp.com/biz/2-spirit-tattoo-san-francisco", "phone": "4157018288",
|
254
|
-
"snippet_text": "I''ve been talking about getting a tattoo for years. I finally
|
255
|
-
decided to put up or shut up. I surveyed a bunch of places and asked anyone
|
256
|
-
with cool designs...", "image_url": "http://s3-media1.ak.yelpcdn.com/bphoto/G0h0yiuGDbax2r7ztWDP-w/ms.jpg",
|
257
|
-
"categories": [["Tattoo", "tattoo"], ["Art Galleries", "galleries"]], "display_phone":
|
258
|
-
"+1-415-701-8288", "rating_img_url_large": "http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
|
259
|
-
"id": "2-spirit-tattoo-san-francisco", "is_closed": false, "location": {"cross_streets":
|
260
|
-
"Pink Aly \u0026 Market St", "city": "San Francisco", "display_address": ["11
|
261
|
-
Pearl St", "(b/t Pink Aly \u0026 Market St)", "Mission", "San Francisco, CA
|
262
|
-
94103"], "neighborhoods": ["Mission"], "postal_code": "94103", "country_code":
|
263
|
-
"US", "address": ["11 Pearl St"], "state_code": "CA"}}, {"is_claimed": true,
|
264
|
-
"rating": 5.0, "mobile_url": "http://m.yelp.com/biz/avenue-body-shop-san-francisco",
|
265
|
-
"rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
|
266
|
-
"review_count": 82, "name": "Avenue Body Shop", "snippet_image_url": "http://s3-media3.ak.yelpcdn.com/photo/3QvEwNIVeSkvLf96dPydyg/ms.jpg",
|
267
|
-
"rating_img_url_small": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png",
|
268
|
-
"url": "http://www.yelp.com/biz/avenue-body-shop-san-francisco", "phone":
|
269
|
-
"4158644417", "snippet_text": "I''m breaking a two-year radio silence on Yelp
|
270
|
-
to give Avenue Body Shop a very well-deserved 5-star review. If you''re looking
|
271
|
-
for a place to have body...", "image_url": "http://s3-media1.ak.yelpcdn.com/bphoto/dBb0sF55Kshi7azZFZBRwg/ms.jpg",
|
272
|
-
"categories": [["Body Shops", "bodyshops"]], "display_phone": "+1-415-864-4417",
|
273
|
-
"rating_img_url_large": "http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
|
274
|
-
"id": "avenue-body-shop-san-francisco", "is_closed": false, "location": {"cross_streets":
|
275
|
-
"14th St \u0026 15th St", "city": "San Francisco", "display_address": ["333
|
276
|
-
S Van Ness Ave", "(b/t 14th St \u0026 15th St)", "Mission", "San Francisco,
|
277
|
-
CA 94103"], "neighborhoods": ["Mission"], "postal_code": "94103", "country_code":
|
278
|
-
"US", "address": ["333 S Van Ness Ave"], "state_code": "CA"}}, {"is_claimed":
|
279
|
-
true, "rating": 5.0, "mobile_url": "http://m.yelp.com/biz/soma-iphone-repair-san-francisco",
|
280
|
-
"rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
|
281
|
-
"review_count": 80, "name": "Soma iPhone Repair", "snippet_image_url": "http://s3-media1.ak.yelpcdn.com/photo/E-jYArfrcAy4yeKiLvL3Ew/ms.jpg",
|
282
|
-
"rating_img_url_small": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png",
|
283
|
-
"url": "http://www.yelp.com/biz/soma-iphone-repair-san-francisco", "phone":
|
284
|
-
"4157047227", "snippet_text": "THIS PLACE IS THE BEST! I was worried because
|
285
|
-
before I had my ipad repaired at a place in the mall, and they messed up my
|
286
|
-
ipad and would not take...", "image_url": "http://s3-media3.ak.yelpcdn.com/bphoto/IxYmge5Ypup5oGRDS6-qsQ/ms.jpg",
|
287
|
-
"categories": [["Electronics Repair", "electronicsrepair"], ["Mobile Phones",
|
288
|
-
"mobilephones"], ["Mobile Phone Repair", "mobilephonerepair"]], "display_phone":
|
289
|
-
"+1-415-704-7227", "rating_img_url_large": "http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
|
290
|
-
"id": "soma-iphone-repair-san-francisco", "is_closed": false, "location":
|
291
|
-
{"cross_streets": "Dore St \u0026 9th St", "city": "San Francisco", "display_address":
|
292
|
-
["1000 Brannan St", "Ste 205", "(b/t Dore St \u0026 9th St)", "SoMa", "San
|
293
|
-
Francisco, CA 94103"], "neighborhoods": ["SoMa"], "postal_code": "94103",
|
294
|
-
"country_code": "US", "address": ["1000 Brannan St", "Ste 205"], "state_code":
|
295
|
-
"CA"}}, {"is_claimed": false, "rating": 5.0, "mobile_url": "http://m.yelp.com/biz/muttville-san-francisco",
|
296
|
-
"rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
|
297
|
-
"review_count": 49, "name": "Muttville", "snippet_image_url": "http://s3-media2.ak.yelpcdn.com/photo/AWFAVsqTF5QhYDseWqrQOQ/ms.jpg",
|
298
|
-
"rating_img_url_small": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png",
|
299
|
-
"url": "http://www.yelp.com/biz/muttville-san-francisco", "phone": "4152724172",
|
300
|
-
"snippet_text": "Looking to add a furry friend to your life? Choose Muttville!
|
301
|
-
Their focus is on senior dogs. Just because a pup is older than seven years
|
302
|
-
old doesn''t mean...", "image_url": "http://s3-media4.ak.yelpcdn.com/bphoto/EkvWT7-A1GbwPCrqCK32FA/ms.jpg",
|
303
|
-
"categories": [["Animal Shelters", "animalshelters"]], "display_phone": "+1-415-272-4172",
|
304
|
-
"rating_img_url_large": "http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
|
305
|
-
"id": "muttville-san-francisco", "is_closed": false, "location": {"cross_streets":
|
306
|
-
"16th St \u0026 15th St", "city": "San Francisco", "display_address": ["255
|
307
|
-
Alabama St", "(b/t 16th St \u0026 15th St)", "Mission", "San Francisco, CA
|
308
|
-
94103"], "neighborhoods": ["Mission"], "postal_code": "94103", "country_code":
|
309
|
-
"US", "address": ["255 Alabama St"], "state_code": "CA"}}, {"is_claimed":
|
310
|
-
true, "rating": 5.0, "mobile_url": "http://m.yelp.com/biz/market-street-cycles-san-francisco",
|
311
|
-
"rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
|
312
|
-
"review_count": 67, "name": "Market Street Cycles", "snippet_image_url": "http://s3-media4.ak.yelpcdn.com/photo/IrHpj2sD6V8B7Wwh1MfbSA/ms.jpg",
|
313
|
-
"rating_img_url_small": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png",
|
314
|
-
"url": "http://www.yelp.com/biz/market-street-cycles-san-francisco", "phone":
|
315
|
-
"4152552453", "snippet_text": "Excellent staff/service. I really just popped
|
316
|
-
in because it was convenient to my flat tire \u0026 was glad I did. They''re
|
317
|
-
the nearest shop to my house (unless I...", "image_url": "http://s3-media3.ak.yelpcdn.com/bphoto/aXqaZ-TssZ11K46ZKKmevA/ms.jpg",
|
318
|
-
"categories": [["Bikes", "bikes"]], "display_phone": "+1-415-255-2453", "rating_img_url_large":
|
319
|
-
"http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
|
320
|
-
"id": "market-street-cycles-san-francisco", "is_closed": false, "location":
|
321
|
-
{"cross_streets": "Van Ness Ave \u0026 United States Highway 101", "city":
|
322
|
-
"San Francisco", "display_address": ["1592 Market St", "(b/t Van Ness Ave
|
323
|
-
\u0026 United States Highway 101)", "Hayes Valley", "San Francisco, CA 94102"],
|
324
|
-
"neighborhoods": ["Hayes Valley", "Civic Center"], "postal_code": "94102",
|
325
|
-
"country_code": "US", "address": ["1592 Market St"], "state_code": "CA"}},
|
326
|
-
{"is_claimed": true, "rating": 5.0, "mobile_url": "http://m.yelp.com/biz/diakadi-body-san-francisco-4",
|
327
|
-
"rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
|
328
|
-
"review_count": 76, "name": "DIAKADI Body", "snippet_image_url": "http://s3-media3.ak.yelpcdn.com/photo/qQ_nLk6e0pmqhFjnCCHQiQ/ms.jpg",
|
329
|
-
"rating_img_url_small": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png",
|
330
|
-
"url": "http://www.yelp.com/biz/diakadi-body-san-francisco-4", "phone": "4158634922",
|
331
|
-
"snippet_text": "I have been training with Ross Steiner at DIAKADI Body. Please
|
332
|
-
see my review of Ross Steiner on Yelp. If you want to go to this gym at Division
|
333
|
-
Street...", "image_url": "http://s3-media1.ak.yelpcdn.com/bphoto/Ih4yngd2BPp88z1PxnVbKA/ms.jpg",
|
334
|
-
"categories": [["Gyms", "gyms"], ["Trainers", "healthtrainers"]], "display_phone":
|
335
|
-
"+1-415-863-4922", "rating_img_url_large": "http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
|
336
|
-
"id": "diakadi-body-san-francisco-4", "is_closed": false, "location": {"cross_streets":
|
337
|
-
"Potrero Ave \u0026 10th St", "city": "San Francisco", "display_address":
|
338
|
-
["290 Division St", "Ste 200", "(b/t Potrero Ave \u0026 10th St)", "SoMa",
|
339
|
-
"San Francisco, CA 94103"], "neighborhoods": ["SoMa"], "postal_code": "94103",
|
340
|
-
"country_code": "US", "address": ["290 Division St", "Ste 200"], "state_code":
|
341
|
-
"CA"}}, {"is_claimed": true, "rating": 5.0, "mobile_url": "http://m.yelp.com/biz/motojava-san-francisco",
|
342
|
-
"rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
|
343
|
-
"review_count": 161, "name": "MotoJava", "snippet_image_url": "http://s3-media1.ak.yelpcdn.com/photo/tRn6om6yZWlqh2vjj8N-Kw/ms.jpg",
|
344
|
-
"rating_img_url_small": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png",
|
345
|
-
"url": "http://www.yelp.com/biz/motojava-san-francisco", "phone": "4152559527",
|
346
|
-
"snippet_text": "I should probably try their java portion of their store one
|
347
|
-
day, but this review is for the moto side.\n\nBest of the best. Those are
|
348
|
-
my words about this...", "image_url": "http://s3-media2.ak.yelpcdn.com/bphoto/jk6HBU7I8KVvzuUWKBuE1A/ms.jpg",
|
349
|
-
"categories": [["Motorcycle Dealers", "motorcycledealers"], ["Motorcycle Repair",
|
350
|
-
"motorcyclerepair"]], "display_phone": "+1-415-255-9527", "rating_img_url_large":
|
351
|
-
"http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
|
352
|
-
"id": "motojava-san-francisco", "is_closed": false, "location": {"cross_streets":
|
353
|
-
"Mclea Ct \u0026 Bryant St", "city": "San Francisco", "display_address": ["498
|
354
|
-
9th St", "(b/t Mclea Ct \u0026 Bryant St)", "SoMa", "San Francisco, CA 94103"],
|
105
|
+
true, "rating": 4.5, "mobile_url": "http://m.yelp.com/biz/shizen-vegan-sushi-bar-and-izakaya-san-francisco",
|
106
|
+
"rating_img_url": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
|
107
|
+
"review_count": 278, "name": "Shizen Vegan Sushi Bar \u0026 Izakaya", "rating_img_url_small":
|
108
|
+
"http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
|
109
|
+
"url": "http://www.yelp.com/biz/shizen-vegan-sushi-bar-and-izakaya-san-francisco",
|
110
|
+
"categories": [["Sushi Bars", "sushi"], ["Japanese", "japanese"], ["Vegan",
|
111
|
+
"vegan"]], "menu_date_updated": 1442230408, "phone": "4156785767", "snippet_text":
|
112
|
+
"Amazing! Incredible! Soooooo delicious! \nEverything blew my mind. \nThe
|
113
|
+
ambience is simple and relaxing, wooded and bambooed .. Very zen. The crowd
|
114
|
+
was hip...", "image_url": "http://s3-media1.fl.yelpcdn.com/bphoto/qNBc17KOonteVfaVCGj0HQ/ms.jpg",
|
115
|
+
"snippet_image_url": "http://s3-media3.fl.yelpcdn.com/photo/tqei8KgiyXawO4YnE-BASA/ms.jpg",
|
116
|
+
"display_phone": "+1-415-678-5767", "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
|
117
|
+
"menu_provider": "single_platform", "id": "shizen-vegan-sushi-bar-and-izakaya-san-francisco",
|
118
|
+
"is_closed": false, "location": {"cross_streets": "Julian Ave \u0026 Stevenson
|
119
|
+
St", "city": "San Francisco", "display_address": ["370 14th St", "Mission",
|
120
|
+
"San Francisco, CA 94103"], "geo_accuracy": 8.0, "neighborhoods": ["Mission"],
|
121
|
+
"postal_code": "94103", "country_code": "US", "address": ["370 14th St"],
|
122
|
+
"coordinate": {"latitude": 37.7682280540466, "longitude": -122.421650066972},
|
123
|
+
"state_code": "CA"}}, {"is_claimed": true, "rating": 4.5, "mobile_url": "http://m.yelp.com/biz/grandmas-deli-and-cafe-san-francisco",
|
124
|
+
"rating_img_url": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
|
125
|
+
"review_count": 85, "name": "Grandma''s Deli \u0026 Cafe", "rating_img_url_small":
|
126
|
+
"http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
|
127
|
+
"url": "http://www.yelp.com/biz/grandmas-deli-and-cafe-san-francisco", "categories":
|
128
|
+
[["Coffee \u0026 Tea", "coffee"], ["Sandwiches", "sandwiches"], ["Juice Bars
|
129
|
+
\u0026 Smoothies", "juicebars"]], "menu_date_updated": 1444663510, "phone":
|
130
|
+
"4152520759", "snippet_text": "I had the bagel with cream cheese, cucumber
|
131
|
+
and some other stuff. Delicious.\n\nAlso, the carrot + apple juice was great.\n\nGreat
|
132
|
+
price, working wi-fi, close...", "image_url": "http://s3-media4.fl.yelpcdn.com/bphoto/8AXI2wwV8dqXcAaUBOXbJw/ms.jpg",
|
133
|
+
"snippet_image_url": "http://s3-media2.fl.yelpcdn.com/photo/uR1xEd9mCmpv30aa7AyB7A/ms.jpg",
|
134
|
+
"display_phone": "+1-415-252-0759", "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
|
135
|
+
"menu_provider": "eat24", "id": "grandmas-deli-and-cafe-san-francisco", "is_closed":
|
136
|
+
false, "location": {"cross_streets": "11th St \u0026 Lafayette St", "city":
|
137
|
+
"San Francisco", "display_address": ["1551 Mission St", "SoMa", "San Francisco,
|
138
|
+
CA 94103"], "geo_accuracy": 8.0, "neighborhoods": ["SoMa"], "postal_code":
|
139
|
+
"94103", "country_code": "US", "address": ["1551 Mission St"], "coordinate":
|
140
|
+
{"latitude": 37.7731895, "longitude": -122.4178696}, "state_code": "CA"}},
|
141
|
+
{"is_claimed": true, "rating": 4.5, "mobile_url": "http://m.yelp.com/biz/city-beer-store-san-francisco",
|
142
|
+
"rating_img_url": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
|
143
|
+
"review_count": 634, "name": "City Beer Store", "rating_img_url_small": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
|
144
|
+
"url": "http://www.yelp.com/biz/city-beer-store-san-francisco", "categories":
|
145
|
+
[["Beer, Wine \u0026 Spirits", "beer_and_wine"], ["Beer Bar", "beerbar"]],
|
146
|
+
"phone": "4155031033", "snippet_text": "Great selection.\nGreat service.\nKnowledgeable
|
147
|
+
and enthusiastic staff.\nCold, delicious beer....\n\nAround the corner from
|
148
|
+
a motorcycle shop.\n\nCheck it out", "image_url": "http://s3-media1.fl.yelpcdn.com/bphoto/-fAoYeL8NUSUSaHDKeu8rQ/ms.jpg",
|
149
|
+
"snippet_image_url": "http://s3-media3.fl.yelpcdn.com/photo/ZEe4q_8FI4nN9CnUr2JiNg/ms.jpg",
|
150
|
+
"display_phone": "+1-415-503-1033", "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
|
151
|
+
"id": "city-beer-store-san-francisco", "is_closed": false, "location": {"cross_streets":
|
152
|
+
"Rausch St \u0026 Langton St", "city": "San Francisco", "display_address":
|
153
|
+
["1168 Folsom St", "SoMa", "San Francisco, CA 94103"], "geo_accuracy": 8.0,
|
355
154
|
"neighborhoods": ["SoMa"], "postal_code": "94103", "country_code": "US", "address":
|
356
|
-
["
|
155
|
+
["1168 Folsom St"], "coordinate": {"latitude": 37.77578, "longitude": -122.40965},
|
156
|
+
"state_code": "CA"}}, {"is_claimed": true, "rating": 4.5, "mobile_url": "http://m.yelp.com/biz/azucar-lounge-san-francisco-4",
|
157
|
+
"rating_img_url": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
|
158
|
+
"review_count": 440, "name": "Azucar Lounge", "rating_img_url_small": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
|
159
|
+
"url": "http://www.yelp.com/biz/azucar-lounge-san-francisco-4", "categories":
|
160
|
+
[["Lounges", "lounges"], ["Mexican", "mexican"]], "menu_date_updated": 1445404920,
|
161
|
+
"phone": "4152552982", "snippet_text": "Found this place while waiting for
|
162
|
+
our Asia SF reservation. Loved it so much, we came back after the show, and
|
163
|
+
probably spent more time here than at the...", "image_url": "http://s3-media3.fl.yelpcdn.com/bphoto/nO4ul4ryUs9tK-g8tI81FA/ms.jpg",
|
164
|
+
"snippet_image_url": "http://s3-media2.fl.yelpcdn.com/photo/UMOzmEwjR-GnBHmqvNPOoA/ms.jpg",
|
165
|
+
"display_phone": "+1-415-255-2982", "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
|
166
|
+
"menu_provider": "single_platform", "id": "azucar-lounge-san-francisco-4",
|
167
|
+
"is_closed": false, "location": {"cross_streets": "Folsom St \u0026 Clementina
|
168
|
+
St", "city": "San Francisco", "display_address": ["299 9th St", "SoMa", "San
|
169
|
+
Francisco, CA 94103"], "geo_accuracy": 9.5, "neighborhoods": ["SoMa"], "postal_code":
|
170
|
+
"94103", "country_code": "US", "address": ["299 9th St"], "coordinate": {"latitude":
|
171
|
+
37.77392, "longitude": -122.411618}, "state_code": "CA"}}, {"is_claimed":
|
172
|
+
true, "rating": 4.0, "mobile_url": "http://m.yelp.com/biz/oasis-san-francisco-3",
|
173
|
+
"rating_img_url": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/c2f3dd9799a5/ico/stars/v1/stars_4.png",
|
174
|
+
"review_count": 65, "name": "Oasis", "rating_img_url_small": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/f62a5be2f902/ico/stars/v1/stars_small_4.png",
|
175
|
+
"url": "http://www.yelp.com/biz/oasis-san-francisco-3", "categories": [["Gay
|
176
|
+
Bars", "gaybars"], ["Performing Arts", "theater"]], "phone": "4157953180",
|
177
|
+
"snippet_text": "Oasis is to die for! Can''t remember the last time I had
|
178
|
+
this much fun out. These ladies work!! I was so impressed by the performances. Not
|
179
|
+
the typical...", "image_url": "http://s3-media2.fl.yelpcdn.com/bphoto/z_mN0aVGqlldJG5RejK8oA/ms.jpg",
|
180
|
+
"snippet_image_url": "http://s3-media3.fl.yelpcdn.com/photo/ZDlqetuKET_8L7EcEmSWBA/ms.jpg",
|
181
|
+
"display_phone": "+1-415-795-3180", "rating_img_url_large": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/ccf2b76faa2c/ico/stars/v1/stars_large_4.png",
|
182
|
+
"id": "oasis-san-francisco-3", "is_closed": false, "location": {"cross_streets":
|
183
|
+
"Folsom St \u0026 Burns Pl", "city": "San Francisco", "display_address": ["298
|
184
|
+
11th St", "SoMa", "San Francisco, CA 94103"], "geo_accuracy": 8.0, "neighborhoods":
|
185
|
+
["SoMa"], "postal_code": "94103", "country_code": "US", "address": ["298 11th
|
186
|
+
St"], "coordinate": {"latitude": 37.771884, "longitude": -122.41439}, "state_code":
|
187
|
+
"CA"}}, {"is_claimed": true, "rating": 4.5, "mobile_url": "http://m.yelp.com/biz/city-hall-san-francisco",
|
188
|
+
"rating_img_url": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
|
189
|
+
"review_count": 293, "name": "City Hall", "rating_img_url_small": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
|
190
|
+
"url": "http://www.yelp.com/biz/city-hall-san-francisco", "categories": [["Landmarks
|
191
|
+
\u0026 Historical Buildings", "landmarks"], ["Venues \u0026 Event Spaces",
|
192
|
+
"venues"]], "phone": "4157012311", "snippet_text": "My sister and her husband
|
193
|
+
recently had their wedding ceremony here. It''s still a beautiful, well-kept
|
194
|
+
venue. It was just how I remembered it from my junior...", "image_url": "http://s3-media4.fl.yelpcdn.com/bphoto/4Lwj7uBZI_rw7BEZIHl1Pg/ms.jpg",
|
195
|
+
"snippet_image_url": "http://s3-media2.fl.yelpcdn.com/photo/h7obe2wYjrglTkgXTHt5Eg/ms.jpg",
|
196
|
+
"display_phone": "+1-415-701-2311", "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
|
197
|
+
"id": "city-hall-san-francisco", "is_closed": false, "location": {"city":
|
198
|
+
"San Francisco", "display_address": ["1 Dr Carlton B Goodlett Pl", "Civic
|
199
|
+
Center", "San Francisco, CA 94102"], "geo_accuracy": 9.5, "neighborhoods":
|
200
|
+
["Civic Center"], "postal_code": "94102", "country_code": "US", "address":
|
201
|
+
["1 Dr Carlton B Goodlett Pl"], "coordinate": {"latitude": 37.7793900915108,
|
202
|
+
"longitude": -122.41861581802401}, "state_code": "CA"}}, {"is_claimed": true,
|
203
|
+
"rating": 4.5, "mobile_url": "http://m.yelp.com/biz/wicked-grounds-san-francisco",
|
204
|
+
"rating_img_url": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
|
205
|
+
"review_count": 211, "name": "Wicked Grounds", "rating_img_url_small": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
|
206
|
+
"url": "http://www.yelp.com/biz/wicked-grounds-san-francisco", "categories":
|
207
|
+
[["Coffee \u0026 Tea", "coffee"], ["Adult Entertainment", "adultentertainment"]],
|
208
|
+
"menu_date_updated": 1442014899, "phone": "4155030405", "snippet_text": "5
|
209
|
+
stars for originality and for maintaining a presence while a bunch of other
|
210
|
+
original SF establishments have been getting slowly pushed out.\n\nI''ve heard
|
211
|
+
of...", "image_url": "http://s3-media3.fl.yelpcdn.com/bphoto/d36pTeV5uGEB3zXdzh4IAA/ms.jpg",
|
212
|
+
"snippet_image_url": "http://s3-media3.fl.yelpcdn.com/photo/AgipyRSCd_gCkWXKzbninA/ms.jpg",
|
213
|
+
"display_phone": "+1-415-503-0405", "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
|
214
|
+
"menu_provider": "single_platform", "id": "wicked-grounds-san-francisco",
|
215
|
+
"is_closed": false, "location": {"cross_streets": "Tehama St \u0026 Clementina
|
216
|
+
St", "city": "San Francisco", "display_address": ["289 8th St", "SoMa", "San
|
217
|
+
Francisco, CA 94103"], "geo_accuracy": 8.0, "neighborhoods": ["SoMa"], "postal_code":
|
218
|
+
"94103", "country_code": "US", "address": ["289 8th St"], "coordinate": {"latitude":
|
219
|
+
37.7752914, "longitude": -122.4101868}, "state_code": "CA"}}, {"is_claimed":
|
220
|
+
true, "rating": 4.0, "mobile_url": "http://m.yelp.com/biz/butter-san-francisco",
|
221
|
+
"rating_img_url": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/c2f3dd9799a5/ico/stars/v1/stars_4.png",
|
222
|
+
"review_count": 1057, "name": "Butter", "rating_img_url_small": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/f62a5be2f902/ico/stars/v1/stars_small_4.png",
|
223
|
+
"url": "http://www.yelp.com/biz/butter-san-francisco", "categories": [["Dive
|
224
|
+
Bars", "divebars"], ["American (Traditional)", "tradamerican"], ["Dance Clubs",
|
225
|
+
"danceclubs"]], "phone": "4158635964", "snippet_text": "Oooooh Butter...you
|
226
|
+
and your heavy pours, deep fried, and microwave food!\n\nIf you ever see me
|
227
|
+
here I guarantee that I''m already drunk, probably eating a...", "image_url":
|
228
|
+
"http://s3-media3.fl.yelpcdn.com/bphoto/J6QSdHNbuyLmTVwtIWkr6g/ms.jpg", "snippet_image_url":
|
229
|
+
"http://s3-media3.fl.yelpcdn.com/photo/D1wCpGEwXREsEbOMEljJ3g/ms.jpg", "display_phone":
|
230
|
+
"+1-415-863-5964", "rating_img_url_large": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/ccf2b76faa2c/ico/stars/v1/stars_large_4.png",
|
231
|
+
"id": "butter-san-francisco", "is_closed": false, "location": {"cross_streets":
|
232
|
+
"Folsom St \u0026 Harrison St", "city": "San Francisco", "display_address":
|
233
|
+
["354 11th St", "SoMa", "San Francisco, CA 94103"], "geo_accuracy": 9.5, "neighborhoods":
|
234
|
+
["SoMa"], "postal_code": "94103", "country_code": "US", "address": ["354 11th
|
235
|
+
St"], "coordinate": {"latitude": 37.771019, "longitude": -122.413343}, "state_code":
|
236
|
+
"CA"}}, {"is_claimed": false, "rating": 4.5, "mobile_url": "http://m.yelp.com/biz/blue-bottle-coffee-san-francisco-8",
|
237
|
+
"rating_img_url": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
|
238
|
+
"review_count": 1625, "name": "Blue Bottle Coffee", "rating_img_url_small":
|
239
|
+
"http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
|
240
|
+
"url": "http://www.yelp.com/biz/blue-bottle-coffee-san-francisco-8", "categories":
|
241
|
+
[["Coffee \u0026 Tea", "coffee"]], "menu_date_updated": 1441946003, "phone":
|
242
|
+
"5106533394", "snippet_text": "Although there''s no indoor cafe and not much
|
243
|
+
outside seating - it''s the best coffee I''ve ever had (sorry Portland, it''s
|
244
|
+
true). That''s why there''s a...", "image_url": "http://s3-media4.fl.yelpcdn.com/bphoto/9S6vMxQNi5UqWdqay-A7ag/ms.jpg",
|
245
|
+
"snippet_image_url": "http://s3-media1.fl.yelpcdn.com/photo/E7EoIhXJ2PPe7SxOkFG-sQ/ms.jpg",
|
246
|
+
"display_phone": "+1-510-653-3394", "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
|
247
|
+
"menu_provider": "single_platform", "id": "blue-bottle-coffee-san-francisco-8",
|
248
|
+
"is_closed": false, "location": {"cross_streets": "Octavia St \u0026 Gough
|
249
|
+
St", "city": "San Francisco", "display_address": ["315 Linden St", "Hayes
|
250
|
+
Valley", "San Francisco, CA 94102"], "geo_accuracy": 9.5, "neighborhoods":
|
251
|
+
["Hayes Valley"], "postal_code": "94102", "country_code": "US", "address":
|
252
|
+
["315 Linden St"], "coordinate": {"latitude": 37.77638, "longitude": -122.423211},
|
253
|
+
"state_code": "CA"}}, {"is_claimed": false, "rating": 5.0, "mobile_url": "http://m.yelp.com/biz/papa-november-san-francisco",
|
254
|
+
"rating_img_url": "http://s3-media1.fl.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
|
255
|
+
"review_count": 69, "name": "Papa November", "rating_img_url_small": "http://s3-media1.fl.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png",
|
256
|
+
"url": "http://www.yelp.com/biz/papa-november-san-francisco", "categories":
|
257
|
+
[["Coffee \u0026 Tea", "coffee"]], "snippet_text": "Great place to get a great
|
258
|
+
cup of joe! They serve stump town coffee and it is all pour over. They also
|
259
|
+
have some pretty tasty treats!\n\nIt''s a trailer and...", "image_url": "http://s3-media4.fl.yelpcdn.com/bphoto/wgdUOQF61Hb2F6lf7mve_g/ms.jpg",
|
260
|
+
"snippet_image_url": "http://s3-media3.fl.yelpcdn.com/photo/uA4TwjimKpjo6-mdoui-vA/ms.jpg",
|
261
|
+
"rating_img_url_large": "http://s3-media3.fl.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
|
262
|
+
"id": "papa-november-san-francisco", "is_closed": false, "location": {"city":
|
263
|
+
"San Francisco", "display_address": ["15th \u0026 Kansas SE Corner", "SoMa",
|
264
|
+
"San Francisco, CA 94103"], "geo_accuracy": 9.5, "neighborhoods": ["SoMa"],
|
265
|
+
"postal_code": "94103", "country_code": "US", "address": ["15th \u0026 Kansas
|
266
|
+
SE Corner"], "coordinate": {"latitude": 37.7672036024795, "longitude": -122.403616905212},
|
267
|
+
"state_code": "CA"}}, {"is_claimed": false, "rating": 4.0, "mobile_url": "http://m.yelp.com/biz/sf-eagle-san-francisco-2",
|
268
|
+
"rating_img_url": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/c2f3dd9799a5/ico/stars/v1/stars_4.png",
|
269
|
+
"review_count": 162, "name": "SF Eagle", "rating_img_url_small": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/f62a5be2f902/ico/stars/v1/stars_small_4.png",
|
270
|
+
"url": "http://www.yelp.com/biz/sf-eagle-san-francisco-2", "categories": [["Gay
|
271
|
+
Bars", "gaybars"]], "snippet_text": "Added to the list of crazy drinks I ask
|
272
|
+
my bartender to make:\n\n\"Sonic the Hedgehog\"\n\"Pikachu\"\n\"Kirby\"\n\"Sub
|
273
|
+
Zero\"\n\"Gwen Stefani\"\n\nLoving this bar these days,...", "image_url":
|
274
|
+
"http://s3-media1.fl.yelpcdn.com/bphoto/88yhtgWjULA4zx9eRNTnzQ/ms.jpg", "snippet_image_url":
|
275
|
+
"http://s3-media1.fl.yelpcdn.com/photo/X2yg_r-KPK-drLNyjcHf8Q/ms.jpg", "rating_img_url_large":
|
276
|
+
"http://s3-media2.fl.yelpcdn.com/assets/2/www/img/ccf2b76faa2c/ico/stars/v1/stars_large_4.png",
|
277
|
+
"id": "sf-eagle-san-francisco-2", "is_closed": false, "location": {"cross_streets":
|
278
|
+
"Harrison St \u0026 Bernice St", "city": "San Francisco", "display_address":
|
279
|
+
["398 12th St", "SoMa", "San Francisco, CA 94103"], "geo_accuracy": 8.0, "neighborhoods":
|
280
|
+
["SoMa"], "postal_code": "94103", "country_code": "US", "address": ["398 12th
|
281
|
+
St"], "coordinate": {"latitude": 37.7699799, "longitude": -122.41341}, "state_code":
|
282
|
+
"CA"}}, {"is_claimed": true, "rating": 4.5, "mobile_url": "http://m.yelp.com/biz/the-flying-falafel-san-francisco-3",
|
283
|
+
"rating_img_url": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
|
284
|
+
"review_count": 368, "name": "The Flying Falafel", "rating_img_url_small":
|
285
|
+
"http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
|
286
|
+
"url": "http://www.yelp.com/biz/the-flying-falafel-san-francisco-3", "categories":
|
287
|
+
[["Falafel", "falafel"], ["Vegan", "vegan"], ["Gluten-Free", "gluten_free"]],
|
288
|
+
"menu_date_updated": 1444605464, "phone": "4159641003", "snippet_text": "best
|
289
|
+
food\nbest positive personality\n\nbest show!\n\nkeep up the good work", "image_url":
|
290
|
+
"http://s3-media3.fl.yelpcdn.com/bphoto/jlzz6k3zJX0ypKpOwXn6iQ/ms.jpg", "snippet_image_url":
|
291
|
+
"http://s3-media3.fl.yelpcdn.com/photo/Tso_fYB9HX_O0rj5Jl8W4w/ms.jpg", "display_phone":
|
292
|
+
"+1-415-964-1003", "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
|
293
|
+
"menu_provider": "eat24", "id": "the-flying-falafel-san-francisco-3", "is_closed":
|
294
|
+
false, "location": {"cross_streets": "Golden Gate Ave \u0026 Taylor St", "city":
|
295
|
+
"San Francisco", "display_address": ["1051 Market St", "SoMa", "San Francisco,
|
296
|
+
CA 94103"], "geo_accuracy": 8.0, "neighborhoods": ["SoMa"], "postal_code":
|
297
|
+
"94103", "country_code": "US", "address": ["1051 Market St"], "coordinate":
|
298
|
+
{"latitude": 37.78125, "longitude": -122.4113007}, "state_code": "CA"}}, {"is_claimed":
|
299
|
+
true, "rating": 4.0, "mobile_url": "http://m.yelp.com/biz/big-chef-toms-belly-burgers-san-francisco",
|
300
|
+
"rating_img_url": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/c2f3dd9799a5/ico/stars/v1/stars_4.png",
|
301
|
+
"review_count": 181, "name": "Big Chef Tom''s Belly Burgers", "rating_img_url_small":
|
302
|
+
"http://s3-media4.fl.yelpcdn.com/assets/2/www/img/f62a5be2f902/ico/stars/v1/stars_small_4.png",
|
303
|
+
"url": "http://www.yelp.com/biz/big-chef-toms-belly-burgers-san-francisco",
|
304
|
+
"categories": [["Burgers", "burgers"]], "menu_date_updated": 1445587752, "phone":
|
305
|
+
"4155131331", "snippet_text": "This burger was awesome. First off, since
|
306
|
+
I don''t eat beef, being able to have these options of pork and chicken is
|
307
|
+
just divine. The pork belly is not...", "image_url": "http://s3-media3.fl.yelpcdn.com/bphoto/j9p0fnaKPJQLFfXnZ70fRQ/ms.jpg",
|
308
|
+
"snippet_image_url": "http://s3-media4.fl.yelpcdn.com/photo/tRnkIcoYTWiU0N92NV_HjA/ms.jpg",
|
309
|
+
"display_phone": "+1-415-513-1331", "rating_img_url_large": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/ccf2b76faa2c/ico/stars/v1/stars_large_4.png",
|
310
|
+
"menu_provider": "eat24", "id": "big-chef-toms-belly-burgers-san-francisco",
|
311
|
+
"is_closed": false, "location": {"cross_streets": "12th St \u0026 Lafayette
|
312
|
+
St", "city": "San Francisco", "display_address": ["1550 Howard St", "SoMa",
|
313
|
+
"San Francisco, CA 94103"], "geo_accuracy": 8.0, "neighborhoods": ["SoMa"],
|
314
|
+
"postal_code": "94103", "country_code": "US", "address": ["1550 Howard St"],
|
315
|
+
"coordinate": {"latitude": 37.7724609, "longitude": -122.4165268}, "state_code":
|
316
|
+
"CA"}}, {"is_claimed": true, "rating": 4.0, "mobile_url": "http://m.yelp.com/biz/wish-san-francisco",
|
317
|
+
"rating_img_url": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/c2f3dd9799a5/ico/stars/v1/stars_4.png",
|
318
|
+
"review_count": 561, "name": "Wish", "rating_img_url_small": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/f62a5be2f902/ico/stars/v1/stars_small_4.png",
|
319
|
+
"url": "http://www.yelp.com/biz/wish-san-francisco", "categories": [["Lounges",
|
320
|
+
"lounges"], ["Venues \u0026 Event Spaces", "venues"]], "phone": "4154311661",
|
321
|
+
"snippet_text": "I love this bar! Anya makes the best drinks and I must say,
|
322
|
+
the music is really good. They have house music on Wednesdays and some of
|
323
|
+
my favorite DJ''s run...", "image_url": "http://s3-media4.fl.yelpcdn.com/bphoto/T2rh2sHB2rPJgR12WJfeEA/ms.jpg",
|
324
|
+
"snippet_image_url": "http://s3-media4.fl.yelpcdn.com/photo/pzDT7sx41Yb8nmScj9DO-g/ms.jpg",
|
325
|
+
"display_phone": "+1-415-431-1661", "rating_img_url_large": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/ccf2b76faa2c/ico/stars/v1/stars_large_4.png",
|
326
|
+
"id": "wish-san-francisco", "is_closed": false, "location": {"cross_streets":
|
327
|
+
"12th St \u0026 11th St", "city": "San Francisco", "display_address": ["1539
|
328
|
+
Folsom St", "SoMa", "San Francisco, CA 94103"], "geo_accuracy": 8.0, "neighborhoods":
|
329
|
+
["SoMa"], "postal_code": "94103", "country_code": "US", "address": ["1539
|
330
|
+
Folsom St"], "coordinate": {"latitude": 37.77128, "longitude": -122.41444},
|
331
|
+
"state_code": "CA"}}, {"is_claimed": true, "rating": 4.5, "mobile_url": "http://m.yelp.com/biz/vega-at-langton-san-francisco-2",
|
332
|
+
"rating_img_url": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
|
333
|
+
"review_count": 105, "name": "Vega At Langton", "rating_img_url_small": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
|
334
|
+
"url": "http://www.yelp.com/biz/vega-at-langton-san-francisco-2", "categories":
|
335
|
+
[["Coffee \u0026 Tea", "coffee"]], "phone": "4152601262", "snippet_text":
|
336
|
+
"Their coffee is delicious! Absolutely no bitter finish. I drink nespresso
|
337
|
+
coffee every day so I''m used to good coffee thank the good lord, but the...",
|
338
|
+
"image_url": "http://s3-media4.fl.yelpcdn.com/bphoto/trKIXagHcMtTfhIivZ-zGw/ms.jpg",
|
339
|
+
"snippet_image_url": "http://s3-media1.fl.yelpcdn.com/photo/tKifZHnF9b9hw_nA3A32Gw/ms.jpg",
|
340
|
+
"display_phone": "+1-415-260-1262", "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
|
341
|
+
"id": "vega-at-langton-san-francisco-2", "is_closed": false, "location": {"cross_streets":
|
342
|
+
"Dore St \u0026 9th St", "city": "San Francisco", "display_address": ["1246
|
343
|
+
Folsom St", "SoMa", "San Francisco, CA 94103"], "geo_accuracy": 9.5, "neighborhoods":
|
344
|
+
["SoMa"], "postal_code": "94103", "country_code": "US", "address": ["1246
|
345
|
+
Folsom St"], "coordinate": {"latitude": 37.7745635, "longitude": -122.410969},
|
346
|
+
"state_code": "CA"}}, {"is_claimed": true, "rating": 4.5, "mobile_url": "http://m.yelp.com/biz/chantal-guillon-san-francisco",
|
347
|
+
"rating_img_url": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
|
348
|
+
"review_count": 78, "name": "Chantal Guillon", "rating_img_url_small": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
|
349
|
+
"url": "http://www.yelp.com/biz/chantal-guillon-san-francisco", "categories":
|
350
|
+
[["Bakeries", "bakeries"], ["Cafes", "cafes"], ["Macarons", "macarons"]],
|
351
|
+
"menu_date_updated": 1442229126, "phone": "4155121020", "snippet_text": "A
|
352
|
+
hidden gem !\nThe food is 6 star ! \nI had a salmon sandwich with a soup,\nI
|
353
|
+
definitely add this to one of the 100 most delicious foods I ever eat", "image_url":
|
354
|
+
"http://s3-media4.fl.yelpcdn.com/bphoto/8rs0Oix0HG81RP7__aIZrQ/ms.jpg", "snippet_image_url":
|
355
|
+
"http://s3-media3.fl.yelpcdn.com/photo/PcAHelyoCsEBjlFeXXeMPQ/ms.jpg", "display_phone":
|
356
|
+
"+1-415-512-1020", "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
|
357
|
+
"menu_provider": "single_platform", "id": "chantal-guillon-san-francisco",
|
358
|
+
"is_closed": false, "location": {"cross_streets": "Washburn St \u0026 9th
|
359
|
+
St", "city": "San Francisco", "display_address": ["1309 Howard St", "SoMa",
|
360
|
+
"San Francisco, CA 94103"], "geo_accuracy": 8.0, "neighborhoods": ["SoMa"],
|
361
|
+
"postal_code": "94103", "country_code": "US", "address": ["1309 Howard St"],
|
362
|
+
"coordinate": {"latitude": 37.77463, "longitude": -122.41316}, "state_code":
|
363
|
+
"CA"}}, {"is_claimed": true, "rating": 4.5, "mobile_url": "http://m.yelp.com/biz/deli-board-san-francisco",
|
364
|
+
"rating_img_url": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
|
365
|
+
"review_count": 878, "name": "Deli Board", "rating_img_url_small": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
|
366
|
+
"url": "http://www.yelp.com/biz/deli-board-san-francisco", "categories": [["Delis",
|
367
|
+
"delis"], ["Sandwiches", "sandwiches"]], "menu_date_updated": 1442017862,
|
368
|
+
"phone": "4155527687", "snippet_text": "Best sandwiches in the city. Everything
|
369
|
+
is the best version of that food you can imagine, if it is pastrami, chicken
|
370
|
+
salad or just the rye bread. The...", "image_url": "http://s3-media2.fl.yelpcdn.com/bphoto/C82q5H4MN58WYa_WbcByfQ/ms.jpg",
|
371
|
+
"snippet_image_url": "http://s3-media2.fl.yelpcdn.com/photo/meFjRgAz5JQJzMBQTuDtYA/ms.jpg",
|
372
|
+
"display_phone": "+1-415-552-7687", "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
|
373
|
+
"menu_provider": "single_platform", "id": "deli-board-san-francisco", "is_closed":
|
374
|
+
false, "location": {"cross_streets": "Russ St \u0026 Sherman St", "city":
|
375
|
+
"San Francisco", "display_address": ["1058 Folsom St", "SoMa", "San Francisco,
|
376
|
+
CA 94103"], "geo_accuracy": 8.0, "neighborhoods": ["SoMa"], "postal_code":
|
377
|
+
"94103", "country_code": "US", "address": ["1058 Folsom St"], "coordinate":
|
378
|
+
{"latitude": 37.7776794, "longitude": -122.4070892}, "state_code": "CA"}}]}'
|
357
379
|
http_version:
|
358
|
-
recorded_at:
|
359
|
-
recorded_with: VCR 2.
|
380
|
+
recorded_at: Fri, 23 Oct 2015 21:15:33 GMT
|
381
|
+
recorded_with: VCR 2.9.3
|