{"uid":"cap_JQ6Bo9NXJYP9-7bxL2p7j","slug":"delx-extract-numbers-6965be49","name":"Delx Extract Numbers","description":"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.","url":"https://api.delx.ai/api/v1/x402/extract-numbers","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"text":{"type":"string","maxLength":100000,"description":"Primary text input (max 100k chars). Processed first-party; not retained as a dataset."}}},"responseSchema":{"type":"json","example":{"count":0,"schema":"delx/extract-numbers/v1","numbers":[]}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_KG7Y8OQID_mNeDZGAXeOj","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Extracts all numbers from free-form text and returns them as an ordered list, without regex maintenance or LLM overhead.","exampleAgentPrompt":"Pull all the numbers out of this scraped product listing text for me: 'Item #4821 costs $29.99, weighs 3.5 lbs, has 142 reviews and a score of 4.7 out of 5.'","exampleUseCases":[{"title":"Scraping prices from e-commerce text","prompt":"Here's a messy product description I scraped: 'Was $49.99, now only $34.50 — save 31%! Only 8 left in stock.' Can you extract all the numbers from it?"},{"title":"Pulling IDs from API response text","prompt":"I got this raw text back from an API and need all the numeric IDs out of it: 'Order ref 100234 linked to customer 8871 with invoice 56032.' Extract all the numbers."},{"title":"Parsing scores from review summaries","prompt":"Take this review summary and pull out every number you find: 'Rated 4.2 stars from 1,340 users; 87% recommend, average wait time 12 minutes, price score 3 out of 5.'"}],"resultDescription":"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.","failureModes":["Text exceeds 100,000 character limit — returns a structured validation error (not billed)","No numbers found in text — returns an empty list","Malformed request body — returns a structured validation error (not billed)","Payment not attached or insufficient — returns 402 payment required"],"whenToPreferThis":"Choose 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.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T19:02:36.802Z","isFirstParty":false}