開発ツール
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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
返される項目
IdNameCountriesCountryRegionStatusApproval DateApproval FYClosing DateTotal Commitment UsdTotal Amount UsdIbrd Commitment UsdIda Commitment UsdLending Instrument
出力サンプル
実際の 1 レコード例。受け取る形そのままです。
| 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).