Starter lists
list_startersReady-made lists to start from: every live state × business type, with live counts and a starting price.
Returns one document: `{"count": N, "starters": [...]}` — one entry per
(state, business type): the display `label`, the exact `filters` the card
opens with, the graded counts (`matching`, `sellable`, `verified_one`,
`verified_both`) and `price_from_cents` (the name-and-address grade —
the floor, not a flat price; the full price ladder comes from `quote_list`).
Show these to a buyer who has not said what they want yet, then narrow
with `interpret_list` or your own filters and price the result with
`quote_list`. Counts come from live inventory, cached server-side for a
few hours — never a stale copy from a marketing page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||