# Key Features and Endpoints

Tomba.io provides a robust set of API endpoints for email discovery, enrichment, and lead generation workflows. Below is an overview of the main features, with short descriptions and direct links.

---

## [Account Information](https://app.tomba.io/settings/)

**Description:** Retrieve detailed information about your Tomba.io account, including subscription, settings, and usage.  
**Features:**

- Access profile and billing data.
- Monitor plan quotas and consumption.
- Customize preferences and security settings.

---

## [Domain Search](https://tomba.io/domain-search)

**Description:** Search for professional email addresses and company data using a domain name.  
**Features:**

- Retrieve verified email lists per domain.
- Filter by department or seniority.
- Access domain metadata and company info.

---

## [Email Finder](https://tomba.io/email-finder)

**Description:** Find a specific email address by entering a name and domain.  
**Features:**

- Search by full name and domain.
- Get confidence score and status.
- Great for outbound prospecting.

Quick API example:

```bash
curl -X GET "https://api.tomba.io/v1/email-finder?domain=example.com&first_name=John&last_name=Doe" \
	-H "X-Tomba-Key: your_api_key" \
	-H "X-Tomba-Secret: your_secret_key"
```

---

## [Email Enrichment](https://tomba.io/enrichment)

**Description:** Enrich email data with social, company, and location details.  
**Features:**

- Augment leads with verified metadata.
- Identify job roles, social handles, and company info.
- Improve targeting and segmentation.

---

## [Author Finder](https://tomba.io/author-finder)

**Description:** Find emails of blog authors and contributors on websites.  
**Features:**

- Discover authors of online content.
- Useful for PR and media outreach.
- Filter by source or publication type.

---

## [LinkedIn Finder](https://tomba.io/linkedin-finder)

**Description:** Use a LinkedIn profile URL to discover the associated professional email.  
**Features:**

- Extract verified emails directly from LinkedIn URLs.
- Fast and accurate with a high match rate.
- Ideal for recruiters and B2B sales teams.

---

## [Email Verifier](https://tomba.io/email-verifier)

**Description:** Validate any email address for deliverability.  
**Features:**

- Check SMTP and MX records.
- Return real-time status.
- Reduce bounce rates and spam flags.

---

## [Email Sources](https://tomba.io/email-finder#sources)

**Description:** View the original URLs where Tomba found the email.  
**Features:**

- Ensure traceability and authenticity.
- Display source page, date, and context.
- Useful for compliance and transparency.

---

## [Phone Finder](https://tomba.io/phone-finder)

**Description:** Discover phone numbers linked to domains or emails.  
**Features:**

- Get company and contact-level numbers.
- Validate phone numbers for accuracy.
- Complement email-based outreach.

---

## [Usage Stats](https://app.tomba.io/usage)

**Description:** Track your API consumption and usage limits.  
**Features:**

- Visualize API call history.
- Optimize usage with quota analysis.
- Real-time updates.

---

## [Leads](https://app.tomba.io/leads)

**Description:** Fetch leads based on company, industry, or location filters.  
**Features:**

- Search leads using smart filters.
- Export lead data to your CRM.
- Segment by industry, size, role, etc.

---

## [Lead Lists](https://app.tomba.io/leads/lists)

**Description:** Create and manage groups of leads for campaign targeting.  
**Features:**

- Organize leads by project or region.
- Share lists across your team.
- Import/export CSVs in bulk.

---

## Lead Attributes

**Description:** Access enriched metadata for a specific lead.  
**Features:**

- Get role, company, social profiles, etc.
- Enhance targeting and personalization.
- Improve scoring models.

---

## [Account Logs](https://app.tomba.io/usage/requests)

**Description:** View activity logs for API events and account changes.  
**Features:**

- Review login, API, and team events.
- Ensure team and system accountability.
- Audit changes and permissions.

---

## [API Keys](https://app.tomba.io/api)

**Description:** Manage your API access credentials securely.  
**Features:**

- Generate new keys or revoke old ones.
- Rotate secrets securely.
- Maintain seamless integration.

---

## [Email Count](https://tomba.io/domain-search)

**Description:** Quickly get the total number of emails found on a domain.  
**Features:**

- Check email availability at scale.
- Preview lead potential before diving in.
- Use in dashboards or decision logic.

---

## [Technology Detection](/api/~endpoints#technology)

**Description:** Detect what technologies (e.g. CMS, analytics) a site is using.  
**Features:**

- Know what tools your leads are using.
- Great for MarTech and SaaS targeting.
- Identify platform opportunities.

---

## [Similar Websites](/api/~endpoints#similar)

**Description:** Discover competitors or look-alike domains.  
**Features:**

- Get sites similar to a given domain.
- Useful for expanding prospect lists.
- Unlock market clusters easily.

---

Each endpoint includes request parameters, examples, and responses in our [API Reference Documentation](https://docs.tomba.io/api).
