Firecrawl Competitive Intel avatar

Firecrawl Competitive Intel

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Firecrawl Competitive Intel

Firecrawl Competitive Intel

irecrawl Competitive Intelligence Discover Competitor Pricing, Features & Key Pages using Firecrawl's Map + Scrape endpoints. Auto-discovers relevant pages and extracts structured data for competitive analysis.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Firecrawl Competitive Intelligence

Discover and extract competitor pricing, features, and key pages using Firecrawl Map + Scrape. Auto-discovers relevant pages and extracts structured data.

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. Get one at firecrawl.dev


Quick Start

Run with real data

{
"competitorUrls": [
"https://example.com"
],
"pageTypes": [
"pricing",
"features",
"about",
"contact",
"plans"
],
"maxPagesPerCompetitor": 10,
"extractPricing": true,
"extractFeatures": true,
"includeScreenshots": false,
"firecrawlApiKey": "YOUR_API_KEY_HERE"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
competitorUrlsarray-NoList of competitor website URLs to analyze
pageTypesarray["pricing","features","about","contact","plans"]NoTypes of pages to discover and extract (e.g., pricing, features, about, contact)
customSearchTermsarray-NoAdditional search terms to find specific pages
maxPagesPerCompetitorinteger10NoMaximum number of pages to scrape per competitor
extractPricingbooleantrueNoAttempt to extract pricing information from discovered pages
extractFeaturesbooleantrueNoAttempt to extract feature lists from discovered pages
includeScreenshotsbooleanfalseNoCapture screenshots of each page
firecrawlApiKeystring-Yes*Your Firecrawl API key. Get one at firecrawl.dev
webhookUrlstring-NoURL to receive results via webhook when complete

Troubleshooting

"API key is required"

  • 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?

Run the actor without a Firecrawl API key, or set demoMode to true, and it completes with labeled sample output that shows the exact format of live results. Every sample item carries demo: true and a _notice field, and sample runs charge no task events. Provide your own Firecrawl API key in the input to receive live data.


Built by John Rippy | Actor Arsenal