# All Regions (250 countries) REST Countries - Country Data

**Use case:** 

Extract REST Countries - Country Data and Flags data filtered by All Regions (250 countries). Export structured results ready for analysis, lead generation,

## Input

```json
{
  "maxItems": 10,
  "region": "all"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Flag",
    "format": "image"
  },
  "name": {
    "label": "Country"
  },
  "officialName": {
    "label": "Official Name"
  },
  "capital": {
    "label": "Capital"
  },
  "region": {
    "label": "Region"
  },
  "subregion": {
    "label": "Subregion"
  },
  "population": {
    "label": "Population",
    "format": "number"
  },
  "area": {
    "label": "Area (km²)",
    "format": "number"
  },
  "languages": {
    "label": "Languages"
  },
  "currencies": {
    "label": "Currencies"
  },
  "timezones": {
    "label": "Timezones"
  },
  "callingCodes": {
    "label": "Calling Codes"
  },
  "tld": {
    "label": "TLD"
  },
  "landlocked": {
    "label": "Landlocked"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [REST Countries Scraper - Country Data and Flags](https://apify.com/parseforge/restcountries-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/restcountries-scraper) to learn more, explore other use cases, and run it yourself.