Firecrawl Enrich - Data Enrichment avatar
Firecrawl Enrich - Data Enrichment

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Firecrawl Enrich - Data Enrichment

Firecrawl Enrich - Data Enrichment

Enrich business data with Firecrawl. Get company info, contact details, social profiles & website data. Batch process leads for sales & marketing.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

John Rippy

John Rippy

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

2 days ago

Last modified

Share

Fire-Enrich - Multi-Agent AI Lead Enrichment

Multi-agent AI lead enrichment using Firecrawl web scraping and Claude AI. Enriches company/lead data with 5 specialized AI agents: Discovery, Company Profile, Financial Intel, Tech Stack, and Custom Fields. Built by John Rippy (https://www.linkedin.com/in/johnrippy/ | https://johnrippy.link/).

Features

  • Automated data collection
  • Structured output format
  • Error handling
  • Pay-per-event billing

Quick Start

{
"input": "your input here"
}

Demo Mode

Set demoMode: true to test with sample data (no charges). When you're ready for real results, set demoMode: false or omit it.

{
"demoMode": true,
...
}

Input Parameters

ParameterTypeRequiredDefaultDescription
leadsarrayYes*-Array of companies to enrich
leads[].companyNamestringYes-Company name
leads[].websitestringYes-Company website
leads[].citystringNo-City (for disambiguation)
leads[].statestringNo-State (for disambiguation)
agentsarrayNoallWhich agents to run
customFieldsarrayNo-Custom fields to extract
customFields[].namestringYes-Field name (camelCase)
customFields[].descriptionstringYes-Description of what to extract
firecrawlApiKeystringYes*-Firecrawl API key
anthropicApiKeystringYes*-Anthropic API key (Claude)
openaiApiKeystringNo-OpenAI key (fallback)
maxConcurrencyintegerNo3Parallel processing limit
demoModebooleanNofalseTest with sample data

*Not required in demo mode


Output Format

{
"companyName": "Stripe",
"website": "https://stripe.com",
"businessType": "B2B SaaS",
"description": "Financial infrastructure platform for businesses",
"industry": "Financial Technology",
"subIndustry": "Payment Processing",
"employeeCount": "5000+",
"yearFounded": "2010",
"headquarters": "San Francisco, CA",
"funding": "$8.7B",
"lastFundingRound": "Series I - March 2021",
"investors": ["Sequoia Capital", "Andreessen Horowitz", "Tiger Global"],
"revenueEstimate": "$14B+ (2023)",
"technologies": ["Ruby", "Go", "React", "AWS"],
"cms": null,
"analytics": ["Segment", "Amplitude"],
"advertising": ["Google Ads"],
"customFields": {
"hasEcommerce": false,
"targetMarket": "Developers and businesses"
},
"sources": [
{ "url": "https://stripe.com/about", "field": "description" },
{ "url": "https://stripe.com/newsroom", "field": "funding" }
],
"enrichedAt": "2024-12-23T10:30:00Z",
"agentsUsed": ["discovery", "company_profile", "financial_intel", "tech_stack"],
"cost": 0.04
}

Pricing

This actor uses pay-per-event billing:

BYOK (Bring Your Own Keys)

You pay directly to each provider:

ProviderCostPurpose
Firecrawl~$0.001/pageWeb scraping
Anthropic~$0.01-0.03/leadAI extraction (Claude Haiku)
Apify~$0.10-0.25/runCompute

Cost Per Lead

Agents UsedEstimated Cost
Discovery only~$0.01
Discovery + Profile~$0.02
All 4 agents~$0.03-0.05
All 4 + Custom Fields~$0.04-0.06

Cost Comparison

Leads/MonthFire-EnrichZoomInfoApollo
100~$5$99+$49+
500~$25$199+$99+
1000~$50$499+$199+

No monthly subscription. Pay per use.


Use Cases

1. Sales Lead Enrichment

{
"leads": [
{ "companyName": "Stripe", "website": "https://stripe.com" }
],
"agents": ["discovery", "company_profile", "financial_intel", "tech_stack"],
"firecrawlApiKey": "fc-xxx",
"anthropicApiKey": "sk-ant-xxx"
}

Returns: Complete company profile with industry, employee count, funding history, tech stack.

2. Competitive Intelligence

{
"leads": [
{ "companyName": "Competitor A", "website": "https://competitor.com" },
{ "companyName": "Competitor B", "website": "https://rival.com" }
],
"agents": ["discovery", "company_profile", "financial_intel", "tech_stack"],
"customFields": [
{ "name": "pricingModel", "description": "What pricing model do they use?" },
{ "name": "targetMarket", "description": "Who is their primary target market?" }
]
}

3. Investment Research

{
"leads": [
{ "companyName": "Startup Inc", "website": "https://startup.com" }
],
"agents": ["discovery", "company_profile", "financial_intel"],
"customFields": [
{ "name": "productMarketFit", "description": "Evidence of product-market fit" },
{ "name": "competitiveAdvantage", "description": "What is their moat?" }
]
}

4. Marketing Qualification

{
"leads": [
{ "companyName": "Prospect Corp", "website": "https://prospect.com" }
],
"agents": ["discovery", "company_profile", "tech_stack"],
"customFields": [
{ "name": "hasMarketing", "description": "Do they have a marketing team?" },
{ "name": "adSpend", "description": "Evidence of advertising spend" }
]
}


Built by John Rippy | Actor Arsenal