# NexusAPI Cron Expression Parser

> NexusAPI Cron Expression Parser is a paid API for AI agents from nexus-api-peach-nine.vercel.app, paid per call via x402, $0.067996/call, status unknown (last checked 2026-09-14).

Parses a cron expression string and returns its schedule details, next run times, and human-readable description

## Facts

- Endpoint: POST https://nexus-api-peach-nine.vercel.app/api/tools/cron/parser
- Price: $0.067996/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-cron-expression-parser-4d291ea2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OWNTU3f1qJmbaGYut-eBo

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 nexusapi-cron-expression-parser-4d291ea2 -d '<json body>'
```

Example prompt: Can you parse this cron expression for me — '0 9 * * 1-5' — and tell me when it runs next and what it means in plain English?

## When to prefer this

Use this endpoint when an agent or user needs to quickly decode, validate, or humanize a cron expression without running a local parser. Ideal when the runtime environment lacks cron libraries or when a plain-English explanation is needed for non-technical users.

## Known failure modes

- Invalid cron expression syntax returns an error response
- Missing or empty query field returns a 400 bad request
- Ambiguous or non-standard cron syntax (e.g. 6-field with seconds) may not parse correctly
- Network or upstream service failure returns a 5xx error
- Payment failure or insufficient USDC balance returns a 402

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns a parsed breakdown of the cron expression including a human-readable description of the schedule, the next scheduled run times, and an explanation of each cron field (minute, hour, day, month, weekday).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nexusapi-cron-expression-parser-4d291ea2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-peach-nine.vercel.app](https://www.zero.xyz/host/nexus-api-peach-nine.vercel.app/llms.txt)
