What you can do with Home Service Data
Pull finance programs
Retrieve current dealer-fee and lender program rows for solar, HVAC, and roofing projects.
Look up equipment specs
Browse solar modules, inverters, and HVAC equipment with pricing context and efficiency ratings.
Fetch utility context
Resolve a customer address to its utility territory and get regional electricity-rate context.
Get incentive data
Pull federal, state, and utility incentive records filtered by trade, state, and measure.
Sync datasets
Keep your own database current with snapshot and delta sync endpoints.
Get quote context in one call
Use the composite
/quote-context endpoint to bundle finance, equipment, incentives, and local context in a single request.How it works
Home Service Data continuously monitors source documents—lender rate sheets, equipment catalogs, incentive program pages, BLS labor data, EIA electricity tables, and utility territory files. When sources change, reviewers update and publish new dataset versions. Every record carries a source link, a review status, a confidence score, and aquote_safe flag.
Your API key scopes which datasets you can access and at what level (sample, sandbox, or production). All data is delivered as JSON over HTTPS.
Quote-safe vs. context-only
Every record returned by the API includes aquote_safe boolean. Records where quote_safe: true have passed source review and are approved for use in customer-facing quotes. Records where quote_safe: false are useful as background context but should not be presented to customers as final pricing.
Check
quote_safe on every record before using it in a live quote. See Quote-Safe Data for the full policy.Supported trades
Home Service Data covers: solar, HVAC, roofing, plumbing, and electrical. Most dataset endpoints accept atrade parameter to filter results to a specific vertical.
Next steps
Quick Start
Make your first API call in five minutes.
Authentication
Learn how to authenticate with your API key.
Core Concepts
Understand packets, quote-safe, and access levels.
API Reference
Browse every endpoint with request/response examples.