# NexusAPI Cron Expression Parser

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

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

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/tools/cron/parser
- Price: $0.107622/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-cron-expression-parser-d514a707
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rMEulqvx_rArDnIA6ExJW

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-d514a707 -d '<json body>'
```

Example prompt: Can you parse the cron expression '0 9 * * 1-5' and tell me in plain English what schedule it represents and when it will next run?

## When to prefer this

Use this endpoint when you need to programmatically interpret, validate, or explain cron expressions — especially useful in DevOps pipelines, scheduling automation agents, or when helping non-technical users understand inherited job schedules. Prefer this over manual parsing or regex approaches when you need accurate next-run times and a plain-English breakdown without building custom cron logic.

## Known failure modes

- Invalid or malformed cron expression returns a validation error
- Overly complex or non-standard cron syntax (e.g. seconds field, @reboot) may not be supported
- Empty or missing query input returns a bad request error
- Ambiguous expressions (e.g. with timezone indicators) may be interpreted as UTC by default

## 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 structured object containing the human-readable interpretation of the cron expression, a list of upcoming scheduled execution times, field-by-field breakdown (minute, hour, day, month, weekday), and whether the expression is valid or contains errors.

## 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-d514a707/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-virid.vercel.app](https://www.zero.xyz/host/nexus-api-virid.vercel.app/llms.txt)
