# IRS Industry Tax Statistics by Sector and Entity Type

> IRS Industry Tax Statistics by Sector and Entity Type is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Returns IRS Statistics of Income (SOI) data — return counts, receipts, deductions, and effective tax structure signals — for a specified industry and entity type (corporation or all).

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/irs-industry-tax-statistics
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/irs-industry-tax-statistics-by-sector-and-entity-type-e8863924
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eKbdUlYcfkyRXFbxWEdg3

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 irs-industry-tax-statistics-by-sector-and-entity-type-e8863924
```

Example prompt: Pull the IRS SOI tax statistics for the manufacturing industry filtered to corporations — I need return counts, receipts, and deductions to benchmark our tax assumptions in this valuation model.

## When to prefer this

Use this endpoint when you need authoritative, IRS-sourced tax benchmarks at the industry level for valuation, financial planning, or diligence work — especially when cryptographic verifiability of the data is required. Prefer this over scraped or aggregated tax data sources when data provenance and integrity matter.

## Known failure modes

- Invalid or unrecognized industry name returns an error or empty result
- Entity type value outside the allowed enum (corporation, all) causes a validation error
- Rate limiting or payment failure (x402) blocks the request
- SOI data may be lagged if the IRS has not released the most recent year's statistics

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). IRS industry tax statistics by sector and entity type, including return counts, receipts, deductions, and effective tax structure signals. Source: Internal Revenue Service Statistics of Income (SOI) public releases. Use when benchmarking tax profile assumptions in valuation, planning, or diligence models

## Output

Returns IRS Statistics of Income data for the requested industry and entity type, including return counts, total receipts, deductions, and effective tax structure signals. Every response is cryptographically signed with ML-DSA-65 and independently verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "industry": {
   "type": "string",
   "description": "Request parameter: industry"
  },
  "entity_type": {
   "enum": [
    "corporation",
    "all"
   ],
   "type": "string",
   "description": "Request parameter: entity type"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/irs-industry-tax-statistics-by-sector-and-entity-type-e8863924/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
