What you will build
An automated SDR pipeline that:- Finds companies matching your ideal customer profile.
- Identifies decision-makers at those companies.
- Enriches their profiles for personalized outreach.
Prerequisites
- A valid Crustdata API key.
- Your ICP criteria defined (industry, company size, geography, etc.).
Step 1: Find target companies
Use Company Search to build a list of companies that match your ICP. This example finds SaaS companies in the United States with more than 50 employees.basic_info.name values to use in the next step.
Step 2: Find decision-makers at target companies
Use Person Search to find people with relevant titles at the companies from Step 1. This example searches for VP-level and above across two target companies.(.) operator performs a regex match, so VP|Director|Head of|Chief matches any of those title keywords.
Step 3: Enrich prospect profiles
Use Person Enrich to get full profiles for your top prospects. Pass the LinkedIn URLs from Step 2.Putting it together
In your AI SDR system, automate these three steps:- Company Search runs on a schedule to refresh your target account list.
- Person Search finds new decision-makers as companies are added.
- Person Enrich fills in profile details before outreach sequences trigger.
APIs used
| Step | API | Purpose |
|---|---|---|
| 1 | Search company | Find companies matching ICP |
| 2 | Search person | Find decision-makers by title and company |
| 3 | Enrich person | Get full profiles for personalization |

