# Countries Data Scraper - African Countries Overview

**Use case:** 

Gather population and currency data for African nations.

## Input

```json
{
  "maxCountries": 50,
  "searchQuery": "africa"
}
```

## Output

```json
{
  "name": {
    "label": "Country"
  },
  "cca2": {
    "label": "ISO2"
  },
  "cca3": {
    "label": "ISO3"
  },
  "capital": {
    "label": "Capital"
  },
  "region": {
    "label": "Region"
  },
  "subregion": {
    "label": "Subregion"
  },
  "population": {
    "label": "Population"
  },
  "area": {
    "label": "Area (km2)"
  },
  "languages": {
    "label": "Languages"
  },
  "currencies": {
    "label": "Currencies"
  },
  "callingCodes": {
    "label": "Calling Codes"
  },
  "gdp": {
    "label": "GDP (USD)"
  },
  "borders": {
    "label": "Borders"
  },
  "timezones": {
    "label": "Timezones"
  }
}
```

## About this Actor

This example demonstrates how to use [Countries Data Scraper - Population, Languages & Currencies](https://apify.com/scrapers_lat/rest-countries-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/rest-countries-scraper) to learn more, explore other use cases, and run it yourself.