Every new Florida public construction bid, in one feed.
Every county, city, school district, and authority in Florida 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 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=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://…"
}
Built for AI agents — no install, no SDK
Nothing to install. Paste one line into Claude, Cursor, or Codex — it reads the spec and calls the API over plain HTTP.
# Paste this into your AI agent:
› "Read https://tenderpoint.co/agent.md, then find new road
bids in Broward over $1M closing this month."
# It learns the endpoints and just calls them — plain curl, no client:
$ curl https://api.tenderpoint.co/v1/bids?region=broward\&category=construction\&min_value=1000000