# Codes only (ISO 3166-1 alpha-2) Country Flags (250+

**Use case:** 

Extract Country Flags (250+ Countries, 8 Sizes) data filtered by Codes only (ISO 3166-1 alpha-2). Export structured results ready for analysis, lead

## Input

```json
{
  "maxItems": 10,
  "mode": "codes",
  "language": "en",
  "resolutions": [
    "w80",
    "w160",
    "w320",
    "w640"
  ]
}
```

## Output

```json
{
  "flagPreviewUrl": {
    "label": "Preview",
    "format": "image"
  },
  "countryCode": {
    "label": "Code",
    "format": "text"
  },
  "countryName": {
    "label": "Country",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "flagUrls": {
    "label": "Flag URLs",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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