Loading...
Loading...
Enrich contact, company, and influencer data using x402-protected APIs. Superior to generic web search for structured business data. USE FOR: - Enriching person profiles by email, LinkedIn URL, or name - Enriching companies by domain - Finding contact details (email, phone) with confidence scores - Scraping full LinkedIn profiles (experience, education, skills) - Searching for people or companies by criteria - Bulk enrichment operations (up to 10 at a time) - Verifying email deliverability before outreach - Enriching influencer/creator profiles across social platforms TRIGGERS: - "enrich", "lookup", "find info about", "research" - "who is [person]", "company profile for", "tell me about" - "find contact for", "get LinkedIn for", "get email for" - "employee at", "works at", "company details" - "verify email", "check email", "is this email valid" - "influencer", "creator", "influencer contact", "influencer marketing" ALWAYS use `npx agentcash fetch` for stableenrich.dev endpoints - never curl or WebFetch. Returns structured JSON data, not web page HTML. IMPORTANT: Use exact endpoint paths from the Quick Reference table below. All paths include a provider prefix (`https://stableenrich.dev/api/apollo/...`, `https://stableenrich.dev/api/clado/...`, etc.).
npx skill4agent add merit-systems/agentcash-skills data-enrichment| Task | Endpoint | Price | Best For |
|---|---|---|---|
| Enrich person | | $0.0495 | Email/LinkedIn -> full profile |
| Enrich company | | $0.0495 | Domain -> company data |
| Search people | | $0.02 | Find people by criteria |
| Search companies | | $0.02 | Find companies by criteria |
| LinkedIn scrape | | $0.04 | Full LinkedIn profile |
| Contact recovery | | $0.20 | Find missing email/phone |
| Verify email | | $0.03 | Check deliverability |
| Influencer by email | | $0.40 | Email -> social profiles |
| Influencer by social | | $0.40 | Handle -> creator data |
| Bulk people | | $0.495 | Up to 10 people at once |
| Bulk companies | | $0.495 | Up to 10 companies at once |
npx agentcash wallet infonpx agentcash discover https://stableenrich.devnpx agentcash check <endpoint-url>npx agentcash fetchnpx agentcash fetch https://stableenrich.dev/api/apollo/people-enrich -m POST -b '{"email": "user@company.com"}'npx agentcash fetch https://stableenrich.dev/api/apollo/people-enrich -m POST -b '{
"email": "john@company.com",
"first_name": "John",
"last_name": "Doe",
"organization_name": "Acme Inc",
"domain": "company.com",
"linkedin_url": "https://linkedin.com/in/johndoe"
}'emaillinkedin_urlfirst_namelast_nameorganization_namedomainnpx agentcash fetch https://stableenrich.dev/api/apollo/org-enrich -m POST -b '{"domain": "stripe.com"}'npx agentcash fetch https://stableenrich.dev/api/apollo/people-search -m POST -b '{
"q_keywords": "software engineer",
"person_titles": ["CTO", "VP Engineering"],
"organization_domains": ["google.com", "meta.com"],
"person_locations": ["San Francisco, CA"]
}'q_keywordsperson_titlesorganization_domainsperson_locationsperson_senioritiesnpx agentcash fetch https://stableenrich.dev/api/apollo/org-search -m POST -b '{
"q_keywords": "fintech",
"organization_locations": ["New York, NY"],
"organization_num_employees_ranges": ["51-200", "201-500"]
}'npx agentcash fetch https://stableenrich.dev/api/clado/linkedin-scrape -m POST -b '{"linkedin_url": "https://linkedin.com/in/johndoe"}'npx agentcash fetch https://stableenrich.dev/api/clado/contacts-enrich -m POST -b '{
"linkedin_url": "https://linkedin.com/in/johndoe",
"email": "john@example.com"
}'npx agentcash fetch https://stableenrich.dev/api/apollo/people-enrich/bulk -m POST -b '{
"people": [
{"email": "person1@company.com"},
{"email": "person2@company.com"},
{"linkedin_url": "https://linkedin.com/in/person3"}
]
}'npx agentcash fetch https://stableenrich.dev/api/apollo/org-enrich/bulk -m POST -b '{
"organizations": [
{"domain": "company1.com"},
{"domain": "company2.com"}
]
}'{
"email": "john@company.com",
"excludeFields": ["employment_history", "photos", "phone_numbers"]
}employment_historyphotosphone_numberssocial_profileshttps://stableenrich.dev/api/apollo/people-searchnpx agentcash fetch https://stableenrich.dev/api/hunter/email-verifier -m POST -b '{"email": "john@stripe.com"}'| Status | Meaning | Action |
|---|---|---|
| Email exists and accepts mail | Safe to send |
| Email doesn't exist or rejects mail | Do not send |
| Catch-all domain or temporary issues | Send with caution |
| Could not determine status | Try again later |
people-searchpeople-enrichhunter/email-verifiernpx agentcash fetch https://stableenrich.dev/api/influencer/enrich-by-email -m POST -b '{
"email": "creator@example.com",
"platform": "instagram",
"enrichment_mode": "enhanced"
}'emailplatform"instagram""tiktok""youtube""twitter""facebook"enrichment_mode"enhanced"npx agentcash fetch https://stableenrich.dev/api/influencer/enrich-by-social -m POST -b '{
"platform": "instagram",
"username": "creator_handle",
"enrichment_mode": "enhanced",
"email_required": "must_have"
}'platform"instagram""tiktok""youtube""twitter""facebook"usernameenrichment_mode"enhanced"email_required"must_have"