Steampipe 邮箱查找器
官方集成Data Analytics

Steampipe

将 Tomba 与 Steampipe 集成,无缝查询和分析邮箱数据。利用 SQL 查询提取洞察并自动化工作流。

使用 SQL 查询邮箱数据

Steampipe 是一个开源工具,允许您使用 SQL 查询云 API。Tomba 插件允许您使用标准 SQL 查询搜索、验证和分析邮箱数据。

什么是 Steampipe?

Steampipe 将 API 转换为 SQL 表,允许您:

  • 使用 SQL 查询多个数据源
  • 关联来自不同 API 的数据
  • 构建仪表板和报告
  • 自动化数据分析工作流

Tomba 插件表

Tomba Steampipe 插件提供以下表:

tomba_email_finder

通过姓名和域名查找邮箱地址:

SELECT * FROM tomba_email_finder
WHERE first_name = 'John'
AND domain = 'example.com';

tomba_email_verifier

验证邮箱可达性:

SELECT email, status, score
FROM tomba_email_verifier
WHERE email = 'john@example.com';

搜索域名的所有邮箱:

SELECT * FROM tomba_domain_search
WHERE domain = 'company.com';

tomba_enrichment

获取邮箱的详细信息:

SELECT * FROM tomba_enrichment
WHERE email = 'contact@company.com';

使用场景

  1. 数据分析:分析跨公司的邮箱模式
  2. 批量操作:使用 SQL 处理大型邮箱列表
  3. 报告:构建邮箱智能仪表板
  4. 数据集成:将邮箱数据与 CRM 数据关联
  5. 合规审计:审计邮箱发现和使用情况

查询示例

查找并验证潜在客户列表的邮箱:

SELECT
  f.first_name,
  f.last_name,
  f.email,
  v.status,
  v.score
FROM tomba_email_finder f
LEFT JOIN tomba_email_verifier v ON f.email = v.email
WHERE f.domain = 'techcorp.com';

按部门统计邮箱数量:

SELECT
  department,
  COUNT(*) as email_count
FROM tomba_domain_search
WHERE domain = 'company.com'
GROUP BY department;

查找多个公司的所有有效邮箱:

SELECT * FROM tomba_domain_search
WHERE domain IN ('company1.com', 'company2.com', 'company3.com')
AND status = 'valid';

安装

  1. 安装 Steampipe:brew install steampipe
  2. 安装 Tomba 插件:steampipe plugin install tomba
  3. ~/.steampipe/config/tomba.spc 中配置凭据:
connection "tomba" {
  plugin  = "tomba"
  api_key = "your_api_key"
  api_secret = "your_api_secret"
}
  1. 开始查询:steampipe query

文档

完整的表结构和查询示例请访问 Steampipe Hub

集成提示

  • 仪表板:使用 Steampipe Dashboard 进行可视化
  • 导出:将结果导出为 CSV、JSON 或数据库
  • 自动化:通过 cron 任务调度查询
  • CI/CD:集成到数据管道中

开源

Tomba Steampipe 插件是开源的。欢迎在 GitHub 上贡献!

信息

类别
Data Analytics

准备好开始了吗?

免费注册并开始将 Tomba 与 Steampipe 集成。

免费开始

无需信用卡 • 75 个免费额度

Trusted by 150,000+ professionals

Real reviews from sales teams, developers, and growth professionals who use Tomba every day

"Stellar product and amazing support. I have tested many tools and this one is far superior by far. I highly recommend it."

Martin Ebongue
Martin Ebongue
Entrepreneur at Genius Data Flow

"I spend 3+ months creating best in class content in the form of data-based research studies. When all is said and done, Tomba is the tool I turn to."

Nicholas Rizzo
Nicholas Rizzo
Senior Digital Manager at Vizme

"Tomba.io is very fast and has lots of features to help anyone prospect and find exactly who you need to find. I'm saving at least 5 hours a week!"

Julian M.
Julian M.
Account Executive at Insight

"The data is always fresh, and the n8n integration is excellent for my use case. Support is very responsive overall. I'd rate it 9/10."

Benjie Malinao
Benjie Malinao
Co-Founder & CTO at Channel Automation

"Since years, Tomba has provided the most results per search, and still it keeps getting better. I highly recommend Tomba."

Steffen Burandt
Steffen Burandt
Head of Business Development at Chandler Orchards

"I've tested over a dozen email finder tools, and Tomba.io stands out as the best. It consistently delivers accurate results and is incredibly easy to set up."

Andrei Kholkin
Andrei Kholkin
Founder at Superpage.io

"As a Founder, as well as a sales leader, there are three things that are important to me: cost effective, easy to use, and accurate data. I actively recommend it."

Kevin Dixon
Kevin Dixon
Founder at Boxxstep

"It's a great product. I have tried a lot of products in the past, but this is the best one I have ever found."

Vineet Devaiah
Vineet Devaiah
Founder & CEO at Teliportme

"Stellar product and amazing support. I have tested many tools and this one is far superior by far. I highly recommend it."

Martin Ebongue
Martin Ebongue
Entrepreneur at Genius Data Flow

"I spend 3+ months creating best in class content in the form of data-based research studies. When all is said and done, Tomba is the tool I turn to."

Nicholas Rizzo
Nicholas Rizzo
Senior Digital Manager at Vizme

"Tomba.io is very fast and has lots of features to help anyone prospect and find exactly who you need to find. I'm saving at least 5 hours a week!"

Julian M.
Julian M.
Account Executive at Insight

"The data is always fresh, and the n8n integration is excellent for my use case. Support is very responsive overall. I'd rate it 9/10."

Benjie Malinao
Benjie Malinao
Co-Founder & CTO at Channel Automation

"Since years, Tomba has provided the most results per search, and still it keeps getting better. I highly recommend Tomba."

Steffen Burandt
Steffen Burandt
Head of Business Development at Chandler Orchards

"I've tested over a dozen email finder tools, and Tomba.io stands out as the best. It consistently delivers accurate results and is incredibly easy to set up."

Andrei Kholkin
Andrei Kholkin
Founder at Superpage.io

"As a Founder, as well as a sales leader, there are three things that are important to me: cost effective, easy to use, and accurate data. I actively recommend it."

Kevin Dixon
Kevin Dixon
Founder at Boxxstep

"It's a great product. I have tried a lot of products in the past, but this is the best one I have ever found."

Vineet Devaiah
Vineet Devaiah
Founder & CEO at Teliportme
开始免费试用

立即开始查找已验证的电子邮件

加入超过150,000名信赖Tomba获取准确联系数据的专业人士。无需信用卡。

  • 每月 25 次免费搜索
  • 退信率低于5%
  • 符合GDPR
150 条评价,4.7/5 分