{"uid":"cap_CGENFpdmdUtnYM9sDnxRS","slug":"email-extractor-x402-zoo-lolagent-workers-dev-e5bf41d8","name":"Email Extractor – x402-zoo.lolagent.workers.dev","description":"Extract email-address-like strings from caller-supplied text.","url":"https://x402-zoo.lolagent.workers.dev/api/extract-emails","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_YKnsrHFPZkUXyMAg__GHp","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 email-address-like strings from a block of caller-supplied plain text","exampleAgentPrompt":"Can you pull out all the email addresses from this text: 'Please contact sales@company.com or support@help.org for assistance, or reach our CEO at john.doe@example.com'?","exampleUseCases":[{"title":"Extract contacts from scraped web content","prompt":"I scraped the text from a company's 'Contact Us' page — here it is: 'Reach us at hello@acme.io or billing@acme.io. For press inquiries email press@acme.io.' Can you extract all the email addresses from that?"},{"title":"Pull emails from a pasted forum post","prompt":"Someone pasted this forum thread into our pipeline: 'DM me at coolguy99@gmail.com or hit up admin@forum.net for help.' Extract every email address from that text for me."},{"title":"Clean emails from a raw log dump","prompt":"Here's a chunk of raw server log text that contains some user email addresses mixed in — can you scan it and give me just the list of email addresses you find? Text: 'user=alice@example.com action=login; user=bob.smith@corp.net action=logout'"}],"resultDescription":"A list of email-address-like strings found within the input text, identified by pattern matching. The response includes all strings that match a standard email format (local-part@domain) discovered in the supplied text.","failureModes":["Missing required 'text' query parameter returns an error","Empty or whitespace-only text may return an empty list","Very long input text may be truncated or cause a timeout","Malformed email-like patterns may be included (false positives) since extraction is pattern-based, not validated","Non-email content that superficially resembles emails (e.g. version strings like '1.0@rc2') may be included"],"whenToPreferThis":"Choose this endpoint when you need a lightweight, fast, pattern-based extraction of email addresses from unstructured text without running your own regex logic. It is ideal for agent pipelines that process scraped web content, log files, user-submitted text, or any blob of text where email contacts need to be surfaced quickly. Prefer this over a full NLP entity recognition service when you only need emails and want low latency and minimal cost ($0.001 per call).","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:46:57.865Z","isFirstParty":false}