# Stratalize ESG Sector Benchmark

> Stratalize ESG Sector Benchmark is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns sector-level ESG benchmarks including Scope 1/2 carbon intensity, net zero commitments, SBTi alignment, board independence, pay equity, and composite ESG scores sourced from EPA GHGRP and MSCI data.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/esg-benchmark
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-esg-sector-benchmark-1d47db7b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KZx45TTjYFU4nfhXDk9mL

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability stratalize-esg-sector-benchmark-1d47db7b
```

Example prompt: Pull the full ESG benchmark for the energy sector — I need Scope 1 and 2 carbon intensity, SBTi alignment, net zero commitments, and governance scores including board independence and pay equity.

## When to prefer this

Use this endpoint when an ESG analyst or sustainability agent needs authoritative, sector-level carbon and governance benchmarks grounded in EPA GHGRP and MSCI data. Prefer over generic ESG data providers when cryptographic auditability and ML-DSA-65 signing are required for compliance or audit workflows. Best suited for sector-level comparisons rather than individual company lookups.

## Known failure modes

- Invalid sector enum value returns 400 with validation error
- Invalid focus enum value returns 400 with validation error
- Payment not received or insufficient USDC returns 402 Payment Required
- Data temporarily unavailable from underlying EPA GHGRP or MSCI sources returns 503
- Rate limit exceeded returns 429

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Use when a sustainability agent or ESG analyst needs sector carbon and governance benchmarks. Returns Scope 1/2 intensity, net zero commitments, SBTi alignment, board independence, pay equity, and ESG composite scores by sector. Source: EPA GHGRP + MSCI

## Output

Returns structured sector ESG benchmarks including Scope 1/2 carbon intensity, net zero commitment rates, SBTi alignment status, board independence percentage, pay equity metrics, and a composite ESG score. Each response is ML-DSA-65 cryptographically signed and verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "focus": {
   "enum": [
    "carbon",
    "social",
    "governance",
    "all"
   ],
   "type": "string",
   "description": "Request parameter: focus"
  },
  "sector": {
   "enum": [
    "technology",
    "energy",
    "financial_services",
    "healthcare",
    "manufacturing",
    "all"
   ],
   "type": "string",
   "description": "Request parameter: sector"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-esg-sector-benchmark-1d47db7b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
