{
  "entity": {
    "id": "f74e043f-5820-4d31-9769-12457f4cbd3a",
    "slug": "la-perrera-gastro",
    "type": "restaurant",
    "name": "La Perrera Gastro",
    "description_es": "Bar de tapas modernas en el Eixample con protocolo pet-friendly y estación de agua.",
    "description_en": "Modern tapas bar in Eixample with pet-friendly protocol and water station.",
    "address": "Carrer de Mallorca 204",
    "city": "Barcelona",
    "region": "Cataluña",
    "country": "ES",
    "postal_code": "08036",
    "lat": 41.3893,
    "lng": 2.1553,
    "phone": "+34 934 512 987",
    "email": "hola@laperreragastro.cat",
    "website": "https://laperreragastro.cat",
    "opening_hours": {
      "mon-sun": "12:30-00:30"
    },
    "price_level": 2,
    "rating": 4.6,
    "review_count": 421,
    "hero_image": null,
    "services": [
      "tapas",
      "water_bowl",
      "terrace",
      "indoor"
    ],
    "attributes": {
      "water_bowl": true,
      "dogs_indoor": true,
      "dogs_terrace": true
    },
    "trust_signals": {
      "licensed": true
    },
    "completeness": 0.9,
    "confidence": 0.9,
    "source": "seed",
    "last_updated": "2026-07-02T21:50:36.31487+00:00"
  },
  "reviews": [
    {
      "id": "b0c3e00c-458d-4901-a4c6-d0b84be043aa",
      "entity_id": "f74e043f-5820-4d31-9769-12457f4cbd3a",
      "author": "Carla V.",
      "rating": 4,
      "body": "Muy buena comida y trato con nuestro bulldog.",
      "source": "seed",
      "created_at": "2026-07-02T21:50:36.31487+00:00"
    }
  ],
  "url": "https://valpp.io/entidad/la-perrera-gastro",
  "jsonld": {
    "@context": "https://schema.org",
    "@type": "Restaurant",
    "name": "La Perrera Gastro",
    "description": "Bar de tapas modernas en el Eixample con protocolo pet-friendly y estación de agua.",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "Carrer de Mallorca 204",
      "addressLocality": "Barcelona",
      "addressRegion": "Cataluña",
      "postalCode": "08036",
      "addressCountry": "ES"
    },
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": 41.3893,
      "longitude": 2.1553
    },
    "telephone": "+34 934 512 987",
    "email": "hola@laperreragastro.cat",
    "url": "https://laperreragastro.cat",
    "openingHoursSpecification": [
      {
        "@type": "OpeningHoursSpecification",
        "dayOfWeek": "mon-sun",
        "opens": "12:30",
        "closes": "00:30"
      }
    ],
    "aggregateRating": {
      "@type": "AggregateRating",
      "ratingValue": 4.6,
      "reviewCount": 421
    }
  }
}