Global Public Procurement & Tenders Tracker
Pricing
from $5.00 / 1,000 results
Go to Apify Store
Global Public Procurement & Tenders Tracker
Monitors, structures, and indexes government procurement notices, RFPs, tenders, and public contract awards across US Federal (SAM.gov), European Union (TED), and multilateral development banks (UNGM, World Bank).
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer
Hunny
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
High-trust, real-time data extraction and intelligence stream for government tenders, RFPs, pre-solicitation notices, and public contract awards across US Federal, European Union, and multilateral development institutions.
Features
- Multi-Jurisdiction Coverage: Ingests and standardizes opportunities across:
- US Federal: SAM.gov (Federal acquisition notices, DoD, civilian agencies)
- European Union: TED (Tenders Electronic Daily, Official Journal of the EU)
- Multilateral Banks: World Bank Group Project procurement, United Nations Global Marketplace (UNGM)
- Granular Classification: Filters by industry sector (
defense,technology,infrastructure,healthcare,consulting), procurement notice type (solicitation,award,pre-solicitation), and contract value thresholds. - Pay-Per-Event Monetization: Predictable micro-billing ($0.005 per extracted record) with zero idle subscription fees.
- Standardized Schema: Canonical currency normalization to USD, clear contracting authorities, deadline tracking, and direct document portal links.
Pricing (Pay-Per-Event)
- $0.005 USD per extracted tender record
- Billed dynamically via Apify Pay-Per-Event pricing model.
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
jurisdictions | Array | ["all"] | Target procurement portals: US_SAM, EU_TED, UNGM, WORLD_BANK |
sector_filter | String | "all" | Sector: technology, defense, infrastructure, healthcare, consulting |
notice_type | String | "all" | Opportunity status: solicitation, award, pre-solicitation |
min_value_usd | Integer | 0 | Minimum contract value threshold in USD |
max_records | Integer | 50 | Maximum opportunities to extract (1 to 500) |
Output Format
Each tender record contains:
{"tender_id": "SAM-FA8650-24-R-1002","title": "Advanced Autonomous Collaborative Platforms (AACP) Research & Development","contracting_authority": "U.S. Department of the Air Force (AFMC/AFRL)","jurisdiction": "US_SAM","notice_type": "solicitation","sector": "defense","publication_date": "2024-08-15","deadline_date": "2025-02-28","estimated_value_usd": 485000000.0,"currency": "USD","procurement_url": "https://sam.gov/opp/fa865024r1002/view","summary": "Multi-award indefinite delivery / indefinite quantity solicitation...","scraped_at": "2026-09-04T13:28:00+00:00"}
Python Integration Example
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_API_TOKEN")run_input = {"jurisdictions": ["US_SAM", "EU_TED"],"sector_filter": "technology","min_value_usd": 10000000,"max_records": 100}run = client.actor("papa_developers/public-procurement-tenders-scraper").call(run_input=run_input)for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(f"[{item['jurisdiction']}] {item['title']} - ${item['estimated_value_usd']:,.2f}")
License
Apache-2.0