# World Bank Procurement Notices & Contract Awards Scraper (`scrapers_lat/world-bank-procurement-scraper`) Actor

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.

- **URL**: https://apify.com/scrapers\_lat/world-bank-procurement-scraper.md
- **Developed by:** [Scrapers Lat](https://apify.com/scrapers_lat) (community)
- **Categories:** Lead generation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $10.20 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## World Bank Procurement Notices & Contract Awards Scraper

> Track every World Bank procurement notice and awarded contract in one place. Get tenders with deadlines and buyer contacts, or awarded contracts with the winning supplier, supplier country and the contract amount in USD. Filter by country, keyword or notice type and export clean structured data for sales, research and compliance.

![Apify](https://img.shields.io/badge/Platform-Apify-1CE1CE?logo=apify&logoColor=white)
![Procurement](https://img.shields.io/badge/Data-Procurement%20%26%20tenders-blue)
![Output](https://img.shields.io/badge/Output-JSON%20%7C%20CSV%20%7C%20Excel-orange)

<table><tr>
<td align="center"><strong>Notices & tenders</strong><br>deadlines + buyer contacts</td>
<td align="center"><strong>Contract awards</strong><br>supplier + country + USD amount</td>
<td align="center"><strong>JSON / CSV / Excel</strong><br>output formats</td>
</tr></table>

<br>

**📥 [Input](https://apify.com/scrapers_lat/world-bank-procurement-scraper/input-schema) · 📤 [Output](https://apify.com/scrapers_lat/world-bank-procurement-scraper/output-schema) · 💰 [Pricing](https://apify.com/scrapers_lat/world-bank-procurement-scraper/pricing) · ▶️ [Examples](https://apify.com/scrapers_lat/world-bank-procurement-scraper/examples)**

### What you get

Pick a **mode** and each record comes back clean and ready for a CRM, a dashboard or a spreadsheet.

**Procurement notices** (open and past tenders):

- **noticeId**, **noticeType**, **noticeStatus**: the notice and its stage
- **title**: the bid or tender description
- **projectId**, **projectName**: the financed project it belongs to
- **country**, **region**, **sector**: where and what
- **procurementMethod**, **procurementCategory**, **bidReference**: how it is procured
- **publishDate**, **deadline**, **deadlineTime**: the tender window
- **agency**, **contactName**, **contactEmail**, **contactPhone**, **contactAddress**: the buyer contact
- **description**, **url**: full notice text and a direct link

**Contract awards** (who won and for how much):

- **contractId**, **borrowerContractReference**: the contract references
- **supplierName**, **supplierCountry**, **supplierId**: the winning supplier
- **awardAmountUsd**: the contract amount in US dollars
- **title**: the contract description
- **projectId**, **projectName**, **country**, **region**, **globalPractice**: project context
- **procurementMethod**, **procurementCategory**, **reviewType**, **fiscalYear**, **signingDate**: award details
- **url**, **observedAt**: a direct link and freshness

### Who is it for

| Use case | Who benefits |
|---|---|
| Business development | Contractors and consultants finding live tenders to bid on |
| Lead generation | Sales teams building lists of buyers and winning suppliers with contacts |
| Market intelligence | Analysts tracking who wins contracts, in which countries, for how much |
| Compliance and diligence | Teams screening suppliers and public spending on development projects |

### How to use it

1. Choose a **mode**: procurement notices (tenders) or contract awards (suppliers and amounts).
2. Optionally set a **country**, a **search keyword** (for example `road`, `water`, `solar`) and, for notices, a **notice type**.
3. Set **Max Items** and run. Export as JSON, CSV or Excel, or pull it through the Apify API.

### Frequently Asked Questions

**What is the difference between notices and awards?**
Notices are procurement opportunities: open and past tenders with deadlines and the buyer's contact. Awards are the contracts that were signed, including the winning supplier, the supplier's country and the amount paid in USD.

**Can I focus on one country?**
Yes. Set the country field (for example `Kenya`, `India` or `Brazil`) to keep only records for that country. Leave it empty to collect across all countries.

**Can I search by topic?**
Yes. Use the search keyword to keep only records whose description contains your term, such as `hospital`, `road` or `renewable`.

**How fresh is the data?**
Records are read at run time, so each one reflects the latest published notice or award at the moment of the run (see observedAt).

<!-- example-tasks -->
### Example use cases

Ready-to-run example tasks, each preconfigured for a common scenario. Open one and press run, or use it as a template:

- [World Bank procurement notices in Kenya](https://apify.com/scrapers_lat/world-bank-procurement-scraper/examples/wbproc-procurement-kenya): Scrape World Bank procurement notices for Kenya: project, notice type, deadline, agency and buyer contact.
- [World Bank procurement notices in Nigeria](https://apify.com/scrapers_lat/world-bank-procurement-scraper/examples/wbproc-procurement-nigeria): Scrape World Bank procurement notices for Nigeria: project, notice type, deadline, agency and buyer contact.
- [World Bank procurement notices in India](https://apify.com/scrapers_lat/world-bank-procurement-scraper/examples/wbproc-procurement-india): Scrape World Bank procurement notices for India: project, notice type, deadline, agency and buyer contact.
- [World Bank procurement notices in Bangladesh](https://apify.com/scrapers_lat/world-bank-procurement-scraper/examples/wbproc-procurement-bangladesh): Scrape World Bank procurement notices for Bangladesh: project, notice type, deadline, agency and buyer contact.
- [World Bank procurement notices in Ethiopia](https://apify.com/scrapers_lat/world-bank-procurement-scraper/examples/wbproc-procurement-ethiopia): Scrape World Bank procurement notices for Ethiopia: project, notice type, deadline, agency and buyer contact.
- [World Bank procurement notices in Vietnam](https://apify.com/scrapers_lat/world-bank-procurement-scraper/examples/wbproc-procurement-vietnam): Scrape World Bank procurement notices for Vietnam: project, notice type, deadline, agency and buyer contact.
- [World Bank procurement notices in Ghana](https://apify.com/scrapers_lat/world-bank-procurement-scraper/examples/wbproc-procurement-ghana): Scrape World Bank procurement notices for Ghana: project, notice type, deadline, agency and buyer contact.
- [World Bank procurement notices in Tanzania](https://apify.com/scrapers_lat/world-bank-procurement-scraper/examples/wbproc-procurement-tanzania): Scrape World Bank procurement notices for Tanzania: project, notice type, deadline, agency and buyer contact.
- [World Bank procurement notices in Egypt](https://apify.com/scrapers_lat/world-bank-procurement-scraper/examples/wbproc-procurement-egypt): Scrape World Bank procurement notices for Egypt: project, notice type, deadline, agency and buyer contact.
- [World Bank procurement notices in Indonesia](https://apify.com/scrapers_lat/world-bank-procurement-scraper/examples/wbproc-procurement-indonesia): Scrape World Bank procurement notices for Indonesia: project, notice type, deadline, agency and buyer contact.

<!-- /example-tasks -->

<!-- related-actors -->
### Related scrapers

- [Polymarket Prediction Markets & Odds Scraper](https://apify.com/scrapers_lat/polymarket-markets-scraper)
- [Yahoo Finance Scraper](https://apify.com/scrapers_lat/yahoo-finance-scraper)
- [Google News Scraper](https://apify.com/scrapers_lat/google-news-scraper)

<!-- /related-actors -->

<!-- scrapers-lat-cta -->
### More scrapers at scrapers.lat

This actor is built and maintained by [scrapers.lat](https://scrapers.lat), where we publish scrapers for public platforms: finance, news, real estate, jobs, e-commerce and government data. Browse the full catalog or ask us for a custom scraper at [scrapers.lat](https://scrapers.lat).

---

> This actor is an independent tool and has no affiliation with the World Bank. It only accesses publicly available procurement data. Use the results in accordance with the source's terms.

# Actor input Schema

## `maxRecords` (type: `integer`):

Maximum number of records to collect. Optional.
## `mode` (type: `string`):

Choose what to collect: procurement notices (open and past tenders for Bank-financed projects) or contract awards (awarded contracts with the winning supplier, supplier country and contract amount in USD).
## `country` (type: `string`):

Optional. Filter by the project (borrower) country, for example 'Kenya', 'India' or 'Brazil'. Leave empty for all countries.
## `searchQuery` (type: `string`):

Optional. Keep only records whose description contains this text, for example 'road', 'water', 'hospital' or 'solar'.
## `noticeType` (type: `string`):

Optional. Restrict procurement notices to one type, for example 'Invitation for Bids', 'Request for Expression of Interest', 'General Procurement Notice' or 'Contract Award'.

## Actor input object example

```json
{
  "maxRecords": 30,
  "mode": "notices",
  "country": "Kenya"
}
````

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "maxRecords": 30,
    "country": "Kenya"
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapers_lat/world-bank-procurement-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "maxRecords": 30,
    "country": "Kenya",
}

# Run the Actor and wait for it to finish
run = client.actor("scrapers_lat/world-bank-procurement-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "maxRecords": 30,
  "country": "Kenya"
}' |
apify call scrapers_lat/world-bank-procurement-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=scrapers_lat/world-bank-procurement-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "World Bank Procurement Notices & Contract Awards Scraper",
        "description": "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.",
        "version": "0.1",
        "x-build-id": "QsdOuUvHAQv1XGJoY"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/scrapers_lat~world-bank-procurement-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-scrapers_lat-world-bank-procurement-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/scrapers_lat~world-bank-procurement-scraper/runs": {
            "post": {
                "operationId": "runs-sync-scrapers_lat-world-bank-procurement-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/scrapers_lat~world-bank-procurement-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-scrapers_lat-world-bank-procurement-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "maxRecords": {
                        "title": "Max records",
                        "minimum": 1,
                        "maximum": 1000000,
                        "type": "integer",
                        "description": "Maximum number of records to collect. Optional."
                    },
                    "mode": {
                        "title": "Data type",
                        "enum": [
                            "notices",
                            "awards"
                        ],
                        "type": "string",
                        "description": "Choose what to collect: procurement notices (open and past tenders for Bank-financed projects) or contract awards (awarded contracts with the winning supplier, supplier country and contract amount in USD).",
                        "default": "notices"
                    },
                    "country": {
                        "title": "Country",
                        "type": "string",
                        "description": "Optional. Filter by the project (borrower) country, for example 'Kenya', 'India' or 'Brazil'. Leave empty for all countries."
                    },
                    "searchQuery": {
                        "title": "Search keyword",
                        "type": "string",
                        "description": "Optional. Keep only records whose description contains this text, for example 'road', 'water', 'hospital' or 'solar'."
                    },
                    "noticeType": {
                        "title": "Notice type (notices mode only)",
                        "type": "string",
                        "description": "Optional. Restrict procurement notices to one type, for example 'Invitation for Bids', 'Request for Expression of Interest', 'General Procurement Notice' or 'Contract Award'."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
