# SBTi Target Dashboard — Full Export

**Use case:** 

Scrape the full sbti target dashboard dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract sbti target dashboard for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200,
  "status_filter": "All",
  "region_filter": "All"
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "sector": {
    "label": "Sector",
    "format": "string"
  },
  "sbti_status": {
    "label": "Sbti Status",
    "format": "string"
  },
  "temperature_alignment": {
    "label": "Temperature Alignment",
    "format": "string"
  },
  "net_zero_target_year": {
    "label": "Net Zero Target Year",
    "format": "integer"
  },
  "isin": {
    "label": "Isin",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SBTi Target Dashboard Scraper](https://apify.com/jungle_synthesizer/esg-rating-disclosure-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/esg-rating-disclosure-scraper) to learn more, explore other use cases, and run it yourself.