Phone Number:
{{ profile.phone }}
About: {{ profile.about }}
Description: {{ profile.description }}
Rating:
{{ profile.rating }} / 5
Reviews Total:
{{ profile.rating_count }}
FB likes:
{{ profile.likes }}
Price Level:
{{ profile.price_level == 0 ? 'free' : '💲'.repeat(profile.price_level) }}
Types:
{{ profile.types ? profile.types.join(', ') : null }}
Restaurant Services:
{{ profile.restaurant_services ? profile.restaurant_services.join(', ') : null }}
Restaurant Specialities:
{{ profile.restaurant_specialties ? profile.restaurant_specialties.join(', ') : null }}
Payment Options:
{{ profile.payment_options ? profile.payment_options.join(', ') : null }}
Parking Options:
{{ profile.parking_options ? profile.parking_options.join(', ') : null }}
Accessibility:
{{ profile.accessibility ? profile.accessibility.join(', ') : null }}
Offerings:
{{ profile.offerings ? profile.offerings.join(', ') : null }}
Amenities:
{{ profile.amenities ? profile.amenities.join(', ') : null }}
{{ JSON.stringify(profile, null, 2) }}
Rating:
{{ serp.rating }} / 5
Reviews Total:
{{ serp.reviews }}
Price Level:
{{ serp.price }}
{{ key }}: {{ val.join(', ') }}
{{ JSON.stringify(serp, null, 2) }}
{{ JSON.stringify(serp, null, 2) }}
{{ fb.description }}
Phone Number: {{ fb.phone }}
{{ fb.engagement.social_sentence }}
Rating:
{{ fb.overall_star_rating }} / 5
Ratings Total:
{{ fb.rating_count }}
Price Level:
{{ fb.price_range }}
Payment Options:
{{ fb_payment_options.join(', ') }}
Parking Options:
{{ fb_parking.join(', ') }}
Restaurant Services:
{{ fb_restaurant_services.join(', ') }}
Restaurant Specialities:
{{ fb_restaurant_specialties.join(', ') }}
{{ JSON.stringify(fb, null, 2) }}
{{ JSON.stringify(fb, null, 2) }}
Phone Number: {{ autocomplete.formatted_phone_number }}
Rating:
{{ autocomplete.rating }} / 5
Ratings Total:
{{ autocomplete.user_ratings_total }}
Price Level:
{{ autocomplete.price_level == 0 ? 'free' : '💲'.repeat(autocomplete.price_level) }}
{{ JSON.stringify(autocomplete, null, 2) }}
{{ JSON.stringify(autocomplete, null, 2) }}