"Most complete and up-to-date data provider we've found — enriched 150k records and transformed our TAM understanding."
Parti da dominio, email, URL LinkedIn o SIREN/SIRET. Facciamo lookup a cascata su più fonti. Ottieni dati societari, dati finanziari, tech stack, traffico + keyword, email verificate e segnali di cambio ruolo in JSON pulito. Veloce.
Dalla richiesta a campi CRM-ready. Segnali in tempo reale. In pochi secondi.
Usiamo ogni input. Facciamo lookup a cascata. Incrociamo i match.
Integra in pochi minuti.
Crea un account. Copia la tua API key dal dashboard.
API_KEY = "ec_xxxxxxxxxxxxxxxx"
Chiama l’endpoint di arricchimento con un dominio o un nome azienda.
GET /api/ingress/v4/full
Usa la risposta per arricchire la tua app o il tuo CRM.
Risposta JSON → aggiornamento CRM
Scopri gli endpoint per arricchire i dati e rilevare opportunità.
Endpoint principale. Restituisce firmografica, contatti, tecnologie e segnali di intent.
domain - Dominio aziendalecompany_name - Nome aziendaapi_key - La tua API keycurl -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 gli indirizzi email dei contatti aziendali con il 98% di accuratezza. Perfetto per campagne di prospecting.
domain - Dominio aziendalefirst_name - Nome del contattolast_name - Cognome del contattoapi_key - La tua API keycurl -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 tech stack
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 arricchimento e segnali.
"Most complete and up-to-date data provider we've found — enriched 150k records and transformed our TAM understanding."
« Nel nostro settore, i decision maker cambiano azienda di solito ogni 2 anni. Enrich-CRM ha generato €300,000 nuova pipeline grazie agli alert di cambio ruolo. »
« Entrare nei grandi account è molto complesso. Enrich-CRM ci ha aiutati a identificare connessioni e ottenere introduzioni con gli stakeholder giusti. »
« La mia migliore scoperta per l’arricchimento finora. Sostituisce HubSpot Insight gratis e fa meglio dei competitor su copertura e granularità. »
"In our activity, the nomination of a new top or middle manager is the signal of a buying window. Enrich CRM is responsible for 17% of our first deals."
« Consiglio questa soluzione. Enrich CRM funziona molto bene per noi — semplice da integrare e piuttosto accurato. »
Estratti adattati da recensioni utenti (2025).
Inizia gratis. Costruisci la tua app.
Gratis • 100 richieste/mese • Nessuna carta