Gsa Vendor Rates
gsa_vendor_ratesEvery GSA schedule labor rate published by one contractor — what this specific company charges the government per hour, across its labor categories, with contract numbers and SINs. Use for "what rates does Booz Allen have on its GSA schedule" or to compare one vendor against the market median. Example: gsa_vendor_rates({ vendor: "DIGNITAS TECHNOLOGIES" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many rates to return, 1-200 (default 25). | |
| vendor | Yes | Company name or a distinctive fragment of it, e.g. "DIGNITAS" or "Booz Allen". Vendor names are recorded in full legal form on the contract. | |
| sort_by | No | Sort field (default current_price). | |
| max_rate | No | Only rates at or below this hourly price, USD. | |
| min_rate | No | Only rates at or above this hourly price, USD. | |
| sort_dir | No | Sort direction (default asc). | |
| worksite | No | Where the work is performed: "contractor" (vendor site) or "customer" (government site). | |
| education | No | Minimum education: HS, AA, BA or MA. Plain spellings work too ("bachelors", "high school"). Combine with | for several, e.g. "BA|MA". | |
| business_size | No | "S" for small business or "O" for other than small. "small" and "large" also work. | |
| max_experience | No | Maximum years of experience required, inclusive. | |
| min_experience | No | Minimum years of experience required, inclusive. Means "this many OR MORE" — mapped to the upstream range filter, because the upstream field of the same name is an exact match. | |
| security_clearance | No | "yes" to only rates requiring a clearance, "no" to exclude them. |