World Bank Procurement Notices & Contract Awards Scraper
Pricing
from $10.20 / 1,000 results
World Bank Procurement Notices & Contract Awards Scraper
Scrape World Bank procurement notices (tenders) and awarded contracts with supplier name, supplier country and award amount in USD, plus project id, country, procurement method, deadlines and buyer contacts. Filter by country, keyword or notice type. Export to JSON, CSV or Excel.
Pricing
from $10.20 / 1,000 results
Rating
0.0
(0)
Developer
Scrapers Lat
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
14 days ago
Last modified
Categories
Share
World Bank Procurement Notices & Contract Awards Scraper
Here is one real result from notices mode, with every field the actor returns (the title, description and evaluatedBidders list are trimmed here for readability; the actor returns the full values, and evaluatedBidders held 11 entries for this record):
{"mode": "notice","noticeId": "OP00462531","noticeType": "Contract Award","noticeStatus": "Published","title": "Supply & delivery of 52 No. heavy duty printers , 79 No. hard disks, 26 No. Smart TVs , 2 No. interact TVs, 70 No Black&…","projectId": "P176758","projectName": "NATIONAL AGRICULTURAL VALUE CHAIN DEVELOPMENT PROJECT (NAVCDP)","country": "Kenya","region": null,"sector": null,"procurementMethod": "Request for Bids","procurementCategory": "GO","bidReference": "KE-MOALF-529705-GO-RFB","publishDate": "14-Aug-2026","deadline": null,"deadlineTime": null,"language": "English","agency": null,"contactName": null,"contactEmail": null,"contactPhone": null,"contactAddress": null,"contactCountry": null,"supplierName": "CRIMSON COMPUTER SERVICES LIMITED","supplierCountry": "Kenya","awardAmountUsd": null,"awardedSupplier": "CRIMSON COMPUTER SERVICES LIMITED","awardedSupplierId": "1110991","awardedSupplierCountry": "Kenya","awardedContractPrice": 33487476,"awardedContractCurrency": "KES","awardIssuedDate": "2026/07/20","contractDuration": "60 Day(s)","awardedBidders": [{ "name": "CRIMSON COMPUTER SERVICES LIMITED", "id": "1110991", "country": "Kenya", "signedPrice": 33487476, "currency": "KES", "evaluatedPrice": 1610400 }],"evaluatedBidders": [{ "name": "MFI- DOCUMENT SOLUTIONS LIMITED", "id": "1110996", "country": "Kenya", "evaluatedPrice": 3420000, "currency": "KES" }],"description": "Contract Award Project: P176758-NATIONAL AGRICULTURAL VALUE CHAIN DEVELOPMENT PROJECT (NAVCDP) Loan/Credit/TF Info: IDA-70640 Bid/Contract Reference No: KE-MOALF-529705-GO-RFB Proc…","url": "https://projects.worldbank.org/en/projects-operations/procurement-detail/OP00462531","source": "World Bank","observedAt": "2026-08-15T13:55:16.224Z"}
The most complete World Bank procurement scraper available. It returns both open and past procurement notices (tenders) and awarded contracts, with the winning supplier, supplier country, contract amount, and the full evaluated-bidder list parsed out of the notice, and gives you filters for country, keyword and notice type to target exactly the opportunities you need.
📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples
Table of contents
- What it does
- Quickstart
- Input reference
- Output reference
- Example output record
- Run via API and CLI
- Fetch results
- Billing and limits
- FAQ and troubleshooting
What it does
The actor pulls World Bank procurement data in one of two modes and writes one normalized record per item to the run's dataset:
noticesmode: procurement notices (open and past tenders) for Bank-financed projects. For Contract Award notices, the actor parses the notice body to extract the winning supplier, supplier country, contract price and currency, contract duration, and the structuredawardedBiddersandevaluatedBidderslists.awardsmode: awarded contracts with the winning supplier, supplier country and contract amount in USD, plus project and procurement metadata.
You can filter by borrower country, a description keyword, and (in notices mode) a notice type. Missing source values are returned as null, never invented.
Quickstart
Open the actor, paste this into the input, and press Run. It returns 15 procurement notices for Kenya.
{"mode": "notices","country": "Kenya","maxRecords": 15}
Every input field is optional. With an empty input the actor returns the most recent procurement notices across all countries (default maxRecords is 10).
Input reference
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
mode | enum | no | notices | What to collect: notices (open and past tenders, with parsed award detail on Contract Award notices) or awards (awarded contracts with supplier and USD amount). |
country | string | no | (any) | Filter by project (borrower) country, for example Kenya, India, Brazil. Leave empty for all countries. |
searchQuery | string | no | (empty) | Keep only records whose description contains this text, for example road, water, hospital, solar. |
noticeType | string | no | (any) | Notices mode only. Restrict to one type, for example Invitation for Bids, Request for Expression of Interest, General Procurement Notice, Contract Award. |
maxRecords | integer | no | 10 | Maximum number of records to collect. Free Apify plans are capped at 10 per run. |
withAiSummary | boolean | no | false | Optional paid add-on. Adds an AI-generated plain-English summary of each record (aiSummary). Charged only when a usable summary is produced. Disabled on free plans. |
withAiExtract | boolean | no | false | Optional paid add-on. Adds AI structured deal data (buyer, awardees, amounts, deadlines, goods/services, contacts) as aiExtract. Charged only when usable data is produced. Disabled on free plans. |
Output reference
One dataset item per notice or award. The mode field tells you which shape a record has. Types: string, number, integer, object[], or null when the source value is absent.
Fields common to both modes:
| Field | Type | Description |
|---|---|---|
mode | string | notice or award. |
title | string | Contract or bid description. |
projectId | string | World Bank project ID, for example P176758. |
projectName | string | Project name. |
country | string | Borrower (project) country. |
region | string | World Bank region, or null. |
procurementMethod | string | Procurement method, for example Request for Bids. |
procurementCategory | string | Procurement category or group. |
supplierName | string | Winning supplier, when known. |
supplierCountry | string | Supplier country, when known. |
awardAmountUsd | number | Contract amount in USD (populated in awards mode). |
url | string | Link to the notice or project page on the World Bank site. |
projectUrl | string | Link to the World Bank project page. |
procurementMethodCode | string | Short procurement method code, for example RFQ, RFB (notices mode). |
aiSummary | string | AI summary of the record. Only present when the withAiSummary add-on is enabled and produced output. |
aiExtract | object | AI-extracted deal data (buyer, awardees, amounts, deadlines, goodsOrServices, contacts). Only present when the withAiExtract add-on is enabled and produced output. |
source | string | Always World Bank. |
observedAt | string | ISO 8601 timestamp of when the record was collected. |
Notices mode adds:
| Field | Type | Description |
|---|---|---|
noticeId | string | Procurement notice ID. |
noticeType | string | Notice type, for example Invitation for Bids, Contract Award. |
noticeStatus | string | Notice status, for example Published. |
sector | string | Sector, or null. |
bidReference | string | Bid/contract reference number. |
publishDate | string | Publish date. |
deadline | string | Submission deadline date, or null. |
deadlineTime | string | Submission deadline time, or null. |
language | string | Notice language. |
agency | string | Contact organization, or null. |
contactName / contactEmail / contactPhone / contactAddress / contactCountry | string | Contact details when the notice publishes them, else null. |
awardedSupplier | string | Winning supplier parsed from a Contract Award notice. |
awardedSupplierId | string | Winning supplier ID. |
awardedSupplierCountry | string | Winning supplier country. |
awardedContractPrice | number | Signed contract price in local currency. |
awardedContractCurrency | string | Currency of awardedContractPrice, for example KES. |
awardIssuedDate | string | Date the award was issued. |
contractDuration | string | Stated contract duration, for example 60 Day(s). |
awardedBidders | object[] | Winning bidder(s) with name, id, country, signedPrice, currency, evaluatedPrice. |
evaluatedBidders | object[] | All evaluated bidders with name, id, country, evaluatedPrice, currency. |
description | string | Full notice text. |
documentLinks | object[] | Document and attachment links found in the notice body, or null. |
Awards mode adds:
| Field | Type | Description |
|---|---|---|
contractId | string | World Bank contract number. |
borrowerContractReference | string | Borrower contract reference number. |
borrowerCountry | string | Borrower country. |
borrowerCountryCode | string | ISO country code of the borrower. |
globalPractice | string | World Bank global practice, for example Water/Sanit/Waste. |
reviewType | string | Review type, for example Post, Prior. |
fiscalYear | integer | Fiscal year of the award. |
signingDate | string | Contract signing date. |
supplierCountryCode | string | ISO country code of the supplier. |
supplierId | string | Supplier ID. |
contractSignedYear | integer | Calendar year the contract was signed. |
asOfDate | string | Source as-of date. |
Example output record
Real record from a live run in awards mode (input {"mode":"awards","country":"Kenya"}):
{"mode": "award","contractId": "1588770","borrowerContractReference": "KE-MOWASCO-16771-CW-RFB","title": "REHABILITATION OF THE KIPEVU WASTEWATER TREATMENT PLANT \n(WWTP and Pumping Stations)","projectId": "P156634","projectName": "Water and Sanitation Development Project","country": "Kenya","borrowerCountry": "Kenya","borrowerCountryCode": "KE","region": "Eastern and Southern Africa","globalPractice": "Water/Sanit/Waste","procurementMethod": "Request for Bids","procurementCategory": "Works","reviewType": "Post","fiscalYear": 2020,"signingDate": "09-Sep-2019","supplierName": "WARDY COMMUNICATIONS LIMITED","supplierCountry": "Kenya","supplierCountryCode": "KE","supplierId": "398554","awardAmountUsd": 3114490.9,"asOfDate": "15-Aug-2026","url": "https://projects.worldbank.org/en/projects-operations/project-detail/P156634","source": "World Bank","observedAt": "2026-08-15T13:55:47.604Z"}
Run via API and CLI
Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.
Run synchronously and get dataset items in one call:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~world-bank-procurement-scraper/run-sync-get-dataset-items?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"mode":"notices","country":"Kenya","searchQuery":"water","maxRecords":50}'
Start a run asynchronously:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~world-bank-procurement-scraper/runs?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"mode":"awards","country":"India","maxRecords":200}'
Apify CLI:
apify call scrapers_lat/world-bank-procurement-scraper \--input '{"mode":"notices","noticeType":"Invitation for Bids","country":"Brazil"}'
Fetch results
Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:
# JSONcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"# CSVcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"# Paginate large datasetscurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"
<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.
Billing and limits
This actor is pay-per-event. You are only charged for the events below. See the pricing tab for current prices.
| Event | When it fires | Price |
|---|---|---|
apify-actor-start | Once per run, when the run starts. Covers fixed compute. Applies to every run, including free plans. | $0.02 |
result | Per notice or award record written to the dataset. | $0.012 |
ai_summary | Per record for which the withAiSummary add-on produces a usable AI summary. Opt-in, paid plans only. | $0.012 |
ai_extract | Per record for which the withAiExtract add-on produces usable structured data. Opt-in, paid plans only. | $0.012 |
- Per-run base fee. Every run is charged
apify-actor-startonce, thenresultper record. - No charge on failure. If a run errors, the actor writes a single item with a populated
errorfield and does not charge aresultfor it. Empty runs return no results. - Spend cap respected. Set
maxTotalChargeUsdon the run; once reached, the actor stops emitting and charging further billable results. - Free Apify plans are capped at 10 records per run, and the AI add-ons are disabled. Upgrade for higher
maxRecordsand add-ons. - AI add-ons are opt-in and default off. They are charged only when they produce usable output, so records with no AI result are never billed for it.
- Two modes, one run each. Pick
noticesorawardsper run; run the actor twice to pull both.
FAQ and troubleshooting
A run returned 0 records. Why?
The filter combination matched nothing. Loosen filters (remove country or noticeType, or widen searchQuery). Zero-result runs are not charged.
Where do I get the winning supplier and amount?
In awards mode every record carries supplierName, supplierCountry and awardAmountUsd. In notices mode, Contract Award notices also carry the parsed awardedSupplier, awardedContractPrice/awardedContractCurrency, and the full awardedBidders/evaluatedBidders lists.
Why is awardAmountUsd null on a notice?
Notices publish the contract price in local currency (awardedContractPrice + awardedContractCurrency). The USD amount comes from awards mode. Missing values are returned as null, never invented.
What is the difference between notices and awards mode? Notices are the tender/opportunity records (including Contract Award notices). Awards are the World Bank's structured awarded-contract dataset with USD amounts and supplier IDs.
Is this an official World Bank tool? No. This actor is independent and has no affiliation with the World Bank. It reads only data that is publicly available on the World Bank procurement and projects sites.
Related scrapers
- World Bank Indicators Scraper: World Bank development indicators for every country and year.
- World Bank Debarred Firms Scraper: firms and individuals debarred by the World Bank.
More scrapers at scrapers.lat
Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.
Independent tool, not affiliated with the World Bank. Accesses only publicly available World Bank data.
