Identity Resolution Pixel
Identify anonymous users interacting with your AI or website to provide immediate, personalized context.
Give your AI the context it needs. Feed agents with verified, structured identity data to automate research and personalization.
AI models differ from traditional software—they need context to be effective. Without structured data about the user or prospect, agents hallucinate or give generic advice.
Without a ground truth database, LLMs invent facts, leading to loss of trust.
Agents can't personalize messages if they don't know the recipient's role, industry, or stack.
AI tools fail to deliver ROI without data.
The data infrastructure for the next generation of AI applications.
Identify anonymous users interacting with your AI or website to provide immediate, personalized context.
Feed your LLM context window with 50+ attributes about the person or company in real-time.
License our identity graph to fine-tune your own models or build a proprietary knowledge base.
Empower your agents to act with confidence.
User asks agent to "Find prospects like Acme Corp".
Agent queries LeadFuze API to get lookalike data and attributes.
Agent generates highly relevant response with grounded data.
Easy integration for your career portal.
<script>
// Install this on /careers or /jobs/* pages
(function(l,e,a,d,f,u,z,e){
l.LeadFuzeObject=a;l[a]=l[a]||function(){
(l[a].q=l[a].q||[]).push(arguments)};
l[a].l=1*new Date();u=e.createElement(d);
z=e.getElementsByTagName(d)[0];u.async=1;u.src=f;
z.parentNode.insertBefore(u,z)
})(window,document,'lf','script','https://pixel.leadfuze.com/lf.js')
lf('init', 'YOUR_PIXEL_ID');
lf('track', 'JobView', {
'job_id': 'ENG-101',
'job_title': 'Senior Software Engineer'
});
</script> {
"success": true,
"cached": false,
"data": {
"lf_id": "lf-12a34567bc8d90efe12f34ab567890cd",
"first_name": "Jane",
"last_name": "Doe",
"full_name": "Jane Doe",
"business_email": "jane.doe@acmecorp.com",
"personal_emails": [
"jane.doe.personal@gmail.com"
],
"programmatic_business_emails": [
"jane.doe@acmecorp.com",
"j.doe@acmecorp.com"
],
"mobile_phone": "+15550123456",
"linkedin_url": "linkedin.com/in/jane-doe-example",
"personal_city": "San Francisco",
"personal_state": "CA",
"full_address": "San Francisco, CA",
"gender": "F",
"job_title": "Senior Software Engineer",
"seniority_level": "Senior",
"department": "Engineering",
"company": {
"name": "Acme Corp",
"domain": "acmecorp.com",
"phone": [
"+15550199999"
],
"address": "123 Innovation Dr",
"city": "San Francisco",
"state": "CA",
"country": "US",
"linkedin_url": "linkedin.com/company/acme-corp-demo",
"employee_count": "250 - 500",
"primary_industry": "Technology"
}
},
"meta": {
"input": "jane.doe@acmecorp.com",
"search_type": "email",
"source": "lf_database",
"result_count": 1,
"limit": 100
}
}