# World Bank Funded Projects Scraper (`parseforge/worldbank-projects-scraper`) Actor

Pull World Bank-financed development projects from 1947 to present. Returns project ID, name, country, region, sectors, themes, status, total commitment, IBRD/IDA breakdown, board approval and closing dates, borrower, implementing agency. Filter by query, country, sector, status, year.

- **URL**: https://apify.com/parseforge/worldbank-projects-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** Business, Lead generation, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $18.00 / 1,000 result items

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

![ParseForge Banner](https://github.com/ParseForge/apify-assets/blob/ad35ccc13ddd068b9d6cba33f323962e39aed5b2/banner.jpg?raw=true)

## 🌏 World Bank Funded Projects Scraper

> 🚀 **Pull World Bank-financed development projects from 1947 to present, with country, sector, status, and budget metadata.**

> 🕒 **Last updated:** 2026-05-06 · **📊 35 fields** per record · **500,000+ historical projects** · 200+ countries · IBRD/IDA/grant breakdowns · sectors, themes, environmental categories, board approval dates

The **World Bank Funded Projects Scraper** pulls World Bank-financed development projects from 1947 to present. Output includes project ID, name, country, region, sectors, themes, life-cycle status, total commitment, IBRD/IDA/grant breakdown, board approval and closing dates, borrower, implementing agency, and direct link to the project's WB page.

The World Bank database covers **500,000+ historical projects** across **200+ countries** spanning loans, grants, technical assistance, and budget support. Filters run server-side, so a single run can isolate every active climate project in Africa, all India IDA loans, or Education-sector pipeline projects.

| 🎯 Target Audience | 💡 Primary Use Cases |
|---|---|
| Development economists, NGOs, ESG analysts, contractors, policy researchers, journalists, ML pipelines | Development funding research, ESG and impact tracking, contractor opportunity scouting, policy analysis, journalism on aid flows |

---

### 📋 What the World Bank Funded Projects Scraper does

Five filtering workflows in a single run:

- 🔍 **Free-text search.** Match across project names, descriptions, and abstracts.
- 🌍 **Country filter.** ISO-2 codes, semicolon-separated for multi-country runs.
- 🟢 **Status filter.** Active, Closed, Pipeline, Dropped.
- 🏷️ **Sector filter.** Energy, Agriculture, Education, Health, Transport keyword.
- 📅 **Board approval year range.** From-to filter on board approval date.

> 💡 **Why it matters:** clean, server-side filtering removes the parser-and-pagination work from your team and keeps your dataset fresh on every run.

---

### 🎬 Full Demo

_🚧 Coming soon: a 3-minute walkthrough showing how to go from sign-up to a downloaded dataset._

---

### ⚙️ Input

<table>
<thead>
<tr><th>Input</th><th>Type</th><th>Default</th><th>Behavior</th></tr>
</thead>
<tbody>
<tr><td><code>maxItems</code></td><td>integer</td><td><code>10</code></td><td>Records to return. Free plan caps at 10, paid plan up to 1,000,000.</td></tr>
<tr><td><code>query</code></td><td>string</td><td><code>"climate"</code></td><td>Free-text search.</td></tr>
<tr><td><code>country</code></td><td>string</td><td><code>""</code></td><td>ISO-2 codes (e.g. `IN;BR;NG`).</td></tr>
<tr><td><code>status</code></td><td>string</td><td><code>""</code></td><td>`Active`, `Closed`, `Pipeline`, `Dropped`.</td></tr>
<tr><td><code>sector</code></td><td>string</td><td><code>""</code></td><td>Sector-name substring.</td></tr>
<tr><td><code>approvalYearMin</code></td><td>integer</td><td><code>0</code></td><td>Earliest board-approval year.</td></tr>
<tr><td><code>approvalYearMax</code></td><td>integer</td><td><code>0</code></td><td>Latest board-approval year.</td></tr>
</tbody>
</table>

**Example: all active climate projects.**

```json
{
    "maxItems": 100,
    "query": "climate",
    "status": "Active"
}
````

**Example: Education projects in Brazil + Nigeria 2020-2024.**

```json
{
    "maxItems": 200,
    "country": "BR;NG",
    "sector": "Education",
    "approvalYearMin": 2020,
    "approvalYearMax": 2024
}
```

***

### 📊 Output

Each record contains **35 fields**. Download the dataset as CSV, Excel, JSON, or XML.

#### 🧾 Schema

| Field | Type | Example |
|---|---|---|
| 🆔 `projectId` | string | `"P145482"` |
| 📛 `projectName` | string | `"Sustainable Private Investment in Renewable Energy"` |
| 🌍 `countryName` | string | `"Maldives"` |
| 🌍 `countryCode` | string | `"MV"` |
| 🌐 `regionName` | string | `"South Asia"` |
| 🟢 `status` | string | `"Active"` |
| 📋 `productLine` | string | null | `"IBRD/IDA"` |
| 📋 `lendingInstrument` | string | null | `"Investment Project Financing"` |
| 💰 `totalCommitment` | string | `"16,000,000"` |
| 💰 `ibrdCommitment` | string | `0` |
| 💰 `idaCommitment` | string | `0` |
| 💰 `grantAmount` | string | null | `null` |
| 📅 `boardApprovalDate` | string | `"2014-12-15"` |
| 📅 `boardApprovalFy` | number | `2015` |
| 📅 `closingDate` | string | `"2026-12-31"` |
| 🏷️ `sectors` | array | `["Renewable Energy Solar"]` |
| 🏷️ `themes` | array | `["Climate change"]` |
| 👥 `borrower` | string | null | `"Government of Maldives"` |
| 👥 `implementingAgency` | string | null | `"Ministry of Environment"` |
| ⚠️ `environmentalCategory` | string | null | `"B"` |
| 🔗 `projectUrl` | string | `"https://projects.worldbank.org/en/projects-operations/project-detail/P145482"` |

#### 📦 Sample records

<details>
<summary><strong>🌱 Renewable energy</strong></summary>

```json
{"projectId":"P145482","projectName":"Accelerating Sustainable Private Investment in Renewable Energy","countryName":"Maldives","status":"Active","totalCommitment":"16,000,000","sectors":["Renewable Energy Solar"]}
```

</details>

<details>
<summary><strong>💧 Climate resilience</strong></summary>

```json
{"projectId":"P121986","projectName":"Zambia Pilot Program for Climate Resilience - Phase I","countryName":"Zambia","status":"Active","sectors":["Other Transportation","Other Agriculture"]}
```

</details>

***

### ✨ Why choose this Actor

| | Capability |
|---|---|
| 📚 | **500,000+ historical projects.** Every loan, grant, and technical-assistance project the WB has financed since 1947. |
| 🌍 | **200+ countries.** Sovereign states plus regional aggregates. |
| 💰 | **Full commitment breakdown.** Total, IBRD, IDA, grant, and trust-fund splits per project. |
| 🏷️ | **Rich classification.** Sectors, themes, environmental category, lending instrument. |
| ⚡ | **Fast.** 100 records in under 30 seconds. |

***

### 📈 How it compares to alternatives

| Approach | Cost | Coverage | Refresh | Filters | Setup |
|---|---|---|---|---|---|
| **⭐ This Actor** | $5 free credit | **500,000+** projects | Live per run | query, country, status, sector, year | ⚡ 2 min |
| Manual projects.worldbank.org | Free | Manual | Live | Web filters | 🕒 Manual |
| WB Open Data CSV exports | Free | All | Quarterly | Bulk only | 🐢 ETL |
| DevTracker / commercial trackers | $200+/month | Different scope | Live | Yes | 🐢 Account |

Pick this Actor when you want broad coverage, server-side filtering, and no pipeline maintenance.

***

### 🚀 How to use

1. 📝 **Sign up.** [Create a free account with $5 credit](https://console.apify.com/sign-up?fpr=vmoqkp) (takes 2 minutes).
2. 🌐 **Open the Actor.** Go to the World Bank Funded Projects Scraper page on the Apify Store.
3. 🎯 **Set input.** Pick your filters and `maxItems`.
4. 🚀 **Run it.** Click **Start** and let the Actor collect your data.
5. 📥 **Download.** Grab your results in the **Dataset** tab as CSV, Excel, JSON, or XML.

> ⏱️ Total time from signup to downloaded dataset: **3-5 minutes.** No coding required.

***

### 💼 Business use cases

<table>
<tr>
<td width="50%" valign="top">

#### 📊 Development Research

- Map aid flows by country and sector
- Track funding by theme over decades
- Compare IBRD vs IDA portfolio mix
- Analyze board-approval cycles

</td>
<td width="50%" valign="top">

#### 🌱 ESG & Sustainability

- Map climate-finance flows
- Track environmental-category projects
- Identify renewable-energy investments
- Build country ESG narratives

</td>
</tr>
<tr>
<td width="50%" valign="top">

#### 🏗️ Contractor Scouting

- Find pipeline projects in your sector
- Track active projects for sub-contracting
- Map implementing agencies
- Borrower analysis for outreach

</td>
<td width="50%" valign="top">

#### 📰 Journalism & Civic

- Investigate aid effectiveness
- Map controversial projects
- Track funding to fragile states
- Reporting on World Bank decisions

</td>
</tr>
</table>

***

### 🔌 Automating World Bank Funded Projects Scraper

Control the scraper programmatically for scheduled runs and pipeline integrations:

- 🟢 **Node.js.** Install the `apify-client` NPM package.
- 🐍 **Python.** Use the `apify-client` PyPI package.
- 📚 See the [Apify API documentation](https://docs.apify.com/api/v2) for full details.

The [Apify Schedules feature](https://docs.apify.com/platform/schedules) lets you trigger this Actor on any cron interval. Hourly, daily, or weekly refreshes keep downstream databases in sync automatically.

***

### 🌟 Beyond business use cases

Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.

<table>
<tr>
<td width="50%">

#### 🎓 Research and academia

- Development-economics dissertations
- Aid-effectiveness research
- Reproducible WB project snapshots
- Course materials with live data

</td>
<td width="50%">

#### 🎨 Personal and creative

- Personal development-aid dashboards
- Side projects on global development
- Newsletter content
- Hobbyist civic-data exploration

</td>
</tr>
<tr>
<td width="50%">

#### 🤝 Non-profit and civic

- NGO funding research
- Civic transparency dashboards
- Investigative reporting on aid
- Open-data contributions

</td>
<td width="50%">

#### 🧪 Experimentation

- Train aid-classification models
- Prototype project-recommendation engines
- Build country-clustering experiments
- Test development-data viz libraries

</td>
</tr>
</table>

***

### 🤖 Ask an AI assistant about this scraper

Open a ready-to-send prompt about this ParseForge actor in the AI of your choice:

- 💬 [**ChatGPT**](https://chat.openai.com/?q=How%20do%20I%20use%20the%20World%20Bank%20Funded%20Projects%20Scraper%20by%20ParseForge%20on%20Apify%3F%20Show%20me%20input%20examples%2C%20output%20fields%2C%20common%20use%20cases%2C%20and%20how%20to%20integrate%20it%20into%20a%20workflow.)
- 🧠 [**Claude**](https://claude.ai/new?q=How%20do%20I%20use%20the%20World%20Bank%20Funded%20Projects%20Scraper%20by%20ParseForge%20on%20Apify%3F%20Show%20me%20input%20examples%2C%20output%20fields%2C%20common%20use%20cases%2C%20and%20how%20to%20integrate%20it%20into%20a%20workflow.)
- 🔍 [**Perplexity**](https://perplexity.ai/search?q=How%20do%20I%20use%20the%20World%20Bank%20Funded%20Projects%20Scraper%20by%20ParseForge%20on%20Apify%3F%20Show%20me%20input%20examples%2C%20output%20fields%2C%20common%20use%20cases%2C%20and%20how%20to%20integrate%20it%20into%20a%20workflow.)
- 🅒 [**Copilot**](https://copilot.microsoft.com/?q=How%20do%20I%20use%20the%20World%20Bank%20Funded%20Projects%20Scraper%20by%20ParseForge%20on%20Apify%3F%20Show%20me%20input%20examples%2C%20output%20fields%2C%20common%20use%20cases%2C%20and%20how%20to%20integrate%20it%20into%20a%20workflow.)

***

### ❓ Frequently Asked Questions

#### 🧩 How does it work?

Provide a query, country, sector, status, or year filter. The Actor queries the World Bank Projects Operations API and emits one record per project.

#### 📚 How many projects exist?

500,000+ records spanning 1947 to present. Active, Closed, Pipeline, and Dropped statuses are all included.

#### 💰 What's the difference between IBRD and IDA?

IBRD lends to middle-income countries on near-market terms. IDA provides concessional loans and grants to the poorest countries. Most projects use one or both.

#### 🌍 What does `country: all` return?

Every country plus regional aggregates. Multi-country projects appear once with a multi-country flag.

#### 📅 How far back does data go?

1947, the year of the first IBRD loan. Coverage gets richer post-1990 as digital records become standard.

#### 🔁 Can I schedule runs?

Yes. Use Apify Schedules to track new pipeline projects, status changes, or quarterly funding flows.

#### ⚖️ Is this data public?

Yes. The World Bank publishes project data under its Open Data initiative with a permissive Creative Commons license.

#### 💳 Do I need a paid Apify plan?

No. The free plan covers preview runs. A paid plan unlocks higher item counts and scheduling.

#### 🆘 What if a run fails?

Apify retries transient errors. Partial datasets are preserved.

#### 🔗 Where can I see the full project page?

Each record includes `projectUrl` linking to the official WB project page with documents, disbursements, and updates.

***

### 🔌 Integrate with any app

World Bank Funded Projects Scraper connects to any cloud service via [Apify integrations](https://apify.com/integrations):

- [**Make**](https://docs.apify.com/platform/integrations/make) - Automate multi-step workflows
- [**Zapier**](https://docs.apify.com/platform/integrations/zapier) - Connect with 5,000+ apps
- [**Slack**](https://docs.apify.com/platform/integrations/slack) - Get run notifications in your channels
- [**Airbyte**](https://docs.apify.com/platform/integrations/airbyte) - Pipe data into your warehouse
- [**GitHub**](https://docs.apify.com/platform/integrations/github) - Trigger runs from commits and releases
- [**Google Drive**](https://docs.apify.com/platform/integrations/drive) - Export datasets straight to Sheets

You can also use webhooks to trigger downstream actions when a run finishes.

***

### 🔗 Recommended Actors

- [**🇫🇷 France SIRENE Companies**](https://apify.com/parseforge/france-annuaire-entreprises-scraper) - French national business registry
- [**🌐 GLEIF LEI Scraper**](https://apify.com/parseforge/gleif-lei-scraper) - Global Legal Entity Identifier records
- [**🇮🇸 Iceland Skatturinn Companies**](https://apify.com/parseforge/iceland-skatturinn-companies-scraper) - Iceland tax registry
- [**📈 SEC EDGAR Full-Text Search**](https://apify.com/parseforge/sec-edgar-full-text-search-scraper) - Search every SEC filing
- [**🌐 Wikidata Entity Search**](https://apify.com/parseforge/wikidata-entity-search-scraper) - 100M+ open knowledge-graph entities

> 💡 **Pro Tip:** browse the complete [ParseForge collection](https://apify.com/parseforge) for more reference-data scrapers.

***

**🆘 Need Help?** [**Open our contact form**](https://tally.so/r/BzdKgA) to request a new scraper, propose a custom data project, or report an issue.

***

> **⚠️ Disclaimer:** this Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by the World Bank Group, the IBRD, IDA, IFC, MIGA, ICSID, or any project borrower or implementing agency. All trademarks mentioned are the property of their respective owners. Only publicly available open data is collected.

# Actor input Schema

## `maxItems` (type: `integer`):

Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000

## `query` (type: `string`):

Free-text search across project names, descriptions, and abstracts.

## `country` (type: `string`):

ISO-2 country code, semicolon-separated for multiple (e.g. `IN`, `BR;NG;KE`). Empty = all countries.

## `status` (type: `string`):

Project life-cycle status filter.

## `sector` (type: `string`):

Sector-name substring filter (e.g. `Energy`, `Agriculture`, `Education`, `Health`). Empty = all sectors.

## `approvalYearMin` (type: `integer`):

Earliest board-approval year. Empty = 1947 (earliest WB record).

## `approvalYearMax` (type: `integer`):

Latest board-approval year. Empty = current year.

## Actor input object example

```json
{
  "maxItems": 10,
  "query": "climate",
  "status": ""
}
```

# Actor output Schema

## `overview` (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 = {
    "maxItems": 10,
    "query": "climate",
    "country": "",
    "status": "",
    "sector": "",
    "approvalYearMin": 0,
    "approvalYearMax": 0
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/worldbank-projects-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 = {
    "maxItems": 10,
    "query": "climate",
    "country": "",
    "status": "",
    "sector": "",
    "approvalYearMin": 0,
    "approvalYearMax": 0,
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/worldbank-projects-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 '{
  "maxItems": 10,
  "query": "climate",
  "country": "",
  "status": "",
  "sector": "",
  "approvalYearMin": 0,
  "approvalYearMax": 0
}' |
apify call parseforge/worldbank-projects-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "World Bank Funded Projects Scraper",
        "description": "Pull World Bank-financed development projects from 1947 to present. Returns project ID, name, country, region, sectors, themes, status, total commitment, IBRD/IDA breakdown, board approval and closing dates, borrower, implementing agency. Filter by query, country, sector, status, year.",
        "version": "1.0",
        "x-build-id": "FhGKi51K0PImUr2yg"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/parseforge~worldbank-projects-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-parseforge-worldbank-projects-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/parseforge~worldbank-projects-scraper/runs": {
            "post": {
                "operationId": "runs-sync-parseforge-worldbank-projects-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/parseforge~worldbank-projects-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-parseforge-worldbank-projects-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": {
                    "maxItems": {
                        "title": "Max Items",
                        "minimum": 1,
                        "maximum": 1000000,
                        "type": "integer",
                        "description": "Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000"
                    },
                    "query": {
                        "title": "Search query",
                        "type": "string",
                        "description": "Free-text search across project names, descriptions, and abstracts."
                    },
                    "country": {
                        "title": "Country code(s)",
                        "type": "string",
                        "description": "ISO-2 country code, semicolon-separated for multiple (e.g. `IN`, `BR;NG;KE`). Empty = all countries."
                    },
                    "status": {
                        "title": "Project status",
                        "enum": [
                            "",
                            "Active",
                            "Closed",
                            "Pipeline",
                            "Dropped"
                        ],
                        "type": "string",
                        "description": "Project life-cycle status filter.",
                        "default": ""
                    },
                    "sector": {
                        "title": "Sector keyword",
                        "type": "string",
                        "description": "Sector-name substring filter (e.g. `Energy`, `Agriculture`, `Education`, `Health`). Empty = all sectors."
                    },
                    "approvalYearMin": {
                        "title": "Board approval year — from",
                        "type": "integer",
                        "description": "Earliest board-approval year. Empty = 1947 (earliest WB record)."
                    },
                    "approvalYearMax": {
                        "title": "Board approval year — to",
                        "type": "integer",
                        "description": "Latest board-approval year. Empty = current year."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
