# Full country dump (all places per country) GeoNames Places

**Use case:** 

Extract GeoNames Places + Postal Codes data filtered by Full country dump (all places per country). Export structured results ready for analysis, lead

## Input

```json
{
  "maxItems": 10,
  "mode": "country",
  "country": "US",
  "query": "",
  "featureClass": "",
  "minPopulation": 0
}
```

## Output

```json
{
  "geonameId": {
    "label": "ID",
    "format": "number"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "countryName": {
    "label": "Country Name",
    "format": "text"
  },
  "adminName1": {
    "label": "Admin 1",
    "format": "text"
  },
  "adminName2": {
    "label": "Admin 2",
    "format": "text"
  },
  "population": {
    "label": "Population",
    "format": "number"
  },
  "lat": {
    "label": "Lat",
    "format": "number"
  },
  "lng": {
    "label": "Lng",
    "format": "number"
  },
  "timezoneId": {
    "label": "Timezone",
    "format": "text"
  },
  "featureCode": {
    "label": "Feat Code",
    "format": "text"
  },
  "featureClass": {
    "label": "Feat Class",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal Code",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [GeoNames Places + Postal Codes Scraper](https://apify.com/parseforge/geonames-places-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/geonames-places-scraper) to learn more, explore other use cases, and run it yourself.