Firecrawl Site Mapper avatar

Firecrawl Site Mapper

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Firecrawl Site Mapper

Firecrawl Site Mapper

Fast URL Discovery for Site Audits & Competitor Analysis Discover all URLs on a website using Firecrawl's Map endpoint. Perfect for competitor analysis, site audits, and content gap discovery.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

1

Bookmarked

6

Total users

1

Monthly active users

11 days ago

Last modified

Share

Discover all URLs on a website using Firecrawl's Map endpoint. Perfect for competitor analysis, site audits, and content gap discovery.

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

{
"url": "https://example.com",
"limit": 100,
"includeSitemap": true,
"firecrawlApiKey": "YOUR_API_KEY_HERE"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
urlstring-Yes*The website URL to map (e.g., https://example.com)
searchstring-NoOptional search query to filter URLs (e.g., 'pricing' to find pricing pages)
limitinteger100NoMaximum number of URLs to discover
includeSitemapbooleantrueNoInclude URLs from the website's sitemap
countrystring-NoCountry code for geo-targeted results (e.g., 'US', 'GB')
languagesarray-NoLanguage codes to filter content (e.g., ['en', 'es'])
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