通过 ams 查找关联电子邮件
因此,我有一个客户想要浏览他所属的网站并收集参与会员的电子邮件。 是否有商业软件可以做到这一点,或者我最好编写一个屏幕抓取脚本? 当然,这一切都是假设相关网站允许这样做。
So I have a client that wants to spider through sites that he is a member of and collect participating members emails. Is there commercial software that does that, or am I better off writing a screen scraping script? This is all assuming that this is permitted at the sites in question of course.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,如果需要登录,我想您可以使用
wget
下载该网站,然后在每个镜像页面中搜索电子邮件地址。当然,这取决于该网站是否“可预测”——即不是 AJAXy。
Well, if there's a login required, I would presume you could use
wget
to download the site, then search through each mirrored page for email addresses.That, of course, depends on whether the site is "predictable" - ie, not AJAXy.