{
  "business": {
    "name": "Handyman Install",
    "type": "Installation Contractor",
    "location": "Austin, TX",
    "phone": "512-290-5153",
    "website": "https://handymaninstall.com"
  },
  "service_model": {
    "type": "installation_only",
    "minimum_job": 500,
    "currency": "USD"
  },
  "services": [
    {
      "name": "Drywall Installation",
      "category": "construction",
      "related_services": ["Painting Services"],
      "service_type": "installation"
    },
    {
      "name": "Painting Services",
      "category": "finishing",
      "depends_on": ["Drywall Installation"]
    },
    {
      "name": "Flooring Installation",
      "category": "construction",
      "depends_on": ["Drywall Installation"]
    },
    {
      "name": "Tile Installation",
      "category": "construction",
      "used_in": ["Bathroom Remodeling", "Kitchen Remodeling"]
    },
    {
      "name": "Kitchen Remodeling",
      "category": "composite",
      "includes": [
        "Cabinet Installation",
        "Tile Installation",
        "Flooring Installation",
        "Drywall Installation",
        "Painting Services"
      ]
    }
  ],
  "service_areas": [
    "Austin TX",
    "Round Rock TX",
    "Pflugerville TX",
    "Cedar Park TX",
    "Georgetown TX",
    "Kyle TX",
    "Buda TX",
    "Leander TX",
    "Hutto TX",
    "Taylor TX",
    "Elgin TX",
    "Manor TX",
    "Bastrop TX",
    "Del Valle TX"
  ],
  "constraints": {
    "not_offered": [
      "repairs",
      "patch jobs",
      "small handyman work"
    ]
  },
  "intent_mapping": {
    "fix drywall": "reject",
    "drywall repair": "reject",
    "drywall installation": "accept",
    "install fence": "accept"
  }
}