"Il fornitore di dati più completo e aggiornato che abbiamo trovato — arricchito 150k record e trasformato la nostra comprensione del TAM."
Inizia con un dominio, email, URL LinkedIn o SIREN/SIRET. Effettuiamo ricerche a cascata tra le fonti. Ottieni firmografica, dati finanziari, stack tecnologico, traffico + parole chiave, email verificate e informazioni sui cambiamenti di lavoro in JSON pulito. Veloce.
Dalla richiesta ai campi pronti per il CRM. Segnali in tempo reale. In pochi secondi.
Utilizziamo ogni input. Eseguiamo ricerche a cascata. Verifichiamo le corrispondenze.
Integra in pochi minuti.
Crea un account. Copia la tua API key dalla dashboard.
API_KEY = "ec_xxxxxxxxxxxxxxxx"
Chiama l'endpoint di arricchimento con un dominio o nome aziendale.
GET /api/ingress/v4/full
Usa la risposta per arricchire la tua app o CRM.
Risposta JSON → Aggiornamento CRM
Scopri endpoint per arricchire dati e rilevare opportunità.
Endpoint principale. Restituisce dati firmografici, contatti, tecnologie e segnali di intento.
domain - Dominio aziendalecompany_name - Nome aziendaapi_key - La tua chiave APIcurl -X GET "https://gateway.enrich-crm.com/api/ingress/v4/full" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"domain": "example.com"
}'
Trova indirizzi email dei contatti aziendali con un'accuratezza del 98%. Perfetto per campagne di prospezione.
domain - Dominio aziendalefirst_name - Nome del contattolast_name - Cognome del contattoapi_key - La tua chiave APIcurl -X GET "https://gateway.enrich-crm.com/api/ingress/v8/findEmail" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"domain": "example.com",
"first_name": "John",
"last_name": "Doe"
}'
Integra facilmente Enrich-CRM nel tuo stack tecnologico
const axios = require('axios');
const enrichCompany = async (domain) => {
try {
const response = await axios.get(
'https://gateway.enrich-crm.com/api/ingress/v4/full',
{
headers: {
'Authorization': `Bearer ${process.env.ENRICH_CRM_API_KEY}`,
'Content-Type': 'application/json'
},
params: { domain }
}
);
return response.data;
} catch (error) {
console.error('API Error:', error.response?.data);
throw error;
}
};
// Usage
enrichCompany('example.com')
.then(data => console.log(data))
.catch(err => console.error(err));
import requests
import os
def enrich_company(domain):
url = "https://gateway.enrich-crm.com/api/ingress/v4/full"
headers = {
"Authorization": f"Bearer {os.getenv('ENRICH_CRM_API_KEY')}",
"Content-Type": "application/json"
}
params = {"domain": domain}
try:
response = requests.get(url, headers=headers, params=params)
response.raise_for_status()
return response.json()
except requests.exceptions.RequestException as e:
print(f"API Error: {e}")
raise
# Usage
try:
data = enrich_company("example.com")
print(data)
except Exception as e:
print(f"Error: {e}")
<?php
function enrichCompany($domain) {
$url = "https://gateway.enrich-crm.com/api/ingress/v4/full";
$apiKey = getenv('ENRICH_CRM_API_KEY');
$headers = [
"Authorization: Bearer " . $apiKey,
"Content-Type: application/json"
];
$params = http_build_query(['domain' => $domain]);
$fullUrl = $url . '?' . $params;
$context = stream_context_create([
'http' => [
'method' => 'GET',
'header' => implode("\r\n", $headers)
]
]);
$response = file_get_contents($fullUrl, false, $context);
if ($response === false) {
throw new Exception("Error making API request");
}
return json_decode($response, true);
}
// Usage
try {
$data = enrichCompany("example.com");
print_r($data);
} catch (Exception $e) {
echo "Error: " . $e->getMessage();
}
?>
require 'net/http'
require 'json'
require 'uri'
def enrich_company(domain)
url = URI("https://gateway.enrich-crm.com/api/ingress/v4/full")
url.query = URI.encode_www_form({ domain: domain })
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Get.new(url)
request["Authorization"] = "Bearer #{ENV['ENRICH_CRM_API_KEY']}"
request["Content-Type"] = "application/json"
response = http.request(request)
if response.code == "200"
JSON.parse(response.body)
else
raise "API Error: #{response.code} - #{response.body}"
end
end
# Usage
begin
data = enrich_company("example.com")
puts data
rescue => e
puts "Error: #{e.message}"
end
Scopri la struttura dei dati restituiti dai nostri endpoint
{
"success": true,
"data": {
"company": {
"name": "Example Corp",
"domain": "example.com",
"website": "https://example.com",
"industry": "Technology",
"employee_count": 250,
"revenue": "$10M-$50M",
"founded_year": 2015,
"headquarters": {
"city": "San Francisco",
"state": "CA",
"country": "United States"
}
},
"contacts": [
{
"first_name": "John",
"last_name": "Doe",
"email": "john.doe@example.com",
"title": "CEO",
"linkedin": "https://linkedin.com/in/johndoe"
}
],
"technologies": [
"Salesforce",
"HubSpot",
"Slack"
],
"intent_signals": [
{
"type": "funding_round",
"value": "$15M Series B",
"detected_at": "2024-01-15T10:30:00Z"
}
]
}
}
{
"success": true,
"data": {
"email": "john.doe@example.com",
"confidence_score": 98,
"deliverability": "high",
"alternatives": [
"j.doe@example.com",
"john@example.com"
],
"contact_info": {
"first_name": "John",
"last_name": "Doe",
"title": "CEO",
"company": "Example Corp"
},
"verification": {
"status": "verified",
"last_checked": "2024-01-15T10:30:00Z"
}
}
}
Prezzi trasparenti e limiti generosi per tutti i progetti.
Per testare l'API.
Per team in crescita.
Per grandi aziende.
Alcuni esempi di ciò che i clienti riportano dopo aver attivato l'arricchimento e i segnali.
"Il fornitore di dati più completo e aggiornato che abbiamo trovato — arricchito 150k record e trasformato la nostra comprensione del TAM."
"Nel nostro settore, i decisori cambiano azienda ogni 2 anni. Enrich-CRM ha generato €300.000 in nuovo pipeline da avvisi di cambiamento di lavoro."
"Entrare in grandi account è molto complesso. Enrich-CRM ci ha aiutato a identificare connessioni e ottenere introduzioni con gli stakeholder giusti."
"La mia migliore scoperta per l'arricchimento finora. Sostituisce HubSpot Insight gratuitamente e fa un lavoro migliore dei concorrenti in copertura e granularità."
"Nella nostra attività, la nomina di un nuovo top o middle manager è il segnale di una finestra di acquisto. Enrich CRM è responsabile del 17% dei nostri primi affari."
"Raccomando questa soluzione. Enrich CRM sta funzionando molto bene per noi — è semplice da integrare e abbastanza preciso."
Estratti adattati dalle recensioni degli utenti (2025).
Inizia gratis. Costruisci la tua app.
Gratuito • 100 richieste/mese • Nessuna carta di credito
Choose which cookies you allow. Your preference is stored for 6 months and can be changed at any time. Read our Cookie Policy for full details.
Essential cookies
Always active
Required for the site to function. Cannot be disabled. Includes session cookies, consent storage, and routing cookies (Cloudflare).
Analytics cookies
Help us improve the site
Used to measure traffic and understand how visitors use the site (Google Analytics, Hotjar, Segment, HubSpot). No advertising use.