# ESGpulse SASB Sector Materiality API

> ESGpulse SASB Sector Materiality API is a paid API for AI agents from esgpulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Returns industry-specific ESG material topics, peer benchmarks, regulatory hotspots, and investor/rater focus areas for a given SASB sector

## Facts

- Endpoint: GET https://esgpulse.theaslangroupllc.com/api/esg/sector
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/esgpulse-sasb-sector-materiality-api-bfc6776f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pu9oKmHZk4W7YY-_K3FT4

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 esgpulse-sasb-sector-materiality-api-bfc6776f
```

Example prompt: What are the most material ESG topics, key investor and rater focus areas, and regulatory hotspots for companies in the technology hardware sector according to SASB?

## When to prefer this

Use this endpoint when an agent needs sector-specific ESG materiality intelligence grounded in SASB standards — particularly for ESG investing research, sustainability reporting prioritization, or pre-disclosure gap analysis. Prefer over generic ESG search when you need structured, investor- and rater-aligned materiality data organized by industry vertical rather than company-level disclosures.

## Known failure modes

- Unknown or unsupported SASB sector code returns an error or empty result
- Ambiguous sector name may require a more specific SASB classification
- Rate limiting or payment failure returns a 402 Payment Required error
- Overly broad sector inputs may return generic rather than sub-industry-specific data

## How this service works

SASB sector materiality for ESG-investing and sustainability agents. Returns industry-specific ESG topics, peer benchmarks, regulatory hotspots, and what investors and raters focus on for a given sector.

## Output

A structured response containing the SASB-defined material ESG topics for the specified sector, peer benchmarking data, regulatory risk hotspots relevant to that industry, and a breakdown of what investors and ESG ratings agencies prioritize when evaluating companies in that sector.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "en | de | fr | es | it | ja | zh | ko | pt | nl | ar"
      },
      "focus": {
       "type": "string",
       "description": "all | investors | raters | regulators | customers | employees"
      },
      "sector": {
       "type": "string",
       "description": "Technology | Finance | Energy | Healthcare | Manufacturing | Retail | Food | Transport | Mining | Real Estate"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "sector": "Technology",
  "sasb_industry": "Software & IT Services",
  "investor_focus": [
   "Scope 2 emissions",
   "Data governance",
   "Employee turnover"
  ],
  "msci_weight_factors": [
   "Board independence",
   "Data security incidents",
   "Carbon intensity"
  ],
  "regulatory_hotspots": [
   "EU AI Act",
   "CSRD digital scope",
   "SEC cyber disclosure rules"
  ],
  "top_material_topics": [
   "Data privacy",
   "Cybersecurity",
   "Employee diversity",
   "Energy use in data centers"
  ],
  "peer_benchmark_available": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/esgpulse-sasb-sector-materiality-api-bfc6776f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from esgpulse.theaslangroupllc.com](https://www.zero.xyz/host/esgpulse.theaslangroupllc.com/llms.txt)
