# US Government Tenders, RFPs & Public Procurement API (`magebase/us-government-tenders-rfp-api`) Actor

Aggregate federal, defense, state, and municipal solicitations from SAM.gov, DIBBS, GSA eBuy, DemandStar, BidNet Direct, and state portals into one normalized feed.

- **URL**: https://apify.com/magebase/us-government-tenders-rfp-api.md
- **Developed by:** [magebase](https://apify.com/magebase) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage, which gets cheaper the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-usage

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## US Government Tenders, RFPs & Procurement API

Search and monitor public procurement opportunities across **federal, defense, state, municipal, and education networks** throughout the United States.

Instead of searching 50 different state portals and multiple federal platforms separately, this Actor queries the **entire US public procurement ecosystem** and returns a single, normalized, deduplicated dataset.

***

### Active Sources (24 Key US Portals)

#### Federal & National Platforms

1. **SAM.gov Opportunities** (`sam-gov`) — Federal cross-agency procurement
2. **DLA DIBBS** (`dla-dibbs`) — Defense Logistics Agency solicitations & RFQs
3. **Acquisition.gov / GSA eBuy** (`gsa-ebuy`) — Federal MAS supply schedules
4. **DemandStar** (`demandstar`) — 1,000+ local county, city, municipal, and school districts
5. **BidNet Direct** (`bidnet-direct`) — Regional state and county purchasing networks
6. **Periscope Holdings BidSync** (`bidsync`) — State, county, and higher ed procurement
7. **Bonfire Hub** (`bonfire`) — Public agencies, school boards, and hospital networks
8. **OpenGov Procurement** (`opengov`) — Municipal and county cloud procurement portal
9. **Public Purchase** (`public-purchase`) — Multi-jurisdiction local government consortium

#### State & Major Municipal Portals

10. **Cal eProcure** (`caleprocure`) — California Department of General Services
11. **Texas SmartBuy / ESBD** (`txsmartbuy`) — Texas Electronic State Business Daily
12. **eVA Virginia** (`eva-virginia`) — Virginia Commonwealth eProcurement marketplace
13. **NYS Contract Reporter** (`nys-contract-reporter`) — New York State official contracting opportunities
14. **Massachusetts CommBUYS** (`commbuys`) — Massachusetts Operational Services Division
15. **Florida Vendor Info Portal** (`florida-vip`) — Florida Department of Management Services
16. **Illinois Procurement Gateway** (`illinois-ipg`) — State of Illinois Chief Procurement Office
17. **Pennsylvania eMarketplace** (`pa-emarketplace`) — PA Department of General Services
18. **Ohio Buys** (`ohio-buys`) — Ohio Department of Administrative Services
19. **Michigan SIGMA VSS** (`michigan-sigma`) — Michigan Central Procurement portal
20. **North Carolina Electronic Vendor Portal** (`nc-evp`) — NC Department of Administration
21. **Georgia Procurement Registry** (`georgia-gpr`) — Georgia Department of Administrative Services
22. **NYC City Record Online (CROL)** (`nyc-crol`) — City of New York DCAS
23. **City of Los Angeles RAMP** (`la-ramp`) — City of LA Regional Alliance Marketplace
24. **City of Chicago eProcurement** (`chicago-eprocurement`) — Chicago Dept of Procurement Services

Plus a documented expansion catalog of **105+ US procurement sites** in `docs/sites/tenders.md`.

***

### Key Features

- **Universal Category Mapping**: Automatically normalizes disparate classification schemes (NAICS, PSC, CPV, and NIGP) into a single taxonomy (e.g. `Technology > Systems Integration & Cybersecurity`).
- **Entity Deduplication**: Detects opportunities cross-posted across state and regional purchasing groups.
- **Deadline Intelligence**: Computes `daysRemaining` countdowns for bid submission windows.
- **Pay-Per-Event (PPE) Pricing**: Pay only for the records you extract ($0.025 per run + $0.003 per record).

***

### Example Input

```json
{
  "query": "cybersecurity",
  "state": "TX",
  "minContractValue": 100000,
  "sources": ["all"],
  "maxResults": 250,
  "deduplicate": true
}
```

### Example Output Record

```json
{
  "id": "sam-gov_sol_1001",
  "entityId": "entity_7a8bc9_mtzezg1n",
  "title": "CYBERSECURITY & ENTERPRISE TECHNOLOGY MODERNIZATION SOLICITATION",
  "description": "Competitive request for proposals for enterprise cybersecurity implementation...",
  "solicitationNumber": "RFP-SAM-GOV-2026-001",
  "buyer": "General Services Administration - Division of Procurement",
  "buyerType": "federal",
  "country": "US",
  "state": "DC",
  "contractType": "services",
  "estimatedValue": 500000,
  "currency": "USD",
  "publishedAt": "2026-09-10T00:00:00.000Z",
  "deadline": "2026-10-15T17:00:00.000Z",
  "daysRemaining": 32,
  "classificationCodes": {
    "naics": ["541512"]
  },
  "universalCategory": "Technology > Systems Integration & Cybersecurity",
  "source": "sam-gov",
  "sourceUrl": "https://sam.gov/solicitation/sam-gov_sol_1001",
  "scrapedAt": "2026-09-13T14:00:00.000Z"
}
```

# Actor input Schema

## `query` (type: `string`):

Keywords describing desired products or services (e.g., 'cybersecurity', 'cloud migration', 'HVAC repair').

## `keywords` (type: `array`):

Multiple keywords for broad procurement matching.

## `country` (type: `string`):

Target country code (defaults to 'US').

## `state` (type: `string`):

Two-letter US state code filter (e.g. TX, CA, VA, FL).

## `minContractValue` (type: `integer`):

Filter solicitations with estimated contract value above this floor.

## `maxContractValue` (type: `integer`):

Filter solicitations below this estimated ceiling.

## `buyerTypes` (type: `array`):

Filter by government tier.

## `sources` (type: `array`):

Select specific launch portals or use \['all'] to aggregate across all available sources.

## `maxResults` (type: `integer`):

Maximum number of normalized tender records to return.

## `deduplicate` (type: `boolean`):

Group identical solicitations posted across federal, state, and regional networks into unified entities.

## `includeRawData` (type: `boolean`):

Attach raw unstructured source payloads in the `_raw` property.

## `proxyConfiguration` (type: `object`):

Select Apify Proxy groups or provide custom proxy URLs.

## Actor input object example

```json
{
  "query": "cybersecurity",
  "country": "US",
  "buyerTypes": [
    "all"
  ],
  "sources": [
    "all"
  ],
  "maxResults": 100,
  "deduplicate": true,
  "includeRawData": false
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("magebase/us-government-tenders-rfp-api").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("magebase/us-government-tenders-rfp-api").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call magebase/us-government-tenders-rfp-api --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,magebase/us-government-tenders-rfp-api"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/wZWIzlduFKJPlDFtQ/builds/VhYP82ppK2jWGPYyq/openapi.json
