{"uid":"cap_y-xRMDy-jYwzle6xlmnYE","slug":"x402-zoo-url-extractor-402d7601","name":"x402-zoo URL Extractor","description":"Extract and normalize HTTP(S) URLs from caller-supplied text.","url":"https://x402-zoo.lolagent.workers.dev/api/extract-urls","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["text"],"properties":{"text":{"type":"string"}}}},"additionalProperties":false}}},"responseSchema":null,"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_j94tmnhSwcGHLjnVkixUb","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 and normalizes all HTTP/HTTPS URLs found within a block of caller-supplied text.","exampleAgentPrompt":"Can you extract and normalize all the HTTP and HTTPS URLs from this text: 'Check out https://example.com and also visit http://foo.bar/page?q=1 for more details'?","exampleUseCases":[{"title":"Link harvesting from pasted article","prompt":"I just pasted a long news article into my notes — can you pull out every URL mentioned in it so I can visit each one? Here's the text: 'Read more at https://news.example.com/story and see the data at http://stats.example.org/2024.'"},{"title":"Extracting URLs from user support messages","prompt":"We're getting support tickets that sometimes include links people paste in freeform. Can you scan this ticket text and return all the URLs so I can check them: 'My issue is on https://app.example.com/dashboard and the error page is at http://app.example.com/error/42.'"},{"title":"Cleaning up marketing copy links","prompt":"I have a draft email body with several links mixed into the prose — can you extract and normalize all the HTTP and HTTPS URLs from it so I can audit them before sending? Text: 'Visit us at https://brand.com/promo or learn more at http://brand.com/about.'"}],"resultDescription":"Returns a list of extracted and normalized HTTP/HTTPS URLs found within the supplied text, stripping surrounding prose and standardizing URL formatting.","failureModes":["Missing required 'text' query parameter returns an error","No URLs found in input text returns an empty list","Non-HTTP/HTTPS URLs (e.g., ftp://, mailto:) are not extracted","Malformed or partial URLs may be excluded or silently skipped","Payment failure (402) if USDC balance is insufficient"],"whenToPreferThis":"Choose this endpoint when you need to reliably parse and normalize all HTTP/HTTPS URLs embedded in arbitrary unstructured text, such as user messages, documents, or scraped content. Prefer it over regex-based approaches when you want a hosted, consistent, normalized output without writing your own parser.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:56:48.698Z","isFirstParty":false}