# Flag URLs (multi-resolution) Country Flags (250+

**Use case:** 

Standard Export of Country Flags (250+ Countries, 8 Sizes) for Flag URLs (multi-resolution). Structured results ready to export for analysis, lead generation,

## Input

```json
{
  "maxItems": 100,
  "mode": "flagUrls",
  "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.