开发者工具
World Bank Projects & Financing Scraper
Scrape World Bank projects with country, status, approval and closing dates, total commitment amount, sectors, themes, borrower and implementing agency. Search by keyword, country or status. Export to JSON, CSV or Excel.
worldbank-projects-scraper.json 200 OK
{ "id": "P008778", "name": "Bucharest Water Supply Project", "countries": ["Romania"], "country": "Romania", "region": "Europe and Central Asia", "status": "Closed", "approvalDate": "1996-08-01T00:00:00Z", "approvalFY": "1997", "closingDate": "12/31/2001 12:00:00 AM" }
你会得到什么
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
返回的字段
IdNameCountriesCountryRegionStatusApproval DateApproval FYClosing DateTotal Commitment UsdTotal Amount UsdIbrd Commitment UsdIda Commitment UsdLending Instrument
示例输出
一条真实的示例记录,正是你收到的结构。
| Id | Name | Countries | Country |
|---|---|---|---|
| P008778 | Bucharest Water Supply Project | ["Romania"] | Romania |
| P006553 | BR APL Integrated Water Managemen… | ["Federative Republic of Brazil"] | Federative Republic of Brazil |
| P066241 | WATER AND NATURE | ["World"] | World |
| P060512 | Water Sector Development Project | ["Republic of Angola"] | Republic of Angola |
| P070008 | Northeastern Kazakhstan Water Sup… | ["Republic of Kazakhstan"] | Republic of Kazakhstan |
GET /worldbank-projects-scraper
{ "id": "P008778", "name": "Bucharest Water Supply Project", "countries": ["Romania"], "country": "Romania", "region": "Europe and Central Asia", "status": "Closed", "approvalDate": "1996-08-01T00:00:00Z", "approvalFY": "1997", "closingDate": "12/31/2001 12:00:00 AM" }
相关爬虫
常见问题
Can I get only projects in one country?
Yes. Set the **country code** to the ISO-2 code (for example `BR`, `IN` or `KE`) to keep only that country's projects.
Can I filter by whether a project is still active?
Yes. Use the **status** filter to keep only Active, Closed, Pipeline or Dropped projects.
What is in the commitment amounts?
Each project carries its total commitment and, where available, the IBRD and IDA components, so you can see the scale and source of the financing.
How fresh is the data?
Projects are read live at run time, so each record reflects the latest published detail (see observedAt).