Turn incomplete records into full business profiles. The
entity_lookup task type
looks up companies, people, locations, products, and more — returning verified, structured data you can use immediately.
Append company size, industry, revenue, funding, and tech stack to your CRM leads.
Find verified contact details, LinkedIn profiles, and professional backgrounds for decision-makers.
Validate and standardize postal addresses with geo-coordinates worldwide.
Get founding date, headcount, products, recent news, and competitor landscape.
Identify and merge duplicate entity records across your database.
Lookup businesses registered in 190+ countries with local registry data.
curl -X POST https://api.crowdsorcerer.dev/v1/tasks \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"type": "entity_lookup",
"input": {
"name": "Stripe Inc",
"type": "company",
"fields": ["founded", "employees", "revenue", "hq_address",
"ceo", "products", "funding_total", "tech_stack"]
}
}'
# Response output:
{
"name": "Stripe, Inc.",
"founded": 2010,
"employees": "~8,000",
"revenue": "$14.4B (2023)",
"hq_address": "354 Oyster Point Blvd, South San Francisco, CA",
"ceo": "Patrick Collison",
"products": ["Stripe Payments", "Stripe Atlas", "Radar", "Billing"],
"funding_total": "$8.7B",
"tech_stack": ["AWS", "Ruby", "Go", "React"]
} 500 free credits on signup. No credit card required.