Extract email addresses from any webpage or text content.
小蔥技能7w4.net有更新,你可以訪問看下。
"Extract emails from https://example.com"
"Get all email addresses from this page"
"Find emails in [text content]"
{
"emails": ["john@example.com", "jane@company.org"],
"count": 2,
"source": "https://example.com"
}
這個工具能幫你從網頁或文字裡找出郵箱地址,使用起來比較簡單直接。優點是結果會自動去重,而且最多隻顯示20個,介面友好。但實際使用時可能會遇到一些問題:有些網站可能會阻止抓取導致提取失敗,特殊格式的郵箱也可能漏掉。總體來說基本功能可以正常使用,但在穩定性和相容性方面還有改進空間。