Every new South Florida public construction bid, in one feed.
Miami-Dade, Broward, and Palm Beach — every county, city, school district, and authority posts construction bids on its own portal. TenderPoint watches them all and sends you every new solicitation in your trade — by email, and as a clean API.
- One alert covers every South Florida agency — stop logging into dozens of separate portals.
- Filtered to your trade and CSI/NIGP categories, not a firehose.
- Bid title, due date, contact, and documents — structured, with daily change alerts.
- Pull it into your own tools via a simple JSON API and webhooks.
For developers & data teams
GET /v1/bids?region=south-fl&category=construction&status=open
{
"title": "Roadway & Drainage Improvements — NW 7th Ave",
"agency": "Miami-Dade County",
"close_at": "2026-06-25T14:00:00-04:00",
"nigp": ["91300"], "docs_url": "https://…"
}
A CLI your AI agent can drive
Install once and search or watch bids from your terminal — or let Claude, Cursor, or Codex run it for you.
$ npm i -g tenderpoint
$ tenderpoint watch --county=broward --category=construction --min-value=1000000
# …or just let your AI agent drive it:
› "Use tenderpoint to find new road bids in Broward over $1M closing this month."