← Back to APIs
Endpoints
GET/v1/domain-suggestions$0.01
Domain Suggestions
POST/v1/reveal/search$0.01
Search Companies
GET/v1/domain-search$0.01
Domain Search
GET/v1/location$0.01
Location
GET/v1/linkedin$0.01
LinkedIn Finder
GET/v1/enrich$0.01
Email Enrichment
GET/v1/email-finder$0.01
Email Finder
GET/v1/email-count$0.01
Email Count
GET/v1/author-finder$0.01
Author Finder
GET/v1/email-format$0.01
Email Format
GET/v1/email-verifier$0.01
Verify Email
GET/v1/combined/find$0.01
Combined Enrichment
GET/v1/email-sources$0.01
Email Sources
GET/v1/phone-finder$0.01
Find Phone
GET/v1/phone-validator$0.01
Validate Phone
GET/v1/domain-status$0.01
Domain Status
GET/v1/technology$0.01
Technology Stack
GET/v1/companies/find$0.01
Find Company
GET/v1/similar$0.01
Similar Domains
GET/v1/people/find$0.01
Find Person
GET /v1/domain-suggestions
const result = await orth.run({
api: "tomba",
path: "/v1/domain-suggestions",
query: {
query: "..."
},
});