# CompliancePulse ESG & Sustainability Reporting Intelligence

> CompliancePulse ESG & Sustainability Reporting Intelligence is a paid API for AI agents from compliancepulse.theaslangroupllc.com, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-13).

Returns structured ESG and sustainability reporting requirements across major frameworks including CSRD, ISSB, SEC climate rules, TCFD, and CBAM for a given company profile or jurisdiction.

## Facts

- Endpoint: GET https://compliancepulse.theaslangroupllc.com/api/comply/esg
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/compliancepulse-esg-sustainability-reporting-intelligence-60f08a20
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fhAyewyP1dF6bT4zHaJEn

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 compliancepulse-esg-sustainability-reporting-intelligence-60f08a20
```

Example prompt: What ESG and sustainability reporting obligations apply to a mid-size EU-based steel manufacturer — specifically which of CSRD, ISSB, TCFD, and CBAM frameworks are mandatory for us and what do we need to disclose?

## When to prefer this

Choose this endpoint when you need to determine which ESG and sustainability reporting frameworks (CSRD, ISSB, SEC climate, TCFD, CBAM) apply to a specific company or jurisdiction, and what those frameworks require. Prefer this over generic regulatory endpoints when the focus is specifically on environmental, social, and governance disclosure obligations rather than financial crime, data privacy, or general corporate compliance.

## Known failure modes

- Unsupported jurisdiction or sector returns empty obligations list
- Ambiguous company profile (missing size or activity flags) may produce incomplete framework matching
- CBAM applicability only relevant for EU importers — non-EU queries return no CBAM obligations
- Rapidly evolving regulations (e.g. SEC climate rule status) may lag real-world rule changes
- Rate-limited or payment failure returns 402 with retry guidance

## How this service works

ESG and sustainability reporting requirements for compliance and reporting agents. Covers CSRD, ISSB, SEC climate, TCFD, and CBAM obligations.

## Output

A structured response detailing which ESG and sustainability reporting frameworks (CSRD, ISSB, SEC climate, TCFD, CBAM) apply to the queried entity, the specific disclosure obligations under each, relevant deadlines, and any jurisdiction- or sector-specific nuances.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "country"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "listed": {
   "type": "string",
   "description": "true | false — listed companies have additional disclosure requirements"
  },
  "sector": {
   "type": "string",
   "description": "Industry sector — affects CSRD materiality and CBAM applicability"
  },
  "country": {
   "type": "string",
   "description": "Country or jurisdiction. Also accepts 'jurisdiction'"
  },
  "company_size": {
   "type": "string",
   "description": "large | medium | small — determines which mandatory frameworks apply. Also accepts 'size'"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/compliancepulse-esg-sustainability-reporting-intelligence-60f08a20/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from compliancepulse.theaslangroupllc.com](https://www.zero.xyz/host/compliancepulse.theaslangroupllc.com/llms.txt)
