# ESGPulse Carbon & Emissions Intelligence

> ESGPulse Carbon & Emissions Intelligence 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-13).

Provides carbon and emissions intelligence covering Scope 1/2/3 methodology, CBAM tariff implications, carbon-market prices, SBTi pathways, and net-zero roadmaps

## Facts

- Endpoint: GET https://esgpulse.theaslangroupllc.com/api/esg/emissions
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/esgpulse-carbon-emissions-intelligence-9750cbfa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NohT4FKohFwEDWnwGu9xs

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-carbon-emissions-intelligence-9750cbfa
```

Example prompt: Can you pull the current carbon market prices and walk me through what our Scope 1, 2, and 3 emissions obligations look like under SBTi 1.5°C pathway, plus flag any CBAM tariff implications we'd face as a manufacturer exporting to the EU?

## When to prefer this

Choose this endpoint when an agent needs integrated carbon and emissions intelligence — specifically combining Scope 1/2/3 accounting methodology, live or near-live carbon market pricing, CBAM cross-border tariff analysis, SBTi target-setting pathways, and net-zero roadmap generation in a single call. Prefer over generic ESG endpoints when the focus is specifically on emissions quantification and carbon strategy rather than ESG reporting frameworks or supply-chain due diligence.

## Known failure modes

- Missing or invalid query parameters may return empty or partial results
- Carbon market price data may be delayed or unavailable during market closures
- CBAM regulatory data may lag behind the latest EU legislative updates
- SBTi pathway calculation may require sector-specific inputs not provided
- Payment not fulfilled returns 402 Payment Required

## How this service works

Carbon and emissions intelligence for sustainability and ESG agents. Covers Scope 1/2/3 methodology, CBAM tariff implications, carbon-market prices, SBTi pathways, and a net-zero roadmap.

## Output

Returns structured carbon and emissions intelligence including Scope 1/2/3 methodology guidance, current carbon credit market prices, CBAM border adjustment tariff implications, SBTi-aligned reduction pathways, and a net-zero roadmap with actionable milestones.

## 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": {
      "goal": {
       "type": "string",
       "description": "measure | reduce | offset | sbti-alignment | net-zero | cbam-compliance"
      },
      "lang": {
       "type": "string",
       "description": "en | de | fr | es | it | ja | zh | ko | pt | nl | ar"
      },
      "scope": {
       "type": "string",
       "description": "all | scope1 | scope2 | scope3 | market-based | location-based"
      },
      "entity": {
       "type": "string",
       "description": "Apple | Volkswagen | Shell (company name for targeted carbon intelligence)"
      },
      "sector": {
       "type": "string",
       "description": "Energy | Transport | Manufacturing | Agriculture | Buildings | Finance"
      }
     }
    }
   },
   "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": {
  "cbam_applies": true,
  "sbti_pathway": "1.5°C aligned — absolute contraction 4.2%/year",
  "eu_ets_price_eur": 65.4,
  "scope3_categories": [
   "Cat 1 Purchased goods",
   "Cat 11 Use of sold products",
   "Cat 15 Investments"
  ],
  "scope1_methodology": "GHG Protocol Corporate Standard",
  "net_zero_year_estimate": 2045,
  "california_cap_price_usd": 38.2,
  "voluntary_market_price_usd": "8–25 (project type dependent)"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/esgpulse-carbon-emissions-intelligence-9750cbfa/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)
