World Bank Jobs avatar

World Bank Jobs

Pricing

Pay per usage

Go to Apify Store
World Bank Jobs

World Bank Jobs

Fetch and normalize the World Bank indicator catalog for Jobs.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Prophed Com

Prophed Com

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 minutes ago

Last modified

Share

World Bank source indicator catalog Actor generated from opportunity worldbank:25. It fetches the indicator catalog for a World Bank source and emits one normalized dataset row per indicator.

Use cases

  • Discover indicators available in a specific World Bank source.
  • Feed indicator catalogs into research, BI, RAG, and data discovery workflows.
  • Schedule recurring snapshots of World Bank source catalogs.
  • Filter indicators by id, name, source note, or topic text.

Source

Input

{
"sourceId": "25",
"search": "",
"pageSize": 100,
"maxPages": 10,
"maxItems": 1000
}

Output

Each dataset row is one indicator from the selected source:

{
"source": "world-bank",
"sourceId": "25",
"sourceName": "Global Economic Monitor",
"indicatorId": "CPTOTNSXN",
"indicatorName": "CPI Price, nominal",
"sourceNote": "The consumer price index reflects...",
"page": 1,
"fetchedAt": "2026-07-05T00:00:00.000Z"
}

Failed pages produce structured error rows and the Actor stops after the failed page to avoid duplicate retries.

Monetization

This Actor is designed for Apify PAY_PER_EVENT pricing on default dataset items. It uses direct World Bank API calls and caps pages/items to keep runs predictable.