# Internet Users by Country Data Scraper

**Use case:** 

Collect World Bank Internet Users data for every country by year with country, indicator, year and value for economic analysis.

## Input

```json
{
  "indicator": "IT.NET.USER.ZS",
  "dateRange": "2015:2023",
  "maxItems": 100
}
```

## Output

```json
{
  "countryName": {
    "label": "Country",
    "format": "string"
  },
  "countryId": {
    "label": "Country ID",
    "format": "string"
  },
  "countryIso3": {
    "label": "ISO3",
    "format": "string"
  },
  "indicatorId": {
    "label": "Indicator ID",
    "format": "string"
  },
  "indicatorName": {
    "label": "Indicator",
    "format": "string"
  },
  "year": {
    "label": "Year",
    "format": "string"
  },
  "value": {
    "label": "Value",
    "format": "number"
  }
}
```

## About this Actor

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