A stealth-grade autonomous lead intelligence engine that discovers, enriches, analyzes, and qualifies B2B prospects using multi-source scraping and AI scoring. This pilot release showcases the system’s core capabilities and foundational architecture.
Run without external API calls to validate the config and produce a test output.
🛡️ Recommended for first run; disable for real crawling.
Default value of this property is true
Maximum Final Results
maxFinalLeadsintegerOptional
Maximum number of qualified leads to return after scoring and filtering. Start with a smaller number (50-100) to test your configuration before scaling up.
Default value of this property is 100
Processing Mode
modeEnumRequired
Discovery & Enrichment: Find new companies and enrich them (most common). Enrichment Only: Add data to companies you already have. AI Scoring Only: Just score existing leads.
Default value of this property is "discovery_and_enrichment"
Ideal Customer Profile (ICP)
icpDescriptionstringOptional
Describe your perfect customer in detail. Include: company size, industry, tech stack, funding stage, geography, and any specific characteristics. The more specific, the better the AI scoring.
Default value of this property is "B2B SaaS companies with 50-200 employees, Series A or B funded, using modern cloud infrastructure (AWS/GCP/Azure), targeting enterprise clients in North America or Europe"
Target Industries
industriesarrayRequired
Industries to focus on. Use common terms like 'software', 'fintech', 'healthcare', 'ecommerce', 'education'. Be specific for better results.
Default value of this property is ["software","saas"]
Target Countries
countriesarrayRequired
Countries to target using 2-letter ISO codes. Common codes: US (USA), GB (UK), DE (Germany), FR (France), CA (Canada), AU (Australia)
Default value of this property is ["US"]
Search Keywords
keywordsarrayRequired
Keywords to find companies via search engines. Use specific industry terms, product types, or business models. More specific keywords = better quality leads.
Default value of this property is ["b2b saas company"]
Maximum Companies to Process
maxCompaniesintegerRequired
Total companies to discover and analyze. Start with 50-100 to test, then scale up. Each company costs API credits for enrichment.
Default value of this property is 50
Minimum Employees
minEmployeesintegerOptional
Minimum company size by employee count. Use 0 to include all sizes
Default value of this property is 10
Maximum Employees
maxEmployeesintegerOptional
Maximum company size by employee count. Use 999999 for no upper limit
Default value of this property is 500
Minimum Company Age (years)
minCompanyAgeYearsintegerOptional
Exclude startups younger than this. Leave empty to include all ages
Exclude Industries
excludeIndustriesarrayOptional
Industries to avoid completely. Examples: 'gambling', 'tobacco', 'adult'
Required Technologies
requiredTecharrayOptional
Companies must use ALL of these technologies. Examples: 'Salesforce', 'AWS', 'Shopify'
Preferred Technologies
optionalTecharrayOptional
Bonus scoring points for companies using these. Examples: 'React', 'Python', 'Docker'
Track Active Job Postings
signalJobPostingsbooleanOptional
Prioritize companies actively hiring - strong indicator of growth and available budget
Default value of this property is true
Track Recent Funding Rounds
signalFundingbooleanOptional
Prioritize companies with recent funding - indicates buying power and growth plans
Default value of this property is true
Track Website Traffic Growth
signalTrafficbooleanOptional
Prioritize companies with increasing web traffic - indicates market traction
Default value of this property is true
Track Other Growth Indicators
signalGrowthbooleanOptional
Look for expansion news, new products, office openings, partnerships
Default value of this property is false
Maximum Contacts per Company
maxContactsPerCompanyintegerOptional
How many decision makers to find per qualified company
Default value of this property is 5
Target Job Titles
contactRolesIncludearrayOptional
Job titles to target. Examples: 'CEO', 'VP Sales', 'Director of Marketing', 'Head of Product'
Default value of this property is ["CEO","CTO","VP","Director","Manager"]
Exclude Job Titles
contactRolesExcludearrayOptional
Job titles to avoid. Examples: 'Intern', 'Assistant', 'Junior', 'Trainee'
Email Verification Level
emailValidationLevelEnumOptional
How thoroughly to verify email addresses before including them
How much ICP matching affects final score (0-10). Higher = more important
Default value of this property is 4
Growth Signals Weight
weightSignalsintegerOptional
How much growth signals affect final score (0-10). Higher = more important
Default value of this property is 3
Tech Stack Weight
weightTechStackintegerOptional
How much technology match affects final score (0-10). Higher = more important
Default value of this property is 3
Crawler Strategy
crawlModeEnumOptional
Balanced (recommended): Uses fast HTTP requests, falls back to browser when blocked. Cheerio: Fastest, lowest cost, may miss some sites. Playwright: Most reliable, higher cost.