# Research grade iNaturalist Observations

**Use case:** 

Extract iNaturalist Observations data filtered by Research grade. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "qualityGrade": "research",
  "maxItems": 10
}
```

## Output

```json
{
  "observed_on": {
    "label": "🔹 observed_on",
    "format": "text"
  },
  "taxon": {
    "label": "🔹 taxon",
    "format": "text"
  },
  "geojson": {
    "label": "🔹 geojson",
    "format": "text"
  },
  "user": {
    "label": "🔹 user",
    "format": "text"
  },
  "photos": {
    "label": "🔹 photos",
    "format": "text"
  },
  "identifications": {
    "label": "🔹 identifications",
    "format": "text"
  },
  "place_guess": {
    "label": "🔹 place_guess",
    "format": "text"
  },
  "quality_grade": {
    "label": "🔹 quality_grade",
    "format": "text"
  },
  "captive": {
    "label": "🔹 captive",
    "format": "text"
  },
  "license": {
    "label": "🔹 license",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

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