sam_search_wage_determinations
Search Service Contract Act (SCA) or Davis-Bacon (DBA) wage determinations by locality. Filter by state, county, or WD number/title to find governing wage rates.
Instructions
Find the Service Contract Act (SCA) or Davis-Bacon (DBA) wage determination(s) governing a locality (keyless SAM SGS). Filter by coverage (sca|dba), state (2-letter, server-side), county (client-side), or WD number/title. Returns the structured WD list; follow with sam_get_wage_rates to read the rate table. NOTE: query matches WD number/title only, NOT occupation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 0-based page index (default 0). | |
| limit | No | Page size (default 20, max 50). | |
| query | No | Matches the WD NUMBER/TITLE only — NOT occupation/job title (q=guard returns 0). | |
| state | No | 2-letter USPS state code (e.g. 'VA'), applied SERVER-SIDE. A full name is applied client-side instead. | |
| county | No | County name (substring match), applied CLIENT-SIDE over the fetched page only (the API has no county filter). | |
| coverage | Yes | Which wage-determination law: 'sca' (Service Contract Act — services) or 'dba' (Davis-Bacon Act — construction). 'dba' is normalized to the API's 'dbra' index. | |
| activeOnly | No | Only currently-active WDs (default true). | |
| standardOnly | No | Only standard (non-non-standard) WDs (default true). |