# INPE TerraBrasilis Amazon Fires & Deforestation — Full Expor

**Use case:** 

Scrape the full inpe terrabrasilis amazon fires & deforestation dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract inpe terrabrasilis amazon fires & deforestation for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200,
  "datasets": [
    "prodes",
    "car",
    "deter_amz_monthly",
    "deter_amz_cloud",
    "deter_cerrado_monthly",
    "deter_cerrado_cloud"
  ]
}
```

## Output

```json
{
  "dataset": {
    "label": "Dataset",
    "format": "string"
  },
  "biome": {
    "label": "Biome",
    "format": "string"
  },
  "year": {
    "label": "Year",
    "format": "integer"
  },
  "month": {
    "label": "Month",
    "format": "integer"
  },
  "classification": {
    "label": "Classification",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "value": {
    "label": "Value",
    "format": "number"
  },
  "updated_date": {
    "label": "Updated Date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [INPE TerraBrasilis Amazon Fires & Deforestation Scraper](https://apify.com/jungle_synthesizer/inpe-terrabrasilis-amazon-fires-deforestation-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/inpe-terrabrasilis-amazon-fires-deforestation-scraper) to learn more, explore other use cases, and run it yourself.