Steampipe email finder
Official Integration Data Analytics

Steampipe

Integrate Tomba with Steampipe to query and analyze your email data seamlessly. Leverage SQL queries to extract insights and automate workflows.

Query Email Data with SQL

Steampipe is an open-source tool that lets you query cloud APIs using SQL. The Tomba plugin allows you to search, verify, and analyze email data using standard SQL queries.

What is Steampipe?

Steampipe turns APIs into SQL tables, allowing you to:

  • Query multiple data sources with SQL
  • Join data from different APIs
  • Build dashboards and reports
  • Automate data analysis workflows

Tomba Plugin Tables

The Tomba Steampipe plugin provides these tables:

tomba_email_finder

Find email addresses by name and domain:

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

tomba_email_verifier

Verify email deliverability:

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

Search all emails at a domain:

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

tomba_enrichment

Get detailed email information:

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

Use Cases

  1. Data Analysis: Analyze email patterns across companies
  2. Bulk Operations: Process large email lists with SQL
  3. Reporting: Build email intelligence dashboards
  4. Data Integration: Join email data with CRM data
  5. Compliance: Audit email discovery and usage

Example Queries

Find and verify emails for a list of prospects:

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';

Count emails by department:

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

Find all valid emails at multiple companies:

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

Installation

  1. Install Steampipe: brew install steampipe
  2. Install Tomba plugin: steampipe plugin install tomba
  3. Configure credentials in ~/.steampipe/config/tomba.spc:
connection "tomba" {
  plugin  = "tomba"
  api_key = "your_api_key"
  api_secret = "your_api_secret"
}
  1. Start querying: steampipe query

Documentation

Full table schemas and query examples are available at the Steampipe Hub.

Integration Tips

  • Dashboards: Use with Steampipe Dashboard for visualization
  • Exports: Export results to CSV, JSON, or databases
  • Automation: Schedule queries with cron jobs
  • CI/CD: Integrate into data pipelines

Open Source

The Tomba Steampipe plugin is open source. Contributions welcome on GitHub!

Information

Category
Data Analytics

Ready to get started?

Sign up for free and start integrating Tomba with Steampipe.

Get Started Free

No credit card required • 75 free credits

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

Start finding verified emails today

Join 150,000+ professionals who trust Tomba for accurate contact data. No credit card required.