Home Service Data

Build home-service AI.With quote-ready data.

Lender rates, equipment specs, rebates, and local rules kept current and reviewed for agents, quoting tools, and CRMs.

Industries we cover

Estimate #4821 · Pinellas County

For teams using

ServiceTitan
Jobber
Housecall Pro
AccuLynx
OpenSolar
CompanyCam
Aurora Solar
Buildertrend
HOVER
Workiz
JobNimbus
EagleView
FieldPulse
Roofr
ServiceTitan
Jobber
Housecall Pro
AccuLynx
OpenSolar
CompanyCam
Aurora Solar
Buildertrend
HOVER
Workiz
JobNimbus
EagleView
FieldPulse
Roofr

Build with Home Service Data

Agents, chatbots, quotes, and CRM workflows you can ship on reviewed lender, equipment, and incentive data.

AI Agents

Give agents structured finance, equipment, and incentive data through MCP tools and REST routes.

  • Call scoped endpoints from agent loops and IDE tools
  • Ground codegen with current lender and catalog references
  • Ship integrations without rebuilding source spreadsheets

MCP API CLI · Home Service Data powering your agent

What are Sunlight dealer fees and eligible solar catalog rows for this quote?

Example workflow

Agents pull quote-safe lender and catalog rows in one call.

Fresh source data,reviewed and API-ready.

Lender files, catalogs, and price books—kept current and API-ready.

Sources change

Updates from lender sheets, catalogs, program pages, and price books.

Reviewed first

Source links, review status, and quote-safe flags on every row.

Live in your stack

Ship via API, sync, or webhooks.

See sync options
Recent updatesView all updates
Solar lender sheetDealer-fee row reviewedPending -> published
12:41 PMTracked
HVAC price bookEquipment price stagedCarrier 5 ton
12:38 PMTracked
ENERGY STAR catalogProduct specs normalizedHeat-pump records
12:32 PMTracked
Incentive contextState status updatedHEAR/HOMES
12:28 PMTracked
Source documentReview state changedValidated
12:21 PMTracked
Finance datasetPublished rows changed89 quote-safe rows
12:18 PMTracked
HVAC pricingContractor price observedGoodman 14.3 SEER2
12:16 PMTracked
Sync cursorDataset version advancedsnapshot + delta
12:12 PMTracked
Roofing contextMaterial record stagedshingle catalog
12:09 PMTracked
Utility territoryResolver candidate returnedquote_safe: false
12:04 PMTracked
Climate normalsStation match attacheddesign-temp context
11:58 AMTracked
AHRI match dataCertificate requirement flaggedunresolved docs
11:51 AMTracked
HVAC addersLabor catalog normalizedline set + attic
11:44 AMTracked
Source documentOfficial PDF linkedmanufacturer spec
11:36 AMTracked
Webhook eventDataset publish emittedversion.published
11:29 AMTracked
Solar lender sheetDealer-fee row reviewedPending -> published
12:41 PMTracked
HVAC price bookEquipment price stagedCarrier 5 ton
12:38 PMTracked
ENERGY STAR catalogProduct specs normalizedHeat-pump records
12:32 PMTracked
Incentive contextState status updatedHEAR/HOMES
12:28 PMTracked
Source documentReview state changedValidated
12:21 PMTracked
Data checks passingQuote-safe rows only

Delivered via API, sync, and webhooks to your CRM and quoting tools.

Built for the workflows that need accountable data.

API

Developer-ready REST endpoints, keys, and docs

MCP

Agent-ready tools for catalog search and quote context

CLI

Terminal access for catalog, sync, and source inspection

Agent and data connected through Home Service Data

Built for the workflows where bad data costs real money.

One API for finance, equipment, rebates, and labor—not five spreadsheets. Review data before it goes live. Give proposal tools and copilots current rates with sources attached.

Security built forhome service workflows.

Document icon representing data privacy and no model training

No training on your data

Your data is never used to train models or improve AI systems.

Lock icon representing scoped API keys

Scoped API keys

Each key is limited to the datasets and endpoints it needs, by workspace.

Shield icon representing workspace access controls

Workspace access controls

Role-based access to catalogs, keys, and sync settings with usage logging.

APIs for data that needs context.

Pull finance, equipment, incentive, and permit data through scoped endpoints—with sync and webhooks built in.

Clear routes

Finance, equipment, incentives, labor, permits, search, and sync—each its own route.

Scoped keys

Limit each key to the datasets it needs.

Sync built in

Snapshots, deltas, and webhooks—without polling everything.

Source on every row

Provenance, review status, and change history included.

Explore the API docs
GET
Copied
import requests

url = "https://api.homeservicedata.com/api/v1/finance/fees"
headers = {
    "x-api-key": "YOUR_API_KEY",
    "Accept": "application/json",
    "x-hsd-access-mode": "sandbox"
}
params = {
    "financier": "sunlight",
    "term_months": 120
}

response = requests.get(url, headers=headers, params=params)
print(response.json())
Copied
VersionedDatasets
ScopedAccess
ReviewWorkflow
TLSTransport

Ready to inspect the actual datasets?

Browse the catalog, check access, and test an endpoint.