Multi-Country Tender & RFP Aggregator avatar

Multi-Country Tender & RFP Aggregator

Pricing

from $10.00 / 1,000 tender matcheds

Go to Apify Store
Multi-Country Tender & RFP Aggregator

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

Scott Holmes

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

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

KeyPortalAuth
uk-contracts-finderUK Contracts Finder (OCDS)none
ocds-genericAny Open Contracting (OCDS) endpoint you supplynone
us-sam-govUS SAM.gov Opportunities APIfree 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

FieldTypeNotes
keywordsarrayMatch in title/description. Empty = everything in range.
sourcesarrayWhich portals to query.
ocdsEndpointstringRequired if using ocds-generic.
samGovApiKeystring (secret)Required if using us-sam-gov.
sinceDaysintegerRecency window.
onlyNewbooleanSuppress notices seen in earlier runs.
webhookUrlstringOptional 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.