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

The Howlers

The Howlers

Maintained by Community

Actor stats

1

Bookmarked

5

Total users

0

Monthly active users

4 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/).

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: Your Firecrawl API key for web scraping

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true
}

Run with real data

{
"demoMode": false,
"customFields": [],
"agents": [
"discovery",
"company_profile",
"financial_intel",
"tech_stack"
],
"firecrawlApiKey": "YOUR_API_KEY_HERE",
"anthropicApiKey": "YOUR_API_KEY_HERE",
"openaiApiKey": "YOUR_API_KEY_HERE",
"maxConcurrency": 3,
"useAgentMode": true
}

Input Parameters

ParameterTypeDefaultRequiredDescription
leadsarray-NoArray of leads to enrich. Each lead should have at minimum a company name or website.
customFieldsarray[]NoCustom fields for the AI to extract. Each field has a name and description.
agentsarray["discovery","company_profile","financial_intel","tech_stack"]NoWhich enrichment agents to run (in order)
firecrawlApiKeystring-Yes*Your Firecrawl API key for web scraping
anthropicApiKeystring-Yes*Your Anthropic API key for Claude AI
openaiApiKeystring-Yes*Optional OpenAI API key as fallback if Claude fails
maxConcurrencyinteger3NoMaximum number of leads to enrich in parallel
demoModebooleantrueNoRun with sample data (no API keys required). Set to false and provide your API keys for real enrichment.
useAgentModebooleantrueNoEnable autonomous navigation using Firecrawl Agent API. When enabled, the agent will navigate to About, Pricing, Careers, and other pages to find accurate data instead of just scraping the homepage. Requires Firecrawl API key.
webhookUrlstring-NoOptional: URL to receive webhook notifications when enrichment completes. Results will be POSTed as JSON.

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Lead EnrichedEach lead enriched with AI agents$0.05

Demo mode is free -- no charges for sample data.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal