# CompliancePulse Scan-Lite: Regulatory Applicability Preview

> CompliancePulse Scan-Lite: Regulatory Applicability Preview is a paid API for AI agents from compliancepulse.theaslangroupllc.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Accepts a company profile (country, sector, size, activity flags) and returns a deterministic count of applicable major regulatory regimes plus full detail on the 3 nearest-deadline matches

## Facts

- Endpoint: GET https://compliancepulse.theaslangroupllc.com/api/comply/scan-lite
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/compliancepulse-scan-lite-regulatory-applicability-preview-43f9bdc7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ld0NVbojoxd6EyGT6JmnF

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-scan-lite-regulatory-applicability-preview-43f9bdc7
```

Example prompt: Give me a quick regulatory preview for a mid-size fintech company based in Germany that processes personal data and uses AI — I want to know how many major regimes apply and which 3 have the nearest deadlines.

## When to prefer this

Choose this endpoint when you need a fast, cheap ($0.25 USDC) deterministic count of applicable regulatory regimes and the 3 nearest deadlines before committing to a full scan. Ideal for budget-conscious agents doing initial triage, filtering irrelevant companies, or providing a quick compliance overview without the cost of the full $1.50 ranked scan. Use the full scan when you need ranked matches, sector-specific leads, or comprehensive detail across all applicable regimes.

## Known failure modes

- Missing required profile fields (country, sector) return a 400 validation error
- Unrecognized country or sector codes return an error or zero matches
- Payment not included or insufficient USDC results in 402 Payment Required
- Ambiguous activity flags may result in undercounting applicable regimes
- No applicable regimes found for an unusual profile combination returns count of zero with empty detail array

## How this service works

Company regulatory applicability preview: profile in (country, sector, size, activity flags) out, deterministic count of applicable major regimes — EU AI Act, GDPR, CSRD, DORA, NIS2, MiCA, EAA, EUDR, CBAM, UK OSA/ECCTA, US privacy/AI laws, PCI DSS and more — plus full detail (deadline, penalty, sources) on the 3 nearest-deadline matches. No ranking, sector leads, or live grounding — that is the $1.50 full scan. Agent-budget-friendly.

## Output

Returns a deterministic integer count of all applicable major regulatory regimes (EU AI Act, GDPR, CSRD, DORA, NIS2, MiCA, EAA, EUDR, CBAM, UK OSA/ECCTA, US privacy/AI laws, PCI DSS, and more) based on the company profile, plus full structured detail — deadline date, penalty information, and official sources — for the 3 regimes with the nearest upcoming deadlines. Does not include ranked matches, sector leads, or live-grounded data (those are available in the $1.50 full scan).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "country",
  "activities"
 ],
 "properties": {
  "size": {
   "type": "string",
   "description": "micro | small | medium | large | listed"
  },
  "sector": {
   "type": "string",
   "description": "Sector — e.g. saas, fintech, e-commerce, healthcare, manufacturing"
  },
  "country": {
   "type": "string",
   "description": "Primary country of establishment — e.g. US, Germany, UK, Singapore"
  },
  "activities": {
   "type": "string",
   "description": "CSV of: ai, personal-data, eu-sales, eu-operations, financial-services, crypto, listed, eu-imports, online-platform, us-operations, uk-operations, card-payments, products-eu, commodities"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/compliancepulse-scan-lite-regulatory-applicability-preview-43f9bdc7/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)
