Skip to main content
This guide walks you through making your first request to the Home Service Data API. By the end, you will have retrieved published finance fee records filtered to a specific trade, proving your API key works and showing the shape of a typical response.

Prerequisites

1

Get your API key

Open your Dashboard → API Keys page and copy an active key. Your key looks like hsd_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.
2

Make your first request

Fetch published quote-safe solar finance fee records by passing your key in the x-api-key header:
A successful response looks like:
3

Filter to your needs

Add query parameters to narrow results. For example, fetch only HVAC finance programs from a specific lender:
4

Check the quote_safe flag

Before using any record in a customer-facing quote, verify quote_safe: true. Context-only rows (quote_safe: false) are useful for market research but should not appear in quotes.

Next steps

Authentication

Learn about API key scopes and how to manage keys.

Quote Context

Bundle finance, equipment, and context data in a single call.

Sync Integration

Keep your database in sync with dataset snapshots and deltas.

API Reference

Explore all available endpoints.