Get Wage Rates
get_wage_ratesLook up prevailing hourly wage rates for trades and occupations across federal wage determinations, with base pay and fringe benefits, to support bid pricing and contract negotiation.
Instructions
Query prevailing-wage rates ACROSS wage determinations, by occupation, "what does a given trade actually pay," distinct from search_wage_determinations / get_wds_by_location which answer "which WDs apply."
Bid & Proposal / Negotiate tool. Each row is one classification's hourly base wage
plus fringe, tied to the WD it came from. For the aggregated distribution/floor
across many WDs at once, use get_wage_rate_summary instead of paging through this.
- classification: trade/occupation name substring, e.g. "Electrician"
- type: DBA | SCA (CBAs have no rate table)
- occupation_code: SCA 5-digit code, e.g. "23210"
- wd_number: exact
- state: 2-letter, via the WD's jurisdictions
- sort_by: base_rate | classification | wd_number
- limit: max 100
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| limit | No | ||
| state | No | ||
| offset | No | ||
| sort_by | No | ||
| wd_number | No | ||
| sort_order | No | ||
| active_only | No | ||
| classification | No | ||
| occupation_code | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |