# SBTi European Companies With Validated Targets

**Use case:** 

Export European companies with SBTi-validated climate targets — temperature alignment, net-zero year, ISIN, sector, and full target language. 14,000+ records

## Input

```json
{
  "sp_intended_usage": "Describe your intended use...",
  "sp_improvement_suggestions": "Share your suggestions here...",
  "sp_contact": "Share your email here...",
  "maxItems": 500,
  "status_filter": "Targets set",
  "region_filter": "Europe"
}
```

## 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.