# ESGPulse Emissions Intelligence

> ESGPulse Emissions Intelligence is a paid API for AI agents from esgpulse.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Provides carbon and emissions intelligence including Scope 1/2/3 methodology, CBAM tariff implications, carbon market prices, SBTi pathways, and net zero roadmap guidance

## Facts

- Endpoint: GET https://esgpulse.vercel.app/api/esg/emissions
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/esgpulse-emissions-intelligence-8b47987e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_H-bBz0bqpZ7VW5cw6HnjQ

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-emissions-intelligence-8b47987e
```

Example prompt: Can you pull up the carbon and emissions intelligence for our manufacturing company — specifically our Scope 1, 2, and 3 methodology, what CBAM tariffs we'd face on steel imports, current carbon market prices, and what SBTi pathway we should target for net zero?

## When to prefer this

Choose this endpoint when you need integrated carbon and emissions intelligence covering methodology, pricing, regulatory cost implications (CBAM), and strategic decarbonization pathways (SBTi, net zero) in a single call. Prefer over general ESG endpoints when the specific focus is on greenhouse gas accounting, carbon markets, or emissions-linked financial implications rather than broader ESG scores or disclosure frameworks.

## Known failure modes

- Insufficient company or sector context provided — returns generic rather than tailored emissions guidance
- CBAM category not recognized — may return incomplete tariff implications
- Carbon market price data may be delayed or unavailable for certain regional markets
- SBTi pathway recommendations may not reflect the latest SBTi criteria updates
- Payment not processed — 402 response requiring x402 payment of $0.15 USDC

## How this service works

ESGPulse delivers real-time ESG intelligence: CSRD compliance roadmaps, EU Taxonomy alignment checks, supply chain due diligence, emissions analysis, greenwashing risk, and more. x402 micropayment API.

## Output

Returns structured carbon and emissions intelligence including Scope 1/2/3 calculation methodology, CBAM tariff implications for relevant product categories, current carbon market price data, recommended SBTi science-based target pathways, and a net zero roadmap outline tailored to the query context.

## Example request

```json
{
 "lang": "en",
 "topic": "climate",
 "format": "guide",
 "sector": "manufacturing",
 "framework": "CSRD"
}
```

## 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-emissions-intelligence-8b47987e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from esgpulse.vercel.app](https://www.zero.xyz/host/esgpulse.vercel.app/llms.txt)
