{
  "business": {
    "name": "Henry Contractor Paint Company",
    "type": "Painting Contractor",
    "location": "Houston, Texas",
    "phone": "",
    "website": "https://henrycontractor.com/"
  },
  "service_model": {
    "type": "Project-based painting services",
    "minimum_job": "Medium to large painting projects (inferred)",
    "currency": "USD"
  },
  "services": [
    {
      "name": "Interior Painting",
      "category": "Painting",
      "depends_on": ["Surface Preparation"],
      "related_services": ["Residential Painting"],
      "used_in": ["Home improvement", "Renovation"]
    },
    {
      "name": "Exterior Painting",
      "category": "Painting",
      "depends_on": ["Surface Preparation"],
      "related_services": ["Residential Painting", "Commercial Painting"],
      "used_in": ["Curb appeal", "Weather protection"]
    },
    {
      "name": "Residential Painting",
      "category": "Composite Painting",
      "depends_on": ["Interior Painting", "Exterior Painting"],
      "related_services": ["Repainting"],
      "used_in": ["Home upgrades", "Move-in preparation"]
    },
    {
      "name": "Commercial Painting",
      "category": "Commercial Services",
      "depends_on": ["Surface Preparation"],
      "related_services": ["Exterior Painting"],
      "used_in": ["Business property maintenance"]
    },
    {
      "name": "Surface Preparation",
      "category": "Preparation",
      "depends_on": [],
      "related_services": ["Interior Painting", "Exterior Painting"],
      "used_in": ["All painting projects"]
    },
    {
      "name": "Repainting",
      "category": "Maintenance",
      "depends_on": ["Surface Preparation"],
      "related_services": ["Interior Painting", "Exterior Painting"],
      "used_in": ["Property refresh", "Maintenance"]
    }
  ],
  "service_areas": [
    "Houston","Angleton","Baytown","Bellaire","Brookshire","Bunker Hill Village","Cleveland","Clute","Conroe","Dayton","Deer Park","Dickinson","Freeport","Friendswood","Fulshear","Galena Park","Hedwig Village","Hilshire Village","Humble","Hunters Creek Village","Jacinto City","Jersey Village","Katy","Kemah","La Marque","La Porte","League City","Liberty","Missouri City","Mont Belvieu","Pasadena","Pearland","Piney Point Village","Richmond","Rosenberg","Seabrook","South Houston","Southside Place","Spring Valley Village","Stafford","Sugar Land","Texas City","Tomball","Webster","West University Place","Aldine","Atascocita","Channelview","Cypress","Four Corners","Mission Bend","Pecan Grove","Spring","The Woodlands","Aliana","Bridgeland","Cinco Ranch","Greatwood","Kingwood","Sienna"
  ],
  "constraints": {
    "not_offered": [
      "Plumbing",
      "Electrical",
      "HVAC",
      "Roofing",
      "Structural construction",
      "Full remodeling",
      "Tile installation",
      "Non-paint trades"
    ]
  },
  "intent_mapping": {
    "interior painting near me": "accept",
    "house painting Houston": "accept",
    "commercial painters Houston": "accept",
    "paint my house exterior": "accept",
    "fix plumbing leak": "reject",
    "install HVAC system": "reject",
    "roof replacement": "reject",
    "full home remodel": "reject",
    "tile installation": "reject"
  }
}