yelp 2.0.7 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/lib/yelp/client.rb +1 -2
  4. data/lib/yelp/endpoint/business.rb +3 -1
  5. data/lib/yelp/endpoint/phone_search.rb +4 -1
  6. data/lib/yelp/endpoint/search.rb +5 -3
  7. data/lib/yelp/responses/base.rb +21 -0
  8. data/lib/yelp/responses/business.rb +14 -0
  9. data/lib/yelp/responses/models/business.rb +26 -0
  10. data/lib/yelp/responses/models/coordinate.rb +11 -0
  11. data/lib/yelp/responses/models/deal.rb +20 -0
  12. data/lib/yelp/responses/models/deal_option.rb +12 -0
  13. data/lib/yelp/responses/models/gift_certificate.rb +18 -0
  14. data/lib/yelp/responses/models/gift_certificate_option.rb +11 -0
  15. data/lib/yelp/responses/models/location.rb +19 -0
  16. data/lib/yelp/responses/models/rating.rb +11 -0
  17. data/lib/yelp/responses/models/region.rb +20 -0
  18. data/lib/yelp/responses/models/region_center.rb +11 -0
  19. data/lib/yelp/responses/models/region_span.rb +11 -0
  20. data/lib/yelp/responses/models/review.rb +12 -0
  21. data/lib/yelp/responses/models/user.rb +11 -0
  22. data/lib/yelp/responses/phone_search.rb +18 -0
  23. data/lib/yelp/responses/search.rb +18 -0
  24. data/lib/yelp/version.rb +1 -1
  25. data/spec/fixtures/vcr_cassettes/business.yml +52 -41
  26. data/spec/fixtures/vcr_cassettes/phone_search.yml +35 -28
  27. data/spec/fixtures/vcr_cassettes/search.yml +360 -332
  28. data/spec/fixtures/vcr_cassettes/search_bounding_box.yml +349 -327
  29. data/spec/fixtures/vcr_cassettes/search_by_coordinates.yml +361 -355
  30. data/spec/yelp/endpoint/business_spec.rb +2 -2
  31. data/spec/yelp/endpoint/phone_search_spec.rb +1 -1
  32. data/spec/yelp/endpoint/search_spec.rb +1 -1
  33. data/spec/yelp/responses/base_spec.rb +22 -0
  34. data/tasks/console.rake +2 -2
  35. data/yelp.gemspec +1 -1
  36. metadata +24 -7
  37. data/lib/yelp/burst_struct.rb +0 -63
  38. 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: http://api.yelp.com/v2/search?ll=37.7577,-122.4376,,,
5
+ uri: https://api.yelp.com/v2/search?ll=37.7577,-122.4376,,,
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.9
11
+ - Faraday v0.9.2
12
12
  Authorization:
13
- - OAuth oauth_consumer_key="<YELP_CONSUMER_KEY>", oauth_nonce="69dd320bac1c00180d0b82a912f84bdc",
14
- oauth_signature="YXcdwqQBcr%2BkecM7kxE2iB0drnA%3D", oauth_signature_method="HMAC-SHA1",
15
- oauth_timestamp="1398701826", oauth_token="<YELP_TOKEN>", oauth_version="1.0"
13
+ - OAuth oauth_consumer_key="<YELP_CONSUMER_KEY>", oauth_nonce="9cd962b4995fb18a50c17dfa2576f74e",
14
+ oauth_signature="HoYEFi6ugrjZZUO268n4miXi7SA%3D", oauth_signature_method="HMAC-SHA1",
15
+ oauth_timestamp="1445634933", 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,366 +22,372 @@ 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
- - Apache
26
+ - nginx
27
+ Date:
28
+ - Fri, 23 Oct 2015 21:15:34 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
- - web33, api_com
36
+ - api_com
37
+ - web57-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=f3182ae858ad850294326870ce61453c; Domain=.yelp.com; Path=/; HttpOnly
35
- Content-Length:
36
- - '31262'
45
+ - bse=f3ef8b8225a771c3bbc8819a66e4b14e; Domain=.yelp.com; Path=/; HttpOnly
46
+ - yuv=hdJnno_Frz4V-O_ilbRfZhkdJMefo6I71up5oQ9uLpzvklNY_4oLo46vcPXv4U-zeGOHd8y_AbU2g5CRYfvTk3RB-gnw24Pv;
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
- - rw
52
+ - ro
43
53
  X-Proxied:
44
- - lb2
54
+ - 10-64-0-111-uswest1aprod
45
55
  body:
46
56
  encoding: UTF-8
47
- string: '{"region": {"span": {"latitude_delta": 0.014457849999999439, "longitude_delta":
48
- 0.014482270000002018}, "center": {"latitude": 37.758191750000002, "longitude":
49
- -122.43873005}}, "total": 3504, "businesses": [{"is_claimed": false, "distance":
50
- 322.2774924805243, "mobile_url": "http://m.yelp.com/biz/level-6-shredding-san-francisco-2",
51
- "rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
52
- "review_count": 133, "name": "Level 6 Shredding", "snippet_image_url": "http://s3-media3.ak.yelpcdn.com/photo/PAis6aohiiaxDajJV5QQMQ/ms.jpg",
53
- "rating": 5.0, "url": "http://www.yelp.com/biz/level-6-shredding-san-francisco-2",
54
- "location": {"cross_streets": "18th St \u0026 19th St", "city": "San Francisco",
55
- "display_address": ["139 Collingwood St", "Ste A", "(b/t 18th St \u0026 19th
56
- St)", "Castro", "San Francisco, CA 94114"], "neighborhoods": ["Castro"], "postal_code":
57
- "94114", "country_code": "US", "address": ["139 Collingwood St", "Ste A"],
58
- "state_code": "CA"}, "phone": "4153411003", "snippet_text": "Summary of my
59
- experience with Level 6 Shredding: Easy to contact and arrange appointment,
60
- courteous and pleasant to work with, convenient and professional...", "image_url":
61
- "http://s3-media1.ak.yelpcdn.com/bphoto/Bajq1NnYj4queV8aoEglzw/ms.jpg", "categories":
62
- [["Local Services", "localservices"]], "display_phone": "+1-415-341-1003",
63
- "rating_img_url_large": "http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
64
- "id": "level-6-shredding-san-francisco-2", "is_closed": false, "rating_img_url_small":
65
- "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png"},
66
- {"is_claimed": true, "distance": 322.19072544051335, "mobile_url": "http://m.yelp.com/biz/p-o-plus-san-francisco",
67
- "rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
68
- "review_count": 111, "name": "P.O. Plus", "snippet_image_url": "http://s3-media4.ak.yelpcdn.com/photo/3JOY7yA2l-a9edz0NtpMuQ/ms.jpg",
69
- "rating": 5.0, "url": "http://www.yelp.com/biz/p-o-plus-san-francisco", "location":
70
- {"cross_streets": "18th St \u0026 19th St", "city": "San Francisco", "display_address":
71
- ["584 Castro St", "(b/t 18th St \u0026 19th St)", "Castro", "San Francisco,
72
- CA 94114"], "neighborhoods": ["Castro"], "postal_code": "94114", "country_code":
73
- "US", "address": ["584 Castro St"], "state_code": "CA"}, "phone": "4158645888",
74
- "snippet_text": "I always knew I''d get around to creating a yelp account
75
- eventually. Didn''t realise it would be to sing the praises of a notary public
76
- and shipping...", "image_url": "http://s3-media1.ak.yelpcdn.com/bphoto/m0mypyrxxt8J9XLTwfQrhw/ms.jpg",
77
- "categories": [["Notaries", "notaries"], ["Shipping Centers", "shipping_centers"]],
78
- "display_phone": "+1-415-864-5888", "rating_img_url_large": "http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
79
- "id": "p-o-plus-san-francisco", "is_closed": false, "rating_img_url_small":
80
- "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png"},
81
- {"is_claimed": false, "distance": 490.86608556886506, "mobile_url": "http://m.yelp.com/biz/hey-cookie-san-francisco",
82
- "rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
83
- "review_count": 77, "name": "Hey, Cookie!", "snippet_image_url": "http://s3-media3.ak.yelpcdn.com/photo/q2zIvcaG3iVbYYlqE72ZCQ/ms.jpg",
84
- "rating": 5.0, "url": "http://www.yelp.com/biz/hey-cookie-san-francisco",
85
- "location": {"city": "San Francisco", "display_address": ["Castro", "San Francisco,
86
- CA"], "neighborhoods": ["Castro"], "country_code": "US", "address": [], "state_code":
87
- "CA"}, "phone": "4159990205", "snippet_text": "5 stars for effort! Oh, and
88
- the cookies are pretty good too. ; )\n\nWe were picnic''ing in Delores park
89
- \u0026 out of the corner of my eye I see this girl in a...", "image_url":
90
- "http://s3-media3.ak.yelpcdn.com/bphoto/TPATiROP8a61nrgq9DOBPA/ms.jpg", "categories":
91
- [["Desserts", "desserts"], ["Food Delivery Services", "fooddeliveryservices"]],
92
- "display_phone": "+1-415-999-0205", "rating_img_url_large": "http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
93
- "id": "hey-cookie-san-francisco", "is_closed": false, "rating_img_url_small":
94
- "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png"},
95
- {"is_claimed": true, "distance": 216.84231073416774, "mobile_url": "http://m.yelp.com/biz/herst-wellness-san-francisco",
96
- "rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
97
- "review_count": 51, "name": "Herst Wellness", "snippet_image_url": "http://s3-media2.ak.yelpcdn.com/photo/qKX3XmMV-k2jkKUu8gxrHQ/ms.jpg",
98
- "rating": 5.0, "url": "http://www.yelp.com/biz/herst-wellness-san-francisco",
99
- "location": {"cross_streets": "Dixie Aly \u0026 Hoffman Ave", "city": "San
100
- Francisco", "display_address": ["913 Alvarado St", "(b/t Dixie Aly \u0026
101
- Hoffman Ave)", "Castro", "San Francisco, CA 94114"], "neighborhoods": ["Castro"],
102
- "postal_code": "94114", "country_code": "US", "address": ["913 Alvarado St"],
103
- "state_code": "CA"}, "phone": "4156864411", "snippet_text": "I''ve been working
104
- with Chad for over three months and have seen much progress in that time. I
105
- started going to him after two close friends, discerning...", "image_url":
106
- "http://s3-media4.ak.yelpcdn.com/bphoto/8Gz8lHNg5R39D-Wt1Wp8Cg/ms.jpg", "categories":
107
- [["Counseling \u0026 Mental Health", "c_and_mh"], ["Acupuncture", "acupuncture"],
108
- ["Life Coach", "lifecoach"]], "display_phone": "+1-415-686-4411", "rating_img_url_large":
109
- "http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
110
- "id": "herst-wellness-san-francisco", "is_closed": false, "rating_img_url_small":
111
- "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png"},
112
- {"is_claimed": true, "distance": 316.96492929649634, "mobile_url": "http://m.yelp.com/biz/eye-gotcha-optometric-san-francisco",
113
- "rating_img_url": "http://s3-media2.ak.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
114
- "review_count": 179, "name": "Eye Gotcha Optometric", "snippet_image_url":
115
- "http://s3-media2.ak.yelpcdn.com/photo/qbcGMF51m4jg5FuN91_Fyg/ms.jpg", "rating":
116
- 4.5, "url": "http://www.yelp.com/biz/eye-gotcha-optometric-san-francisco",
117
- "location": {"cross_streets": "18th St \u0026 19th St", "city": "San Francisco",
118
- "display_address": ["586 Castro St", "(b/t 18th St \u0026 19th St)", "Castro",
119
- "San Francisco, CA 94114"], "neighborhoods": ["Castro"], "postal_code": "94114",
120
- "country_code": "US", "address": ["586 Castro St"], "state_code": "CA"}, "phone":
121
- "4154312988", "snippet_text": "Seriously, I would go out of my way to buy
122
- pizza, pet food or bike parts from these folks, if that''s the one shop they
123
- ran.\n\nDr. Higuchi is a \"real\" doctor...", "image_url": "http://s3-media1.ak.yelpcdn.com/bphoto/ftuJXjYDkr0EnO74KSJkFQ/ms.jpg",
124
- "categories": [["Optometrists", "optometrists"], ["Eyewear \u0026 Opticians",
125
- "opticians"]], "display_phone": "+1-415-431-2988", "rating_img_url_large":
126
- "http://s3-media4.ak.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
127
- "id": "eye-gotcha-optometric-san-francisco", "is_closed": false, "rating_img_url_small":
128
- "http://s3-media2.ak.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png"},
129
- {"is_claimed": true, "distance": 348.28307926372719, "mobile_url": "http://m.yelp.com/biz/bryan-roberts-salon-and-color-bar-san-francisco-3",
130
- "rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
131
- "review_count": 193, "name": "Bryan Roberts Salon \u0026 Color Bar", "snippet_image_url":
132
- "http://s3-media3.ak.yelpcdn.com/photo/5TQ2DlZxdu8PuRM_66J-dA/ms.jpg", "rating":
133
- 5.0, "url": "http://www.yelp.com/biz/bryan-roberts-salon-and-color-bar-san-francisco-3",
57
+ string: '{"region": {"span": {"latitude_delta": 0.015491277150246674, "longitude_delta":
58
+ 0.015165671335097386}, "center": {"latitude": 37.75819112982575, "longitude":
59
+ -122.4329202869705}}, "total": 11534, "businesses": [{"is_claimed": false,
60
+ "rating": 4.5, "mobile_url": "http://m.yelp.com/biz/seward-street-slides-san-francisco",
61
+ "rating_img_url": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
62
+ "review_count": 495, "name": "Seward Street Slides", "snippet_image_url":
63
+ "http://s3-media2.fl.yelpcdn.com/photo/0EHgtYMEgFG-OSgrf6kkAw/ms.jpg", "rating_img_url_small":
64
+ "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
65
+ "url": "http://www.yelp.com/biz/seward-street-slides-san-francisco", "categories":
66
+ [["Parks", "parks"]], "snippet_text": "I don''t care if you''re an adult -
67
+ you''re coming here if you''re in SF. This small park is in the middle of
68
+ a residential area. Looking at pictures of the...", "image_url": "http://s3-media2.fl.yelpcdn.com/bphoto/sEQFQT2Dkx6XjSZgul5V3Q/ms.jpg",
69
+ "location": {"city": "San Francisco", "display_address": ["Seward St", "Castro",
70
+ "San Francisco, CA 94114"], "geo_accuracy": 9.5, "neighborhoods": ["Castro"],
71
+ "postal_code": "94114", "country_code": "US", "address": ["Seward St"], "coordinate":
72
+ {"latitude": 37.7579189398193, "longitude": -122.439813773941}, "state_code":
73
+ "CA"}, "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
74
+ "id": "seward-street-slides-san-francisco", "is_closed": false, "distance":
75
+ 196.13272113964354}, {"is_claimed": true, "rating": 4.5, "mobile_url": "http://m.yelp.com/biz/philz-coffee-san-francisco-2",
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": 898, "name": "Philz Coffee", "snippet_image_url": "http://s3-media2.fl.yelpcdn.com/photo/QmJAC8diqFOSjqlkcJF0Cw/ms.jpg",
78
+ "rating_img_url_small": "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/philz-coffee-san-francisco-2", "categories":
80
+ [["Coffee \u0026 Tea", "coffee"]], "menu_date_updated": 1441967199, "phone":
81
+ "4158759656", "snippet_text": "15.10.12. FIRST visit at new location!!!\n\nThis
82
+ ACTUALLY relocation\n\nBEAUTIFUL\n\nThe old tiny place was on 18th\n\nLarge wide
83
+ foldable window\n Bug comes in...", "image_url": "http://s3-media3.fl.yelpcdn.com/bphoto/OtoOZjPSmdGW5pQTe8B2Yw/ms.jpg",
134
84
  "location": {"cross_streets": "19th St \u0026 18th St", "city": "San Francisco",
135
- "display_address": ["561 Castro St", "(b/t 19th St \u0026 18th St)", "Castro",
136
- "San Francisco, CA 94114"], "neighborhoods": ["Castro"], "postal_code": "94114",
137
- "country_code": "US", "address": ["561 Castro St"], "state_code": "CA"}, "deals":
138
- [{"is_popular": true, "time_start": 1355164500, "title": "$25 for $50 Towards
139
- Spa Services", "url": "http://www.yelp.com/deals/bryan-roberts-salon-and-color-bar-san-francisco-3-10",
140
- "additional_restrictions": "Promotion lasts for 1 year from date of purchase.
141
- After that period, your voucher is redeemable for the amount you paid. Only
142
- 1 Voucher can be purchased and redeemed per person. Up to 3 Vouchers may be
143
- purchased as gifts for others. Must be used in a single visit. Gratuity not
144
- included, please tip on full value. 24-hour cancellation notice required or
145
- your Voucher is forfeited. Voucher can only be used for services, not for
146
- retail products. Not to be combined with other vouchers, coupons or discounts.
147
- Subject to the \u003ca target=\"_blank\" href=\"http://www.yelp.com/tos/general_b2c_us_20120911\"\u003eGeneral
148
- Terms\u003c/a\u003e.", "options": [{"original_price": 5000, "title": "$25
149
- for $50 Towards Spa Services", "price": 2500, "purchase_url": "https://www.yelp.com/checkout/deal/99UXPkRVKhYkyG-FXm7dXw",
150
- "formatted_original_price": "$50", "formatted_price": "$25", "is_quantity_limited":
151
- false}], "important_restrictions": "Valid towards facials, body waxing, tinting
152
- or makeup services only\nNew customers only\nBy appointment only", "image_url":
153
- "http://s3-media4.ak.yelpcdn.com/dphoto/IxGAVvwMrwKpfW1PHj9jWg/m.jpg", "id":
154
- "Fls0PVprGTrFlqLK29Bp-g", "currency_code": "USD"}], "phone": "4156267700",
155
- "snippet_text": "My review is for Jenny: \n\nI had an absolutely wonderful
156
- experience at the Bryan Roberts Salon. I was a bit nervous and also prepared
157
- for multiple visits. I...", "image_url": "http://s3-media2.ak.yelpcdn.com/bphoto/8BO2c6NZuhvdiXqLeTjigQ/ms.jpg",
158
- "categories": [["Hair Salons", "hair"], ["Skin Care", "skincare"], ["Makeup
159
- Artists", "makeupartists"]], "display_phone": "+1-415-626-7700", "rating_img_url_large":
160
- "http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
161
- "id": "bryan-roberts-salon-and-color-bar-san-francisco-3", "is_closed": false,
162
- "rating_img_url_small": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png"},
163
- {"is_claimed": true, "distance": 547.38286013065306, "mobile_url": "http://m.yelp.com/biz/san-francisco-real-estate-solutions-san-francisco-3",
164
- "rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
165
- "review_count": 44, "name": "San Francisco Real Estate Solutions", "snippet_image_url":
166
- "http://s3-media2.ak.yelpcdn.com/photo/8J5Lj8pDCIL9k0j0eo-htQ/ms.jpg", "rating":
167
- 5.0, "url": "http://www.yelp.com/biz/san-francisco-real-estate-solutions-san-francisco-3",
168
- "location": {"cross_streets": "Douglass St \u0026 Corbett Ave", "city": "San
169
- Francisco", "display_address": ["4200 17th St", "(b/t Douglass St \u0026 Corbett
170
- Ave)", "Corona Heights", "San Francisco, CA 94114"], "neighborhoods": ["Corona
171
- Heights"], "postal_code": "94114", "country_code": "US", "address": ["4200
172
- 17th St"], "state_code": "CA"}, "phone": "4159671067", "snippet_text": "My
173
- wife and I had a great experience researching and ultimately buying our home
174
- with Karen, Chris and Cherie.\n\nSometimes I discuss realtors with friends
175
- and...", "image_url": "http://s3-media3.ak.yelpcdn.com/bphoto/lDRetlb7T1bXVlxP_G2_yQ/ms.jpg",
176
- "categories": [["Real Estate Agents", "realestateagents"]], "display_phone":
177
- "+1-415-967-1067", "rating_img_url_large": "http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
178
- "id": "san-francisco-real-estate-solutions-san-francisco-3", "is_closed":
179
- false, "rating_img_url_small": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png"},
180
- {"is_claimed": false, "distance": 543.2976232026391, "mobile_url": "http://m.yelp.com/biz/castro-theatre-san-francisco",
181
- "rating_img_url": "http://s3-media2.ak.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
182
- "review_count": 649, "name": "Castro Theatre", "snippet_image_url": "http://s3-media4.ak.yelpcdn.com/photo/CxU1HjwtsNK-9jBlUlvdSA/ms.jpg",
183
- "rating": 4.5, "url": "http://www.yelp.com/biz/castro-theatre-san-francisco",
184
- "location": {"cross_streets": "18th St \u0026 17th St", "city": "San Francisco",
185
- "display_address": ["429 Castro St", "(b/t 18th St \u0026 17th St)", "Castro",
186
- "San Francisco, CA 94114"], "neighborhoods": ["Castro"], "postal_code": "94114",
187
- "country_code": "US", "address": ["429 Castro St"], "state_code": "CA"}, "phone":
188
- "4156216120", "snippet_text": "Sing-a-long for Beauty and the Beast?? I don''t
189
- know why it took me so long to get to this old charm theater, complete with
190
- the box office out front and the...", "image_url": "http://s3-media1.ak.yelpcdn.com/bphoto/g6qmCUxAc0_SNC0ZCgq2Lw/ms.jpg",
191
- "categories": [["Cinema", "movietheaters"]], "display_phone": "+1-415-621-6120",
192
- "rating_img_url_large": "http://s3-media4.ak.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
193
- "id": "castro-theatre-san-francisco", "is_closed": false, "rating_img_url_small":
194
- "http://s3-media2.ak.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png"},
195
- {"is_claimed": true, "distance": 920.14175148689446, "mobile_url": "http://m.yelp.com/biz/michael-bruno-luggage-san-francisco",
196
- "rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
197
- "review_count": 122, "name": "Michael Bruno Luggage", "snippet_image_url":
198
- "http://s3-media2.ak.yelpcdn.com/photo/rIC8gDCFyTAQOrd95Q-0RA/ms.jpg", "rating":
199
- 5.0, "url": "http://www.yelp.com/biz/michael-bruno-luggage-san-francisco",
200
- "location": {"cross_streets": "Sanchez St \u0026 16th St", "city": "San Francisco",
201
- "display_address": ["2267 Market St", "(b/t Sanchez St \u0026 16th St)", "Castro",
202
- "San Francisco, CA 94114"], "neighborhoods": ["Castro"], "postal_code": "94114",
203
- "country_code": "US", "address": ["2267 Market St"], "state_code": "CA"},
204
- "phone": "4155523970", "snippet_text": "Lou is the best. He helped me find
205
- the right travel luggage. He''s friendly and knowledgable. It''s great to
206
- see establishments like his that still offer...", "image_url": "http://s3-media1.ak.yelpcdn.com/bphoto/lUmeFo-scf8sT82bEmD14Q/ms.jpg",
207
- "categories": [["Luggage", "luggage"]], "display_phone": "+1-415-552-3970",
208
- "rating_img_url_large": "http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
209
- "id": "michael-bruno-luggage-san-francisco", "is_closed": false, "rating_img_url_small":
210
- "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png"},
211
- {"is_claimed": true, "distance": 852.27539500703074, "mobile_url": "http://m.yelp.com/biz/spartan-moving-company-san-francisco",
212
- "rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
213
- "review_count": 224, "name": "Spartan Moving Company", "snippet_image_url":
214
- "http://s3-media1.ak.yelpcdn.com/photo/oEU59FE5NdwLix2HCBbqrw/ms.jpg", "rating":
215
- 5.0, "url": "http://www.yelp.com/biz/spartan-moving-company-san-francisco",
216
- "location": {"cross_streets": "Vista Ln \u0026 Burnett Ave", "city": "San
217
- Francisco", "display_address": ["125 Gardenside Dr", "Ste 123", "(b/t Vista
218
- Ln \u0026 Burnett Ave)", "Twin Peaks", "San Francisco, CA 94131"], "neighborhoods":
219
- ["Twin Peaks"], "postal_code": "94131", "country_code": "US", "address": ["125
220
- Gardenside Dr", "Ste 123"], "state_code": "CA"}, "phone": "4157382350", "snippet_text":
221
- "I recently hired a three man crew to help me move from a two bedroom/2.5
222
- bath to another two bdr/2 bath apartment. The crew was amazing -- they were
223
- super...", "image_url": "http://s3-media3.ak.yelpcdn.com/bphoto/8xJJWe6xKvdICVHvyABsWA/ms.jpg",
224
- "categories": [["Movers", "movers"], ["Couriers \u0026 Delivery Services",
225
- "couriers"]], "display_phone": "+1-415-738-2350", "rating_img_url_large":
226
- "http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
227
- "id": "spartan-moving-company-san-francisco", "is_closed": false, "rating_img_url_small":
228
- "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png"},
229
- {"is_claimed": true, "distance": 364.56417770463861, "mobile_url": "http://m.yelp.com/biz/brian-rizzo-d-c-san-francisco",
230
- "rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
231
- "review_count": 32, "name": "Brian Rizzo D.C.", "snippet_image_url": "http://s3-media3.ak.yelpcdn.com/photo/yVPHbn83LVcfnfTVnUAmiQ/ms.jpg",
232
- "rating": 5.0, "url": "http://www.yelp.com/biz/brian-rizzo-d-c-san-francisco",
233
- "location": {"city": "San Francisco", "display_address": ["Rizzo Chiropractic
234
- Corp.", "540 Castro St", "Castro", "San Francisco, CA 94114"], "neighborhoods":
235
- ["Castro"], "postal_code": "94114", "country_code": "US", "address": ["Rizzo
236
- Chiropractic Corp.", "540 Castro St"], "state_code": "CA"}, "phone": "4156215772",
237
- "snippet_text": "5 stars for:\n\n1) Prompt return of my phone call.\n2) Flexible
238
- schedule. He made the next morning work to help me with an acute pain situation.\n3)
239
- Complete...", "image_url": "http://s3-media4.ak.yelpcdn.com/bphoto/lYkR3gUSeOx8FokYLYWXSg/ms.jpg",
240
- "categories": [["Chiropractors", "chiropractors"]], "display_phone": "+1-415-621-5772",
241
- "rating_img_url_large": "http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
242
- "id": "brian-rizzo-d-c-san-francisco", "is_closed": false, "rating_img_url_small":
243
- "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png"},
244
- {"is_claimed": true, "distance": 222.74870742191933, "mobile_url": "http://m.yelp.com/biz/spunk-salon-san-francisco",
245
- "rating_img_url": "http://s3-media2.ak.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
246
- "review_count": 99, "name": "Spunk Salon", "snippet_image_url": "http://s3-media1.ak.yelpcdn.com/photo/-OGKE73ZO5OgMWVfT3tQDg/ms.jpg",
247
- "rating": 4.5, "url": "http://www.yelp.com/biz/spunk-salon-san-francisco",
85
+ "display_address": ["549 Castro St", "Castro", "San Francisco, CA 94114"],
86
+ "geo_accuracy": 9.5, "neighborhoods": ["Castro"], "postal_code": "94114",
87
+ "country_code": "US", "address": ["549 Castro St"], "coordinate": {"latitude":
88
+ 37.7601254, "longitude": -122.4348964}, "state_code": "CA"}, "display_phone":
89
+ "+1-415-875-9656", "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
90
+ "menu_provider": "single_platform", "id": "philz-coffee-san-francisco-2",
91
+ "is_closed": false, "distance": 359.47552268506354}, {"is_claimed": true,
92
+ "rating": 4.5, "mobile_url": "http://m.yelp.com/biz/anchor-oyster-bar-san-francisco",
93
+ "rating_img_url": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
94
+ "review_count": 1004, "name": "Anchor Oyster Bar", "snippet_image_url": "http://s3-media2.fl.yelpcdn.com/photo/S3eytTBrwViDB45Q0okbRQ/ms.jpg",
95
+ "rating_img_url_small": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
96
+ "url": "http://www.yelp.com/biz/anchor-oyster-bar-san-francisco", "categories":
97
+ [["Seafood", "seafood"]], "menu_date_updated": 1441947466, "phone": "4154313990",
98
+ "snippet_text": "The 1000th review! =)\n\nNot only is the food obviously awesome
99
+ here - the staff and how they treat their customers speak volumes to the kind
100
+ of establishment...", "image_url": "http://s3-media3.fl.yelpcdn.com/bphoto/D-LSXw7GVsx7EB6FLoaaRw/ms.jpg",
101
+ "location": {"cross_streets": "19th St \u0026 18th St", "city": "San Francisco",
102
+ "display_address": ["579 Castro St", "Castro", "San Francisco, CA 94114"],
103
+ "geo_accuracy": 9.5, "neighborhoods": ["Castro"], "postal_code": "94114",
104
+ "country_code": "US", "address": ["579 Castro St"], "coordinate": {"latitude":
105
+ 37.759578536181, "longitude": -122.43472089181}, "state_code": "CA"}, "display_phone":
106
+ "+1-415-431-3990", "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
107
+ "menu_provider": "single_platform", "id": "anchor-oyster-bar-san-francisco",
108
+ "is_closed": false, "distance": 328.1673514312084}, {"is_claimed": true, "rating":
109
+ 4.5, "mobile_url": "http://m.yelp.com/biz/five-star-truffles-co-san-francisco",
110
+ "rating_img_url": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
111
+ "review_count": 157, "name": "Five Star Truffles Co.", "snippet_image_url":
112
+ "http://s3-media4.fl.yelpcdn.com/photo/ImT3JFTJyQbpgkDVcvUpwg/ms.jpg", "rating_img_url_small":
113
+ "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
114
+ "url": "http://www.yelp.com/biz/five-star-truffles-co-san-francisco", "categories":
115
+ [["Coffee \u0026 Tea", "coffee"], ["Chocolatiers \u0026 Shops", "chocolate"]],
116
+ "menu_date_updated": 1443622068, "phone": "4155525128", "snippet_text": "My
117
+ husband and I stumbled across this little slice of heaven a couple of weeks
118
+ ago when just browsing around the Castro.\n\nSantos is beyond sweet and kind
119
+ --...", "image_url": "http://s3-media3.fl.yelpcdn.com/bphoto/no5w7xOoQ6QqIX9eSm4Fsg/ms.jpg",
120
+ "location": {"city": "San Francisco", "display_address": ["4251 A 18th St",
121
+ "Castro", "San Francisco, CA 94114"], "geo_accuracy": 8.0, "neighborhoods":
122
+ ["Castro"], "postal_code": "94114", "country_code": "US", "address": ["4251
123
+ A 18th St"], "coordinate": {"latitude": 37.7605782, "longitude": -122.4369278},
124
+ "state_code": "CA"}, "display_phone": "+1-415-552-5128", "rating_img_url_large":
125
+ "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
126
+ "menu_provider": "eat24", "id": "five-star-truffles-co-san-francisco", "is_closed":
127
+ false, "distance": 336.4448378313596}, {"is_claimed": true, "rating": 4.5,
128
+ "mobile_url": "http://m.yelp.com/biz/spikes-coffees-and-teas-san-francisco",
129
+ "rating_img_url": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
130
+ "review_count": 162, "name": "Spike''s Coffees \u0026 Teas", "snippet_image_url":
131
+ "http://s3-media2.fl.yelpcdn.com/photo/uYZ3NfTBDnOR-IgQRqAxRA/ms.jpg", "rating_img_url_small":
132
+ "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
133
+ "url": "http://www.yelp.com/biz/spikes-coffees-and-teas-san-francisco", "categories":
134
+ [["Coffee \u0026 Tea", "coffee"]], "phone": "4156265573", "snippet_text":
135
+ "**Charming coffee shop in the Castro.**\n\nI was waiting to meet some friends
136
+ for dinner and searched for a coffee shop in the Castro. It''s a little off
137
+ of...", "image_url": "http://s3-media1.fl.yelpcdn.com/bphoto/wY7ukFaia26W8pCMKzepxw/ms.jpg",
248
138
  "location": {"cross_streets": "Castro St \u0026 Collingwood St", "city": "San
249
- Francisco", "display_address": ["4147 19th St", "(b/t Castro St \u0026 Collingwood
250
- St)", "Castro", "San Francisco, CA 94114"], "neighborhoods": ["Castro"], "postal_code":
251
- "94114", "country_code": "US", "address": ["4147 19th St"], "state_code":
252
- "CA"}, "phone": "4157017865", "snippet_text": "One Name: BEN!!\n\nI came to
253
- Ben about a month ago and had the experience of a life time. He was ULTRA
254
- accommodating and really listened to my needs. Without...", "image_url": "http://s3-media4.ak.yelpcdn.com/bphoto/_kWdk5wpfaQkf0uDHcX4eA/ms.jpg",
255
- "categories": [["Hair Salons", "hair"]], "display_phone": "+1-415-701-7865",
256
- "rating_img_url_large": "http://s3-media4.ak.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
257
- "id": "spunk-salon-san-francisco", "is_closed": false, "rating_img_url_small":
258
- "http://s3-media2.ak.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png"},
259
- {"is_claimed": true, "distance": 139.65212180776084, "mobile_url": "http://m.yelp.com/biz/franks-all-city-plumbing-san-bruno-2",
260
- "rating_img_url": "http://s3-media2.ak.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
261
- "review_count": 77, "name": "Frank''s All City Plumbing", "snippet_image_url":
262
- "http://s3-media1.ak.yelpcdn.com/photo/fqOEKt4re_xBRWbcsEfzCA/ms.jpg", "rating":
263
- 4.5, "url": "http://www.yelp.com/biz/franks-all-city-plumbing-san-bruno-2",
264
- "location": {"city": "San Bruno", "display_address": ["2560 Turnberry Dr",
265
- "Castro", "San Bruno, CA 94066"], "neighborhoods": ["Castro"], "postal_code":
266
- "94066", "country_code": "US", "address": ["2560 Turnberry Dr"], "state_code":
267
- "CA"}, "phone": "4154072140", "snippet_text": "* This review is for outstanding
268
- morale fiber. They did not end up needing to actually do any plumbing. *\n\nWe
269
- live in a condo complex and our sinks were...", "image_url": "http://s3-media2.ak.yelpcdn.com/bphoto/NnLIgCTiEAVYJVgbP4lLZA/ms.jpg",
270
- "categories": [["Plumbing", "plumbing"]], "display_phone": "+1-415-407-2140",
271
- "rating_img_url_large": "http://s3-media4.ak.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
272
- "id": "franks-all-city-plumbing-san-bruno-2", "is_closed": false, "rating_img_url_small":
273
- "http://s3-media2.ak.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png"},
274
- {"is_claimed": true, "distance": 799.66957067877763, "mobile_url": "http://m.yelp.com/biz/laura-kaufman-mba-zephyr-real-estate-san-francisco-3",
275
- "rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
276
- "review_count": 60, "name": "Laura Kaufman, MBA - Zephyr Real Estate", "snippet_image_url":
277
- "http://s3-media3.ak.yelpcdn.com/photo/lx1WXoQpVxps74ZIjvKxIw/ms.jpg", "rating":
278
- 5.0, "url": "http://www.yelp.com/biz/laura-kaufman-mba-zephyr-real-estate-san-francisco-3",
279
- "location": {"cross_streets": "Noe St \u0026 Castro St", "city": "San Francisco",
280
- "display_address": ["4040 24th St", "(b/t Noe St \u0026 Castro St)", "Noe
281
- Valley", "San Francisco, CA 94114"], "neighborhoods": ["Noe Valley"], "postal_code":
282
- "94114", "country_code": "US", "address": ["4040 24th St"], "state_code":
283
- "CA"}, "phone": "4153101256", "snippet_text": "Laura was our listing agent,
284
- selling our condo in San Francisco. We started the process with her over a
285
- year earlier. One of the biggest factors of us...", "image_url": "http://s3-media4.ak.yelpcdn.com/bphoto/y5Ih4Emwrr7r7HKf2qcMPw/ms.jpg",
286
- "categories": [["Real Estate Agents", "realestateagents"], ["Real Estate Services",
287
- "realestatesvcs"]], "display_phone": "+1-415-310-1256", "rating_img_url_large":
288
- "http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
289
- "id": "laura-kaufman-mba-zephyr-real-estate-san-francisco-3", "is_closed":
290
- false, "rating_img_url_small": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png"},
291
- {"is_claimed": true, "distance": 340.30444800786751, "mobile_url": "http://m.yelp.com/biz/traci-hollander-state-farm-insurance-agent-san-francisco",
292
- "rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
293
- "review_count": 43, "name": "Traci Hollander - State Farm Insurance Agent",
294
- "snippet_image_url": "http://s3-media4.ak.yelpcdn.com/photo/BTuxETKDEIbrczxfXI6EPw/ms.jpg",
295
- "rating": 5.0, "url": "http://www.yelp.com/biz/traci-hollander-state-farm-insurance-agent-san-francisco",
139
+ Francisco", "display_address": ["4117 19th St", "Castro", "San Francisco,
140
+ CA 94114"], "geo_accuracy": 8.0, "neighborhoods": ["Castro"], "postal_code":
141
+ "94114", "country_code": "US", "address": ["4117 19th St"], "coordinate":
142
+ {"latitude": 37.75916, "longitude": -122.43503}, "state_code": "CA"}, "display_phone":
143
+ "+1-415-626-5573", "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
144
+ "id": "spikes-coffees-and-teas-san-francisco", "is_closed": false, "distance":
145
+ 273.89385058474477}, {"is_claimed": true, "rating": 4.5, "mobile_url": "http://m.yelp.com/biz/castro-coffee-company-san-francisco-2",
146
+ "rating_img_url": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
147
+ "review_count": 154, "name": "Castro Coffee Company", "snippet_image_url":
148
+ "http://s3-media3.fl.yelpcdn.com/photo/c6fYvOB30RlffyWUJAjiVQ/ms.jpg", "rating_img_url_small":
149
+ "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
150
+ "url": "http://www.yelp.com/biz/castro-coffee-company-san-francisco-2", "categories":
151
+ [["Coffee \u0026 Tea", "coffee"]], "menu_date_updated": 1445604694, "phone":
152
+ "4155526676", "snippet_text": "Whether you are looking for a quick cup of
153
+ coffee or some beans to take home, this is the perfect one-stop shop! Conveniently
154
+ located in the heart of...", "image_url": "http://s3-media1.fl.yelpcdn.com/bphoto/fxR4usfYKWO528P5I-NK4Q/ms.jpg",
155
+ "location": {"cross_streets": "17th St \u0026 Market St", "city": "San Francisco",
156
+ "display_address": ["427 Castro St", "Castro", "San Francisco, CA 94114"],
157
+ "geo_accuracy": 9.5, "neighborhoods": ["Castro"], "postal_code": "94114",
158
+ "country_code": "US", "address": ["427 Castro St"], "coordinate": {"latitude":
159
+ 37.7621868135634, "longitude": -122.434965349623}, "state_code": "CA"}, "display_phone":
160
+ "+1-415-552-6676", "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
161
+ "menu_provider": "single_platform", "id": "castro-coffee-company-san-francisco-2",
162
+ "is_closed": false, "distance": 550.0498738499969}, {"is_claimed": false,
163
+ "rating": 5.0, "mobile_url": "http://m.yelp.com/biz/tom-and-jerrys-house-san-francisco",
164
+ "rating_img_url": "http://s3-media1.fl.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
165
+ "review_count": 29, "name": "Tom and Jerry''s House", "snippet_image_url":
166
+ "http://s3-media2.fl.yelpcdn.com/photo/Yu84UGAMGFC9ZIvs7lBykw/ms.jpg", "rating_img_url_small":
167
+ "http://s3-media1.fl.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png",
168
+ "url": "http://www.yelp.com/biz/tom-and-jerrys-house-san-francisco", "categories":
169
+ [["Local Flavor", "localflavor"]], "snippet_text": "One of our favorite SF
170
+ Xmas traditions is to just drive by unsuspecting out-of-towners past the TJ
171
+ House. OTT in the best of ways!", "image_url": "http://s3-media1.fl.yelpcdn.com/bphoto/9ex0NOn7HiUdLRiDXfOroA/ms.jpg",
172
+ "location": {"cross_streets": "Church St \u0026 Sanchez St", "city": "San
173
+ Francisco", "display_address": ["3650 21st St", "Castro", "San Francisco,
174
+ CA 94114"], "geo_accuracy": 8.0, "neighborhoods": ["Castro"], "postal_code":
175
+ "94114", "country_code": "US", "address": ["3650 21st St"], "coordinate":
176
+ {"latitude": 37.756668, "longitude": -122.42907}, "state_code": "CA"}, "rating_img_url_large":
177
+ "http://s3-media3.fl.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
178
+ "id": "tom-and-jerrys-house-san-francisco", "is_closed": false, "distance":
179
+ 758.3759640104187}, {"is_claimed": true, "rating": 4.5, "mobile_url": "http://m.yelp.com/biz/frances-san-francisco",
180
+ "rating_img_url": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
181
+ "review_count": 1139, "name": "Frances", "snippet_image_url": "http://s3-media2.fl.yelpcdn.com/photo/O1-8NnIHC29nMVZ_OfaD6w/ms.jpg",
182
+ "rating_img_url_small": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
183
+ "url": "http://www.yelp.com/biz/frances-san-francisco", "categories": [["American
184
+ (New)", "newamerican"]], "menu_date_updated": 1441902087, "phone": "4156213870",
185
+ "snippet_text": "I''ve cooked in Michelin Star (Sweden) and this food is off
186
+ the charts. Very impressed with textures, flavors, and plating. \n\nI chose
187
+ to order all four...", "image_url": "http://s3-media3.fl.yelpcdn.com/bphoto/JeUqkHV0Za2ZLU7fpdd_9g/ms.jpg",
188
+ "location": {"cross_streets": "Pond St \u0026 Noe St", "city": "San Francisco",
189
+ "display_address": ["3870 17th St", "Castro", "San Francisco, CA 94114"],
190
+ "geo_accuracy": 9.5, "neighborhoods": ["Castro"], "postal_code": "94114",
191
+ "country_code": "US", "address": ["3870 17th St"], "coordinate": {"latitude":
192
+ 37.7627220154927, "longitude": -122.432276324008}, "state_code": "CA"}, "display_phone":
193
+ "+1-415-621-3870", "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
194
+ "menu_provider": "single_platform", "id": "frances-san-francisco", "is_closed":
195
+ false, "distance": 728.5990873175072}, {"is_claimed": true, "rating": 4.5,
196
+ "mobile_url": "http://m.yelp.com/biz/philz-coffee-san-francisco-6", "rating_img_url":
197
+ "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
198
+ "review_count": 235, "name": "Philz Coffee", "snippet_image_url": "http://s3-media3.fl.yelpcdn.com/photo/uoVt22mdyPYn1MQI2uFsdw/ms.jpg",
199
+ "rating_img_url_small": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
200
+ "url": "http://www.yelp.com/biz/philz-coffee-san-francisco-6", "categories":
201
+ [["Coffee \u0026 Tea", "coffee"]], "phone": "4158171510", "snippet_text":
202
+ "Super friendly and helpful staff and a cozy place to work and chit chat.
203
+ Not being from the area, we were kind of confused by the ordering system at
204
+ Philz...", "image_url": "http://s3-media3.fl.yelpcdn.com/bphoto/XTiO_NgLFisgFGyMYNBgeQ/ms.jpg",
205
+ "location": {"cross_streets": "Douglass St \u0026 Diamond St", "city": "San
206
+ Francisco", "display_address": ["4298 24th St", "Noe Valley", "San Francisco,
207
+ CA 94114"], "geo_accuracy": 9.5, "neighborhoods": ["Noe Valley"], "postal_code":
208
+ "94114", "country_code": "US", "address": ["4298 24th St"], "coordinate":
209
+ {"latitude": 37.751149640212, "longitude": -122.43838046048}, "state_code":
210
+ "CA"}, "display_phone": "+1-415-817-1510", "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
211
+ "id": "philz-coffee-san-francisco-6", "is_closed": false, "distance": 731.5914917132678},
212
+ {"is_claimed": true, "rating": 4.5, "mobile_url": "http://m.yelp.com/biz/ikes-place-san-francisco",
213
+ "rating_img_url": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
214
+ "review_count": 6791, "name": "Ike''s Place", "snippet_image_url": "http://s3-media1.fl.yelpcdn.com/photo/LTLDJtugdGyKu4Pk2-uMog/ms.jpg",
215
+ "rating_img_url_small": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
216
+ "url": "http://www.yelp.com/biz/ikes-place-san-francisco", "categories": [["Sandwiches",
217
+ "sandwiches"]], "menu_date_updated": 1445588108, "phone": "4155536888", "snippet_text":
218
+ "Ike''s is the best sandwich place in town. Period. \n\nDo yourself a favor
219
+ and look online for the menu. There are hundreds of sandwiches and in house
220
+ they...", "image_url": "http://s3-media3.fl.yelpcdn.com/bphoto/9jSqZ0UH03FXarOq80Bpww/ms.jpg",
221
+ "location": {"cross_streets": "Dehon St \u0026 Sanchez St", "city": "San Francisco",
222
+ "display_address": ["3489 16th St", "Castro", "San Francisco, CA 94114"],
223
+ "geo_accuracy": 9.5, "neighborhoods": ["Castro"], "postal_code": "94114",
224
+ "country_code": "US", "address": ["3489 16th St"], "coordinate": {"latitude":
225
+ 37.7642944915352, "longitude": -122.430696487427}, "state_code": "CA"}, "display_phone":
226
+ "+1-415-553-6888", "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
227
+ "menu_provider": "eat24", "id": "ikes-place-san-francisco", "is_closed": false,
228
+ "distance": 951.8316300150642}, {"is_claimed": true, "rating": 4.5, "mobile_url":
229
+ "http://m.yelp.com/biz/eureka-cafe-san-francisco-2", "rating_img_url": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
230
+ "review_count": 54, "name": "Eureka! Cafe", "snippet_image_url": "http://s3-media3.fl.yelpcdn.com/photo/A0FCkXgEOpgIkrTVpZBAQQ/ms.jpg",
231
+ "rating_img_url_small": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
232
+ "url": "http://www.yelp.com/biz/eureka-cafe-san-francisco-2", "categories":
233
+ [["Cafes", "cafes"], ["Coffee \u0026 Tea", "coffee"], ["Ice Cream \u0026 Frozen
234
+ Yogurt", "icecream"]], "menu_date_updated": 1442199224, "phone": "4153559110",
235
+ "snippet_text": "This is probably one of the few local businesses in San Francisco
236
+ that serves coffee (with pastries of course), sodas and ice cream! I occassionally
237
+ come...", "image_url": "http://s3-media4.fl.yelpcdn.com/bphoto/JOF3jnKEyeiJoR0fNy6nkg/ms.jpg",
238
+ "location": {"cross_streets": "18th St \u0026 17th St", "city": "San Francisco",
239
+ "display_address": ["451 Castro St", "Castro", "San Francisco, CA 94114"],
240
+ "geo_accuracy": 8.0, "neighborhoods": ["Castro"], "postal_code": "94114",
241
+ "country_code": "US", "address": ["451 Castro St"], "coordinate": {"latitude":
242
+ 37.76173, "longitude": -122.434792}, "state_code": "CA"}, "display_phone":
243
+ "+1-415-355-9110", "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
244
+ "menu_provider": "single_platform", "id": "eureka-cafe-san-francisco-2", "is_closed":
245
+ false, "distance": 511.4799698146614}, {"is_claimed": false, "rating": 4.5,
246
+ "mobile_url": "http://m.yelp.com/biz/dolores-park-san-francisco", "rating_img_url":
247
+ "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
248
+ "review_count": 1213, "name": "Dolores Park", "snippet_image_url": "http://s3-media3.fl.yelpcdn.com/photo/8q2Ll1t-5Gnx8__PHiv_JQ/ms.jpg",
249
+ "rating_img_url_small": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
250
+ "url": "http://www.yelp.com/biz/dolores-park-san-francisco", "categories":
251
+ [["Parks", "parks"], ["Local Flavor", "localflavor"]], "snippet_text": "This
252
+ is probably the coolest place I''ve been to in San Fran. At any day or any
253
+ time this park is bustling with an array of unique faces looking to escape...",
254
+ "image_url": "http://s3-media2.fl.yelpcdn.com/bphoto/sQrjM7zXwBJvEOxhNemglw/ms.jpg",
255
+ "location": {"cross_streets": "18th St \u0026 Dolores St", "city": "San Francisco",
256
+ "display_address": ["Dolores St", "Castro", "San Francisco, CA 94114"], "geo_accuracy":
257
+ 9.5, "neighborhoods": ["Castro"], "postal_code": "94114", "country_code":
258
+ "US", "address": ["Dolores St"], "coordinate": {"latitude": 37.7598415490857,
259
+ "longitude": -122.426941394806}, "state_code": "CA"}, "rating_img_url_large":
260
+ "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
261
+ "id": "dolores-park-san-francisco", "is_closed": false, "distance": 966.7863072819182},
262
+ {"is_claimed": true, "rating": 4.5, "mobile_url": "http://m.yelp.com/biz/last-call-bar-san-francisco-2",
263
+ "rating_img_url": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
264
+ "review_count": 60, "name": "Last Call Bar", "snippet_image_url": "http://s3-media4.fl.yelpcdn.com/photo/nZqnOUbAcEw8AxQw0OWW5w/ms.jpg",
265
+ "rating_img_url_small": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
266
+ "url": "http://www.yelp.com/biz/last-call-bar-san-francisco-2", "categories":
267
+ [["Gay Bars", "gaybars"], ["Dive Bars", "divebars"], ["Pubs", "pubs"]], "phone":
268
+ "4158611310", "snippet_text": "This place was the highlight of our day! Great
269
+ little Irish pub feel in the heart of the Castro. The owner Kevin is so friendly
270
+ and makes you feel right at...", "image_url": "http://s3-media4.fl.yelpcdn.com/bphoto/gSDHodt-o_-h-bp9Vy2Csg/ms.jpg",
271
+ "location": {"cross_streets": "Sanchez St \u0026 Noe St", "city": "San Francisco",
272
+ "display_address": ["3988 18th St", "Castro", "San Francisco, CA 94114"],
273
+ "geo_accuracy": 8.0, "neighborhoods": ["Castro"], "postal_code": "94114",
274
+ "country_code": "US", "address": ["3988 18th St"], "coordinate": {"latitude":
275
+ 37.7610779553652, "longitude": -122.432421147823}, "state_code": "CA"}, "display_phone":
276
+ "+1-415-861-1310", "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
277
+ "id": "last-call-bar-san-francisco-2", "is_closed": false, "distance": 587.3737190772188},
278
+ {"is_claimed": true, "rating": 4.5, "mobile_url": "http://m.yelp.com/biz/swirl-on-castro-san-francisco",
279
+ "rating_img_url": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
280
+ "review_count": 92, "name": "Swirl on Castro", "snippet_image_url": "http://s3-media4.fl.yelpcdn.com/photo/Y8Ik5xeCIsSl4PvuLVe1fA/ms.jpg",
281
+ "rating_img_url_small": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
282
+ "url": "http://www.yelp.com/biz/swirl-on-castro-san-francisco", "categories":
283
+ [["Beer, Wine \u0026 Spirits", "beer_and_wine"], ["Wine Bars", "wine_bars"]],
284
+ "phone": "4158642262", "snippet_text": "My husband and I stopped in here for
285
+ the first time this past weekend. It''s been on my bookmarks for quite a
286
+ while, but we just never seemed to make a...", "image_url": "http://s3-media2.fl.yelpcdn.com/bphoto/Ht5DmeDDhHY2799jPVz3Fg/ms.jpg",
287
+ "location": {"cross_streets": "18th St \u0026 19th St", "city": "San Francisco",
288
+ "display_address": ["572 Castro St", "Castro", "San Francisco, CA 94114"],
289
+ "geo_accuracy": 8.0, "neighborhoods": ["Castro"], "postal_code": "94114",
290
+ "country_code": "US", "address": ["572 Castro St"], "coordinate": {"latitude":
291
+ 37.75972, "longitude": -122.43525}, "state_code": "CA"}, "display_phone":
292
+ "+1-415-864-2262", "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
293
+ "id": "swirl-on-castro-san-francisco", "is_closed": false, "distance": 313.3449022966298},
294
+ {"is_claimed": true, "rating": 4.0, "mobile_url": "http://m.yelp.com/biz/firefly-san-francisco",
295
+ "rating_img_url": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/c2f3dd9799a5/ico/stars/v1/stars_4.png",
296
+ "review_count": 1258, "name": "Firefly", "snippet_image_url": "http://s3-media1.fl.yelpcdn.com/photo/a65jNUVs8As3wbxsr0LGyA/ms.jpg",
297
+ "rating_img_url_small": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/f62a5be2f902/ico/stars/v1/stars_small_4.png",
298
+ "url": "http://www.yelp.com/biz/firefly-san-francisco", "categories": [["American
299
+ (New)", "newamerican"], ["Vegetarian", "vegetarian"]], "menu_date_updated":
300
+ 1445604594, "phone": "4158217652", "snippet_text": "So good! We came here
301
+ for a friend''s birthday dinner. It wasn''t fast. But O. M. G. So good. I
302
+ had the steak - YOWZERS - the sear was perfect \u0026 the...", "image_url":
303
+ "http://s3-media4.fl.yelpcdn.com/bphoto/B96X9a20_UfUSvSdik76yA/ms.jpg", "location":
304
+ {"cross_streets": "Douglass St \u0026 Diamond St", "city": "San Francisco",
305
+ "display_address": ["4288 24th St", "Noe Valley", "San Francisco, CA 94114"],
306
+ "geo_accuracy": 9.5, "neighborhoods": ["Noe Valley"], "postal_code": "94114",
307
+ "country_code": "US", "address": ["4288 24th St"], "coordinate": {"latitude":
308
+ 37.751206, "longitude": -122.438189}, "state_code": "CA"}, "display_phone":
309
+ "+1-415-821-7652", "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": "single_platform", "id": "firefly-san-francisco", "is_closed":
311
+ false, "distance": 723.9541356050274}, {"is_claimed": false, "rating": 4.5,
312
+ "mobile_url": "http://m.yelp.com/biz/corona-heights-park-san-francisco", "rating_img_url":
313
+ "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
314
+ "review_count": 148, "name": "Corona Heights Park", "snippet_image_url": "http://s3-media1.fl.yelpcdn.com/photo/n6Bx0wh4r0PGjRDkuU0bxg/ms.jpg",
315
+ "rating_img_url_small": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
316
+ "url": "http://www.yelp.com/biz/corona-heights-park-san-francisco", "categories":
317
+ [["Dog Parks", "dog_parks"]], "snippet_text": "Sweeping views from GG bridge
318
+ to the west and bay bridge to the east. An enclosed dog run with watering
319
+ station. Nice incline path to the peak. A few...", "image_url": "http://s3-media1.fl.yelpcdn.com/bphoto/UEFnoLDtFYUM4J_Qi4oLwA/ms.jpg",
320
+ "location": {"city": "San Francisco", "display_address": ["32 Museum Way",
321
+ "Corona Heights", "San Francisco, CA 94114"], "geo_accuracy": 9.5, "neighborhoods":
322
+ ["Corona Heights"], "postal_code": "94114", "country_code": "US", "address":
323
+ ["32 Museum Way"], "coordinate": {"latitude": 37.7652326194395, "longitude":
324
+ -122.439369238287}, "state_code": "CA"}, "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
325
+ "id": "corona-heights-park-san-francisco", "is_closed": false, "distance":
326
+ 851.9064268358836}, {"is_claimed": true, "rating": 4.0, "mobile_url": "http://m.yelp.com/biz/fable-san-francisco",
327
+ "rating_img_url": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/c2f3dd9799a5/ico/stars/v1/stars_4.png",
328
+ "review_count": 260, "name": "Fable", "snippet_image_url": "http://s3-media2.fl.yelpcdn.com/photo/i8EGUTTFEV6KATZMnriY0g/ms.jpg",
329
+ "rating_img_url_small": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/f62a5be2f902/ico/stars/v1/stars_small_4.png",
330
+ "url": "http://www.yelp.com/biz/fable-san-francisco", "categories": [["American
331
+ (New)", "newamerican"]], "menu_date_updated": 1442113884, "phone": "4155902404",
332
+ "snippet_text": "Amazingly good short ribs and peach cobbler with Blackberry
333
+ ice cream. This little restaurant is a pleasant surprise in this neighborhood
334
+ with a wonderful...", "image_url": "http://s3-media4.fl.yelpcdn.com/bphoto/mpfyZP4vHMxB82tuDpOF7A/ms.jpg",
296
335
  "location": {"cross_streets": "19th St \u0026 18th St", "city": "San Francisco",
297
- "display_address": ["556 Castro Street", "(b/t 19th St \u0026 18th St)", "Castro",
298
- "San Francisco, CA 94114"], "neighborhoods": ["Castro"], "postal_code": "94114",
299
- "country_code": "US", "address": ["556 Castro Street"], "state_code": "CA"},
300
- "phone": "4155753775", "snippet_text": "I have been with Traci''s office for
301
- years. Her staff is always friendly, fast and extremely knowledgeable-- Eva,Tiffany,
302
- Diana- all amazing! I have...", "image_url": "http://s3-media3.ak.yelpcdn.com/bphoto/mlqtnOYUKs1wavO4aaZqKQ/ms.jpg",
303
- "categories": [["Insurance", "insurance"]], "display_phone": "+1-415-575-3775",
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": "traci-hollander-state-farm-insurance-agent-san-francisco", "is_closed":
306
- false, "rating_img_url_small": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png"},
307
- {"is_claimed": true, "distance": 799.67186361230461, "mobile_url": "http://m.yelp.com/biz/michael-blacksburg-san-francisco-2",
308
- "rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
309
- "review_count": 89, "name": "Michael Blacksburg", "snippet_image_url": "http://s3-media1.ak.yelpcdn.com/photo/Pvr6-Gx5bH8wslbv3HZnGg/ms.jpg",
310
- "rating": 5.0, "url": "http://www.yelp.com/biz/michael-blacksburg-san-francisco-2",
311
- "location": {"cross_streets": "17th St \u0026 16th St", "city": "San Francisco",
312
- "display_address": ["315 Noe St", "(b/t 17th St \u0026 16th St)", "Castro",
313
- "San Francisco, CA 94114"], "neighborhoods": ["Castro"], "postal_code": "94114",
314
- "country_code": "US", "address": ["315 Noe St"], "state_code": "CA"}, "phone":
315
- "4158619900", "snippet_text": "It doesn''t get any better than Blackie. When
316
- our son was born last month, we knew we had to get our Big, Important Paperwork
317
- in order. When we called...", "image_url": "http://s3-media3.ak.yelpcdn.com/bphoto/rgyHoqhszq9p9rEqmTXOOQ/ms.jpg",
318
- "categories": [["General Litigation", "general_litigation"], ["Estate Planning
319
- Law", "estateplanning"]], "display_phone": "+1-415-861-9900", "rating_img_url_large":
320
- "http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
321
- "id": "michael-blacksburg-san-francisco-2", "is_closed": false, "rating_img_url_small":
322
- "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png"},
323
- {"is_claimed": true, "distance": 40.48638987053647, "mobile_url": "http://m.yelp.com/biz/bikram-yoga-castro-san-francisco",
324
- "rating_img_url": "http://s3-media2.ak.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
325
- "review_count": 67, "name": "Bikram Yoga Castro", "snippet_image_url": "http://s3-media1.ak.yelpcdn.com/photo/bLBzZkprHxAxUkPY6vvqcg/ms.jpg",
326
- "rating": 4.5, "url": "http://www.yelp.com/biz/bikram-yoga-castro-san-francisco",
327
- "location": {"cross_streets": "20th St \u0026 21st St", "city": "San Francisco",
328
- "display_address": ["301 Eureka St", "(b/t 20th St \u0026 21st St)", "Castro",
329
- "San Francisco, CA 94114"], "neighborhoods": ["Castro"], "postal_code": "94114",
330
- "country_code": "US", "address": ["301 Eureka St"], "state_code": "CA"}, "phone":
331
- "4158219642", "snippet_text": "I''m new to the city, and have spent the past
332
- month searching for a Bikram yoga studio. Due to an autoimmune disease, I''ve
333
- become much more health conscious...", "image_url": "http://s3-media4.ak.yelpcdn.com/bphoto/3GK1YUXfrQ5gxTF77NLR_g/ms.jpg",
334
- "categories": [["Yoga", "yoga"]], "display_phone": "+1-415-821-9642", "rating_img_url_large":
335
- "http://s3-media4.ak.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
336
- "id": "bikram-yoga-castro-san-francisco", "is_closed": false, "rating_img_url_small":
337
- "http://s3-media2.ak.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png"},
338
- {"is_claimed": true, "distance": 582.15131483162838, "mobile_url": "http://m.yelp.com/biz/fitwell-chiropractic-sports-medicine-san-francisco",
339
- "rating_img_url": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/f1def11e4e79/ico/stars/v1/stars_5.png",
340
- "review_count": 38, "name": "Fitwell Chiropractic Sports Medicine", "snippet_image_url":
341
- "http://s3-media4.ak.yelpcdn.com/photo/8Hn-mvUQFg7-Yh1cA9FzTw/ms.jpg", "rating":
342
- 5.0, "url": "http://www.yelp.com/biz/fitwell-chiropractic-sports-medicine-san-francisco",
343
- "location": {"cross_streets": "22nd St \u0026 Alvarado St", "city": "San Francisco",
344
- "display_address": ["900 Noe St", "(b/t 22nd St \u0026 Alvarado St)", "Noe
345
- Valley", "San Francisco, CA 94114"], "neighborhoods": ["Noe Valley"], "postal_code":
346
- "94114", "country_code": "US", "address": ["900 Noe St"], "state_code": "CA"},
347
- "phone": "4159209766", "snippet_text": "A friend recommended Dr Heather at
348
- FitWell after I moaned and groaned about yet another rotator cuff issue. I''d
349
- never been to chiropractor office and was...", "image_url": "http://s3-media2.ak.yelpcdn.com/bphoto/TSUL_16OG3fuByrgZfMadA/ms.jpg",
350
- "categories": [["Chiropractors", "chiropractors"], ["Sports Medicine", "sportsmed"],
351
- ["Massage Therapy", "massage_therapy"]], "display_phone": "+1-415-920-9766",
352
- "rating_img_url_large": "http://s3-media3.ak.yelpcdn.com/assets/2/www/img/22affc4e6c38/ico/stars/v1/stars_large_5.png",
353
- "id": "fitwell-chiropractic-sports-medicine-san-francisco", "is_closed": false,
354
- "rating_img_url_small": "http://s3-media1.ak.yelpcdn.com/assets/2/www/img/c7623205d5cd/ico/stars/v1/stars_small_5.png"},
355
- {"is_claimed": false, "distance": 130.97898314623532, "mobile_url": "http://m.yelp.com/biz/seward-street-slides-san-francisco",
356
- "rating_img_url": "http://s3-media2.ak.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
357
- "review_count": 457, "name": "Seward Street Slides", "snippet_image_url":
358
- "http://s3-media3.ak.yelpcdn.com/photo/GJA6mA6dEYdQ7dG2rS3eqQ/ms.jpg", "rating":
359
- 4.5, "url": "http://www.yelp.com/biz/seward-street-slides-san-francisco",
360
- "snippet_text": "The past couple of reviews mentioned yellow barricade gates
361
- preventing you from sliding, but there was no such problem when we went this
362
- afternoon. I''m...", "image_url": "http://s3-media2.ak.yelpcdn.com/bphoto/rNshJjq2d_6A0WgHFTE0KA/ms.jpg",
363
- "categories": [["Parks", "parks"]], "rating_img_url_small": "http://s3-media2.ak.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
364
- "rating_img_url_large": "http://s3-media4.ak.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
365
- "id": "seward-street-slides-san-francisco", "is_closed": false, "location":
366
- {"city": "San Francisco", "display_address": ["Seward St \u0026 Douglass St",
367
- "Castro", "San Francisco, CA 94114"], "neighborhoods": ["Castro"], "postal_code":
368
- "94114", "country_code": "US", "address": ["Seward St \u0026 Douglass St"],
369
- "state_code": "CA"}}, {"is_claimed": true, "distance": 525.91444757797774,
370
- "mobile_url": "http://m.yelp.com/biz/philz-coffee-san-francisco-2", "rating_img_url":
371
- "http://s3-media2.ak.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
372
- "review_count": 793, "name": "Philz Coffee", "snippet_image_url": "http://s3-media2.ak.yelpcdn.com/photo/fiD81untOYF0P-vipWzzVg/ms.jpg",
373
- "rating": 4.5, "url": "http://www.yelp.com/biz/philz-coffee-san-francisco-2",
374
- "location": {"cross_streets": "Noe St \u0026 Hartford St", "city": "San Francisco",
375
- "display_address": ["4023 18th St", "(b/t Noe St \u0026 Hartford St)", "Castro",
376
- "San Francisco, CA 94114"], "neighborhoods": ["Castro"], "postal_code": "94114",
377
- "country_code": "US", "address": ["4023 18th St"], "state_code": "CA"}, "menu_date_updated":
378
- 1387623935, "phone": "4158759656", "snippet_text": "THE STAFF THERE IS POLITE,
379
- FRIENDLY AND DEALING WITH THEM IS A WONDERFUL WAY TO START YOUR DAY!\n\nHaving
380
- been a die-hard Starbucks latte man for years, I...", "image_url": "http://s3-media2.ak.yelpcdn.com/bphoto/n314efn-LXM8D34Uj8jwFg/ms.jpg",
381
- "categories": [["Coffee \u0026 Tea", "coffee"]], "display_phone": "+1-415-875-9656",
382
- "rating_img_url_large": "http://s3-media4.ak.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
383
- "menu_provider": "single_platform", "id": "philz-coffee-san-francisco-2",
384
- "is_closed": false, "rating_img_url_small": "http://s3-media2.ak.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png"}]}'
336
+ "display_address": ["558 Castro St", "Castro", "San Francisco, CA 94114"],
337
+ "geo_accuracy": 9.5, "neighborhoods": ["Castro"], "postal_code": "94114",
338
+ "country_code": "US", "address": ["558 Castro St"], "coordinate": {"latitude":
339
+ 37.7600032, "longitude": -122.434921}, "state_code": "CA"}, "display_phone":
340
+ "+1-415-590-2404", "rating_img_url_large": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/ccf2b76faa2c/ico/stars/v1/stars_large_4.png",
341
+ "menu_provider": "single_platform", "id": "fable-san-francisco", "is_closed":
342
+ false, "distance": 347.9294587310235}, {"is_claimed": true, "rating": 4.5,
343
+ "mobile_url": "http://m.yelp.com/biz/truffle-man-san-francisco", "rating_img_url":
344
+ "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
345
+ "review_count": 83, "name": "Truffle Man", "snippet_image_url": "http://s3-media1.fl.yelpcdn.com/photo/i_r71rhnKJw4tBHDm7rc0g/ms.jpg",
346
+ "rating_img_url_small": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
347
+ "url": "http://www.yelp.com/biz/truffle-man-san-francisco", "categories":
348
+ [["Local Flavor", "localflavor"]], "snippet_text": "Great truffles - potent
349
+ and delicious. Every flavor is tasty, but Espresso is really the best - bitter,
350
+ sweet, coffee-rich, and strong.\n\nThe price is right,...", "image_url": "http://s3-media1.fl.yelpcdn.com/bphoto/XmLXqsNa_RvCek4B__PVgQ/ms.jpg",
351
+ "location": {"city": "San Francisco", "display_address": ["566 Dolores St",
352
+ "Castro", "San Francisco, CA 94199"], "geo_accuracy": 9.5, "neighborhoods":
353
+ ["Castro"], "postal_code": "94199", "country_code": "US", "address": ["566
354
+ Dolores St"], "coordinate": {"latitude": 37.7597799, "longitude": -122.4260268},
355
+ "state_code": "CA"}, "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
356
+ "id": "truffle-man-san-francisco", "is_closed": false, "distance": 1043.3586543742074},
357
+ {"is_claimed": true, "rating": 4.5, "mobile_url": "http://m.yelp.com/biz/diamond-cafe-san-francisco",
358
+ "rating_img_url": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/99493c12711e/ico/stars/v1/stars_4_half.png",
359
+ "review_count": 62, "name": "Diamond Cafe", "snippet_image_url": "http://s3-media3.fl.yelpcdn.com/photo/ARE--xA-5JLg61P0JuELJw/ms.jpg",
360
+ "rating_img_url_small": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/a5221e66bc70/ico/stars/v1/stars_small_4_half.png",
361
+ "url": "http://www.yelp.com/biz/diamond-cafe-san-francisco", "categories":
362
+ [["Cafes", "cafes"], ["American (New)", "newamerican"]], "phone": "4156553674",
363
+ "snippet_text": "My 2nd FIVE star rating in less than 24 hours. Karma? This
364
+ one is overdue. \n\nI stumbled upon DC in my new neighborhood when I was looking
365
+ for a good cup of...", "image_url": "http://s3-media3.fl.yelpcdn.com/bphoto/yoPwcO3XujfyYY9Hd-GnRA/ms.jpg",
366
+ "location": {"cross_streets": "24th St \u0026 Elizabeth St", "city": "San
367
+ Francisco", "display_address": ["751 Diamond St", "Noe Valley", "San Francisco,
368
+ CA 94114"], "geo_accuracy": 9.5, "neighborhoods": ["Noe Valley"], "postal_code":
369
+ "94114", "country_code": "US", "address": ["751 Diamond St"], "coordinate":
370
+ {"latitude": 37.7512897856745, "longitude": -122.43616884886}, "state_code":
371
+ "CA"}, "display_phone": "+1-415-655-3674", "rating_img_url_large": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/9f83790ff7f6/ico/stars/v1/stars_large_4_half.png",
372
+ "id": "diamond-cafe-san-francisco", "is_closed": false, "distance": 723.8029791162363},
373
+ {"is_claimed": true, "rating": 4.0, "mobile_url": "http://m.yelp.com/biz/r%C3%A9veille-coffee-co-san-francisco-6",
374
+ "rating_img_url": "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/c2f3dd9799a5/ico/stars/v1/stars_4.png",
375
+ "review_count": 195, "name": "R\u00e9veille Coffee Co.", "snippet_image_url":
376
+ "http://s3-media2.fl.yelpcdn.com/photo/ssm7Eph5W_CLRYyDZkAYHQ/ms.jpg", "rating_img_url_small":
377
+ "http://s3-media4.fl.yelpcdn.com/assets/2/www/img/f62a5be2f902/ico/stars/v1/stars_small_4.png",
378
+ "url": "http://www.yelp.com/biz/r%C3%A9veille-coffee-co-san-francisco-6",
379
+ "categories": [["Coffee \u0026 Tea", "coffee"], ["Cafes", "cafes"]], "menu_date_updated":
380
+ 1442202848, "phone": "4157896258", "snippet_text": "Avocado, egg, and coffee.
381
+ Throw in a cute little shop with a cool ambience and friendly workers. What
382
+ else do you need? When you walk into Reveille...", "image_url": "http://s3-media1.fl.yelpcdn.com/bphoto/FjVbqJic7vXFo9JN7X1Dgg/ms.jpg",
383
+ "location": {"cross_streets": "Hartford St \u0026 Castro St", "city": "San
384
+ Francisco", "display_address": ["4076 18th St", "Castro", "San Francisco,
385
+ CA 94114"], "geo_accuracy": 8.0, "neighborhoods": ["Castro"], "postal_code":
386
+ "94114", "country_code": "US", "address": ["4076 18th St"], "coordinate":
387
+ {"latitude": 37.760963961482, "longitude": -122.434460967779}, "state_code":
388
+ "CA"}, "display_phone": "+1-415-789-6258", "rating_img_url_large": "http://s3-media2.fl.yelpcdn.com/assets/2/www/img/ccf2b76faa2c/ico/stars/v1/stars_large_4.png",
389
+ "menu_provider": "single_platform", "id": "r\u00e9veille-coffee-co-san-francisco-6",
390
+ "is_closed": false, "distance": 463.13890402427944}]}'
385
391
  http_version:
386
- recorded_at: Mon, 28 Apr 2014 16:17:06 GMT
387
- recorded_with: VCR 2.8.0
392
+ recorded_at: Fri, 23 Oct 2015 21:15:34 GMT
393
+ recorded_with: VCR 2.9.3