चुनें कि आप कौन सी कुकीज़ की अनुमति देते हैं। आपका चयन छह महीने रखा जाता है और कभी भी बदला जा सकता है। हमारी गोपनीयता नीति पूरे विवरण के लिए देखें।
आवश्यक कुकीज़
हमेशा सक्रिय
साइट के संचालन के लिए आवश्यक, निष्क्रिय नहीं की जा सकतीं। इनमें सहमति संग्रहण और डेमो फ़ॉर्म की बॉट-सुरक्षा शामिल हैं।
मापन कुकीज़
साइट सुधारने में मदद करती हैं
यातायात मापने और साइट के उपयोग को समझने के लिए। कोई विज्ञापन उपयोग नहीं।
50+ fields वापस मिलते हैं।
आपके CRM में 15,000 contacts हैं। 1,200 के पास phone numbers हैं। एक bulk enrichment चलाएं
direct mobiles, verified emails, company data पाएं: घंटों में, हफ्तों नहीं।
बड़े पैमाने पर enrichment automate करें: रात भर में 10,000 contacts, बिना किसी manual काम के।
पहली call 5 मिनट मेंZapier, Make, n8n, Clay
त्वरित शुरुआत
app.datagma.com → API → Key & Doc से अपनी API key प्राप्त करें। फिर:
curl "https://gateway.datagma.net/api/ingress/v2/full?apiId=YOUR_KEY&data=https%3A%2F%2Flinkedin.com%2Fin%2Fraphaelazot&companyPremium=true"{
"data": {
"fullName": "Raphael Azot",
"firstName": "Raphael",
"lastName": "Azot",
"email": "raphael@datagma.com",
"jobTitle": "CEO",
"company": {
"name": "Datagma",
"domain": "datagma.com",
"linkedinUrl": "https://linkedin.com/company/datagma"
},
"personConfidenceScore": 98,
"companyConfidence": 95
// ... 40+ more fields
}
}Endpoints
Base URL: https://gateway.datagma.net/api/ingress/, सभी endpoints GET use करते हैं ?apiId=YOUR_KEY के साथ
GET /v2/fullकिसी व्यक्ति या कंपनी को enrich करें। Input विकल्प (प्राथमिकता क्रम में):
वैकल्पिक: companyPremium=true, companyFull=true, personFull=true, phoneFull=true, whatsappCheck=true
GET /v6/findEmailProfessional emails खोजें और verify करें। भेजने के लिए safe verified emails मिलती हैं। Unverifiable catchall emails “Most Probable” के रूप में आती हैं और charge नहीं होतीं।
GET /v1/searchपेशेवर प्रोफ़ाइल URL या email से phone खोजें। दोनों को combine करें automatic waterfall और बेहतर match rate के लिए।
Personal emails enrich करें (EU के बाहर)। Work emails के लिए /v2/full use करें।
GET /v1/searchByEmailUsername या पेशेवर प्रोफ़ाइल URL से Twitter profile data प्राप्त करें।
username= linkedin=आपका बचा हुआ credit balance दिखाता है।
GET /v1/getCreditReverse phone lookup। किसी international phone number से व्यक्ति की जानकारी खोजें।
GET /v1/searchByPhone - phone=+33…Email address से Twitter profile data प्राप्त करें।
email=API उदाहरण
सभी endpoints URL में parameters के साथ GET use करते हैं। कोई SDK की ज़रूरत नहीं।
curl "https://gateway.datagma.net/api/ingress/v2/full?apiId=YOUR_KEY&data=https%3A%2F%2Flinkedin.com%2Fin%2Fraphaelazot&companyPremium=true"curl "https://gateway.datagma.net/api/ingress/v6/findEmail?apiId=YOUR_KEY&fullName=Emilio%20Turco&company=Algolia&findEmailV2Step=3&findEmailV2Country=General"curl "https://gateway.datagma.net/api/ingress/v1/search?apiId=YOUR_KEY&email=raphael%40datagma.com&username=https%3A%2F%2Flinkedin.com%2Fin%2Fraphaelazot&minimumMatch=1"curl "https://gateway.datagma.net/api/ingress/v1/searchByPhone?apiId=YOUR_KEY&phone=%2B33612345678"दर सीमाएं और मूल्य निर्धारण
पारदर्शी। कोई छुपी हुई fees नहीं।
| योजना | Emails / वर्ष | Phones / वर्ष | मूल्य |
|---|---|---|---|
| Free | 90 | 3 | $0 |
| Regular | 36,000 | 1,200 | $39/माह (वार्षिक) / $49/माह |
| Popular RECOMMENDED | 90,000 | 3,000 | $79/mo (annual) / $99/mo |
| Expert | 270,000 | 9,000 | $209/mo (annual) / $261/mo |
| Enterprise | Custom | Custom | Sales से संपर्क करें |
No match = no charge. Failed lookups don’t consume credits. “Most Probable Email” results are also not billed.
Unused credits roll over for up to 12 months. No wasted spend.
No-code? Start here
Workflow automation
Connect Datagma to your existing stack, no code required.
Native official module. Actions: Person Search, Find Email, Find Phone, Company Search, Full Profile and more.
Templates: HubSpot, Salesforce, Mailchimp, Zendesk Sell, Marketo
View on Zapier →Native official module. Modules: Enrich Person or Company, Find Verified Email, Find Mobile Phone, Find Employee, Detect Job Change, Get Credit and more.
View on Make →Native provider. Add your API key and use in any waterfall enrichment flow.
BYOK supportedHubSpot
Native integration, creates custom properties
PhantomBuster
Native phantom available
Captain Data
Copy your Datagma API key into Captain Data
Result: Every new contact gets enriched automatically. Sales sees phone + company data within seconds.
Common use cases
How RevOps teams actually use the API.
“We exported 15k contacts from Salesforce. 8% had phones. After bulk enrichment: 67% have phones.”
# Process contacts with GET requests
for contact in contacts:
url = build_url(contact)
result = requests.get(url)
save_to_crm(result)
“New form submission → instant enrichment → sales gets Slack alert with phone + company in 2 seconds.”
// Webhook handler
const url = buildUrl(lead)
const enriched = await fetch(url)
slack.notify(enriched)
“Every night at 2am, we enrich contacts missing phones. Reps wake up to updated data.”
# Nightly cron job
stale = crm.find(phone=None)
for c in stale:
crm.update(c, enrich(c))
Ready to enrich your stack?
Get your API key in 2 minutes. First 90 emails + 3 phones on us.
Ready to start enriching?
Get API access in 5 minutes. Real-time B2B data enrichment, pay per match.
कोई क्रेडिट कार्ड आवश्यक नहीं. 3 phones + 90 emails मुफ्त/माह.