With Firecrawl, retrieve a map of the URLs given a starting URL
urls
- Array of URLs to scrape (e.g., [“https://example.com”, “https://another-example.com”])formats
- Output formats for the scraped content (default: [“markdown”])
actions
- Browser actions to perform before scraping
waitFor
- Time to wait in milliseconds before scraping (default: 1000)
includeTags
- HTML tags to include in the output
excludeTags
- HTML tags to exclude from the output
onlyMainContent
- Boolean to extract only the main content
removeBase64Images
- Boolean to remove base64-encoded images
file_links_expire_in_days
- Number of days until file links expire
markdown
: Clean markdown contenthtml
: Processed HTMLrawHtml
: Original HTMLlinks
: Array of linksscreenshot
: Base64 imagejson
: Structured datadiv
, p
, h1
, h2
script
, style
, noscript