Text Processing
批量URL/链接提取器
从文本中提取所有HTTP/HTTPS链接,支持去重和导出功能
json· JSON 结果
快速开始
用三种语言从你的代码中调用此工具。
cURL
curl -X POST 'https://api.elysiatools.com/zh/api/tools/bulk-url-extractor' \
-H 'Content-Type: application/json' \
-d '{"textInput":"Paste your text here to extract URLs...","removeDuplicates":true,"sortResults":true,"includeStats":true}'