# ScriptMasterLabs Congressional Bills Search

> ScriptMasterLabs Congressional Bills Search is a paid API for AI agents from acp-x402-discovery.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Search U.S. congressional bills by keyword or topic, paid per-call in USDC via x402

## Facts

- Endpoint: GET https://acp-x402-discovery.onrender.com/x402/congressional-bills-search
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scriptmasterlabs-congressional-bills-search-4c5108f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G7vun7peyn1Nz6HE7l7oe

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 scriptmasterlabs-congressional-bills-search-4c5108f3
```

Example prompt: Can you search congressional bills for any legislation related to cryptocurrency regulation introduced in the last session?

## When to prefer this

Choose this endpoint when you need programmatic, pay-per-call access to congressional bill search data settled in USDC on Base via x402, especially in crypto-native agentic workflows where micropayment-based API access is preferred over subscription APIs. Best for compliance, policy research, and legislative monitoring use cases in Web3 or fintech contexts.

## Known failure modes

- Missing or malformed query properties returns empty result set
- Payment failure via x402 returns 402 status blocking access
- Overly broad queries may return too many results with no filtering
- Service may be unavailable if the Render.com host is sleeping (cold start delay)
- Schema is minimally documented so parameter structure must be inferred

## How this service works

Pay-per-call crypto, RWA, federal, SEC, and compliance APIs. Settled in USDC on Base via x402. Hyphen routes only (e.g. /x402/rwa-aggregates, /x402/gas-tracker).

## Output

Returns matching congressional bill records including bill numbers, titles, sponsor information, current status, and relevant legislative details matching the search query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scriptmasterlabs-congressional-bills-search-4c5108f3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from acp-x402-discovery.onrender.com](https://www.zero.xyz/host/acp-x402-discovery.onrender.com/llms.txt)
