Multi-Country Tender & RFP Aggregator
Pricing
from $10.00 / 1,000 tender matcheds
Multi-Country Tender & RFP Aggregator
Aggregate public-sector tenders and RFPs across national procurement portals into one normalized schema. Dedupes new notices across runs and can POST alerts to a webhook.
Pricing
from $10.00 / 1,000 tender matcheds
Rating
0.0
(0)
Developer
Scott Holmes
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
4 days ago
Last modified
Categories
Share
Public procurement is scattered across hundreds of national portals, each with its own format. This Actor pulls tenders from several sources, normalizes them into one schema, filters by keyword and recency, dedupes notices you've already seen across runs, and can push new tenders to a webhook. Built to run on a schedule as a bid-opportunity radar.
Sources
| Key | Portal | Auth |
|---|---|---|
uk-contracts-finder | UK Contracts Finder (OCDS) | none |
ocds-generic | Any Open Contracting (OCDS) endpoint you supply | none |
us-sam-gov | US SAM.gov Opportunities API | free API key |
Because ocds-generic speaks the Open Contracting Data Standard, a single adapter covers the many national portals that publish OCDS — point ocdsEndpoint at one and it maps automatically. Adding a new bespoke portal means writing one function in src/sources.js that returns the normalized shape.
Input
| Field | Type | Notes |
|---|---|---|
keywords | array | Match in title/description. Empty = everything in range. |
sources | array | Which portals to query. |
ocdsEndpoint | string | Required if using ocds-generic. |
samGovApiKey | string (secret) | Required if using us-sam-gov. |
sinceDays | integer | Recency window. |
onlyNew | boolean | Suppress notices seen in earlier runs. |
webhookUrl | string | Optional alert POST. |
Output (normalized)
{"id": "uk-contracts-finder:ocds-b5fd17-...","title": "Supply of network equipment","country": "GB","buyer": "Example County Council","value": 250000,"currency": "GBP","publishedDate": "2026-07-02T00:00:00.000Z","deadline": "2026-08-01T00:00:00.000Z","url": "https://www.contractsfinder.service.gov.uk/notice/...","source": "uk-contracts-finder"}
Monetization (pay-per-event)
source-query— once per source per run.tender— once per output tender (the value moment; subscribers pay for fresh, matched opportunities).
Important
Government endpoints change their APIs and rate limits periodically. The UK and OCDS adapters are implemented against documented standards, but validate each source against live responses before charging customers, and add adapters for the specific countries your buyers care about. This is exactly the fragmented-but-low-competition niche the market research flagged: whitespace, stable public targets, B2B budgets.