Delx Extract Numbers is a paid API for AI agents from api.delx.ai, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-13).
Extracts all numbers from free-form text and returns them as an ordered list, without regex maintenance or LLM overhead.
Extract numbers from free text. Call when scraping prices, IDs, quantities, or scores out of messy agent-collected text. Returns the ordered list of numbers found—no LLM, no regex maintainance on your side. $0.001 USDC per successful call via x402 on Base—deterministic first-party JSON, no API key, no subscription, and nothing is billed on structured validation errors.
An ordered JSON list of numbers found in the submitted text, in the sequence they appear — no LLM interpretation, no regex setup required, just the raw numeric values extracted deterministically.
POSThttps://api.delx.ai/api/v1/x402/extract-numbersChoose this endpoint when your agent needs to reliably pull numeric values (prices, IDs, quantities, scores) from messy or unstructured text without maintaining custom regex patterns or invoking an LLM. It is deterministic, requires no API key or subscription, costs $0.001 USDC per successful call via x402 on Base, and only charges on success — making it ideal for high-frequency agentic pipelines where predictability and low cost matter.
| Field | Type | Description |
|---|---|---|
| text | string | Primary text input (max 100k chars). Processed first-party; not retained as a dataset. |
{
"type": "json",
"example": {
"count": 0,
"schema": "delx/extract-numbers/v1",
"numbers": []
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"