Firecrawl - Map a site action

The Map a site action returns the URLs discovered for a domain in Firecrawl. This action costs one credit per call, not per URL.

Input

Input fieldDescription
URLEnter the absolute URL to map, for example https://docs.firecrawl.dev.
SearchOptional. Enter a query to order URLs by relevance, for example blog.
SitemapOptional. Select how to use the sitemap. Options are Skip, Include, or Only. The default is Include.
Include subdomainsOptional. Select Yes or No to include subdomain URLs. The default is Yes.
Ignore query parametersOptional. Select Yes or No to drop URLs that contain query parameters. The default is Yes.
Ignore cacheOptional. Select Yes or No to bypass the sitemap cache. The cache lasts up to seven days. The default is No.
LimitOptional. Enter the maximum URLs to return. The maximum is 100,000. The default is 5000.
Timeout (ms)Optional. Enter the request timeout in milliseconds. The default is no timeout.

Output

Output fieldDescription
SuccessA true or false boolean response that indicates if the request was successful.
IDThe map job's unique identifier.
WarningA warning message about the map, if any.
LinksThe discovered URLs. Each link includes a URL, title, and description.

Last updated: