Name, industry, tech stack, email provider, social links — everything you need to enrich your leads. No HubSpot required. Starts free.
No annual contracts. No credit card to start. Cancel anytime.
All from public sources. No ToS violations. No personal data.
REST API. Works with any language. JSON responses.
# POST to /v1/enrich with your API key and a domain curl -X POST https://enrichdata.duckdns.org/api/v1/enrich \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"domain": "stripe.com"}'
import requests response = requests.post( "https://enrichdata.duckdns.org/api/v1/enrich", headers={"Authorization": "Bearer YOUR_API_KEY"}, json={"domain": "stripe.com"} ) data = response.json() print(data["tech_stack"]) # ["React", "AWS", "Cloudflare"]
const res = await fetch("https://enrichdata.duckdns.org/api/v1/enrich", { method: "POST", headers: { "Authorization": "Bearer YOUR_API_KEY", "Content-Type": "application/json", }, body: JSON.stringify({ domain: "stripe.com" }), }); const data = await res.json(); console.log(data.tech_stack); // ["React", "AWS", "Cloudflare"]
500 calls/month, no credit card required. We'll email your key in minutes.
No spam. No subscriptions. Just your API key.