remodeleriq_get_risk_stats
Get aggregate red-flag statistics from the RemodelerIQ bid corpus — real anonymized data from bids analyzed by the platform. Returns the most common risk flags and their fire rates, average confidence scores, and bid-total distributions, filtered optionally by US state, project type, or bid size. Requires corpus ≥ 500 submissions; cells below 30 submissions are suppressed. Use when a homeowner asks 'how common is a 40% deposit demand?' or 'what do most kitchen-remodel bids get flagged for?'. This is proprietary empirical data available nowhere else.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state_code | No | Two-letter US state code to filter stats (e.g. 'GA', 'TX'). Omit for national data. | |
| project_type | No | Project type to filter (e.g. 'kitchen-remodel', 'bathroom-remodel', 'roofing'). Omit for all project types. | |
| bid_size_bucket | No | Bid total range to filter. Omit for all sizes. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _meta | No | ||
| cell_n | No | Bids matching your filters. | |
| filter | No | ||
| status | Yes | ||
| corpus_n | Yes | Total bids in the RemodelerIQ corpus. | |
| top_flags | No | ||
| suppressed | No | True when cell_n < 30 — data withheld to protect granularity. | |
| avg_bid_total | No | Average bid total for bids where a total was provided. | |
| confidence_score | No |