# World Bank Population Growth Data for Selected Countries

**Use case:** 

Access population growth data from India, China, Nigeria, and more from 1990 to 2023. Retrieve key insights on trends in global demographics.

## Input

```json
{
  "mode": "indicatorData",
  "countries": "IN;CN;NG;PK;BD;ET;CD;US;ID;BR",
  "indicator": "SP.POP.GROW",
  "dateFrom": 1990,
  "dateTo": 2023,
  "maxResults": 0,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "country": {
    "label": "Country",
    "format": "string"
  },
  "countryCode": {
    "label": "Country Code",
    "format": "string"
  },
  "countryIso3": {
    "label": "ISO3",
    "format": "string"
  },
  "indicator": {
    "label": "Indicator",
    "format": "string"
  },
  "indicatorCode": {
    "label": "Indicator Code",
    "format": "string"
  },
  "date": {
    "label": "Year",
    "format": "string"
  },
  "value": {
    "label": "Value",
    "format": "number"
  },
  "unit": {
    "label": "Unit",
    "format": "string"
  },
  "observationStatus": {
    "label": "Obs Status",
    "format": "string"
  },
  "id": {
    "label": "ID",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "sourceNote": {
    "label": "Source note",
    "format": "string"
  },
  "topics": {
    "label": "Topics",
    "format": "string"
  },
  "iso2Code": {
    "label": "ISO2 code",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "incomeLevel": {
    "label": "Income level",
    "format": "string"
  },
  "capitalCity": {
    "label": "Capital city",
    "format": "string"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [World Bank Data Scraper - Economic & Dev Indicators](https://apify.com/logiover/world-bank-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/world-bank-data-scraper) to learn more, explore other use cases, and run it yourself.