Enrich a company from an email
Just send an email to our API and get 80+ datapoints about the company.
Each company enriched costs 1 credit.

Scribe Mail generates an internal lead score based on company data to optimize outreach.

The Companies API pre-fills user profiles with accurate company details during signup.
Signup to access all our API features
Get your 500 free credits and start enriching and searching companies.
No credit card required
When set to true, returns a simplified version of the company data. The call will be free and no credits will be deducted.
/companies/[email protected]&simplified=true
When set to true, triggers a real-time refresh of the company data including website crawling, social media analysis, and AI-powered enrichment. Note: This operation costs 10 additional credits per request.
/companies/microsoft.com?refresh=true
Additional information about the email.
import createClient from '@thecompaniesapi/sdk'
const tca = createClient({ apiToken: 'YOUR_API_TOKEN' })
const response = await tca.fetchCompanyByEmail({
email: '[email protected]'
})
const company = response.data // The company profile