# Inaturalist Places sample export

**Use case:** 

Run a ready-made Inaturalist Places example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: inaturalist-places-scrap

## Input

```json
{
  "maxResults": 3
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "bounding_box_geojson_type": {
    "label": "Bounding Box Geojson Type",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "uuid": {
    "label": "Uuid",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "bbox_area": {
    "label": "Bbox Area",
    "format": "text"
  },
  "place_type": {
    "label": "Place Type",
    "format": "text"
  },
  "display_name": {
    "label": "Display Name",
    "format": "text"
  },
  "ancestor_place_ids": {
    "label": "Ancestor Place Ids",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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