# finance.toonhaus.dev Corporate Lobbying Records

> finance.toonhaus.dev Corporate Lobbying Records is a paid API for AI agents from finance.toonhaus.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Retrieves corporate lobbying records for publicly traded companies

## Facts

- Endpoint: GET https://finance.toonhaus.dev/api/stock/lobbying
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/finance-toonhaus-dev-84a3298e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dJjwbl831f5nn91GNTyQA

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 finance-toonhaus-dev-84a3298e
```

Example prompt: Can you pull up the corporate lobbying records for a company like Apple or ExxonMobil so I can see how much they're spending on lobbying and what issues they're focused on?

## When to prefer this

Use this endpoint when you need structured corporate lobbying data for a publicly traded company, especially for ESG analysis, political risk assessment, investment research, or investigative purposes. It is part of a broader financial data suite on finance.toonhaus.dev alongside SEC filings, insider transactions, and analyst data, making it useful for comprehensive corporate due diligence.

## Known failure modes

- No lobbying data found for the specified company — returns empty result or 404
- Invalid or unrecognized ticker symbol — returns error
- Rate limit exceeded — returns 429
- Payment not processed — returns 402 requiring x402 payment
- Company has no public lobbying filings — returns empty dataset

## How this service works

Corporate lobbying records

## Output

Returns corporate lobbying records including lobbying expenditures, issues lobbied on, lobbyist names and firms, filing dates, and related political spending data for the queried company.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "ticker": "AAPL"
  }
 }
}
```

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/finance-toonhaus-dev-84a3298e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from finance.toonhaus.dev](https://www.zero.xyz/host/finance.toonhaus.dev/llms.txt)
