Firecrawl integration for scraping URLs, searching the web, autonomous web data gathering, and secure browser sessions to turn websites into LLM-ready markdown. Required Configuration:Documentation Index
Fetch the complete documentation index at: https://docs.vibeflow.ai/llms.txt
Use this file to discover all available pages before exploring further.
- API key authentication
Setup
Create a Firecrawl Account
Sign up or log in at firecrawl.dev.
Generate an API Key
Go to your Firecrawl dashboard and generate a new API key.
Available Endpoints
POST /api/actions/firecrawl/scrape
POST /api/actions/firecrawl/scrape
Scrape a single URL and extract its content.
POST /api/actions/firecrawl/search
POST /api/actions/firecrawl/search
Search the web and optionally scrape the results.
POST /api/actions/firecrawl/crawl
POST /api/actions/firecrawl/crawl
Start a crawl job on a URL.
GET /api/actions/firecrawl/crawl/{id}
GET /api/actions/firecrawl/crawl/{id}
Get the status of a crawl job.
POST /api/actions/firecrawl/map
POST /api/actions/firecrawl/map
Map all URLs from a website.
POST /api/actions/firecrawl/batch/scrape
POST /api/actions/firecrawl/batch/scrape
Batch scrape multiple URLs in a single job.
GET /api/actions/firecrawl/batch/scrape/{id}
GET /api/actions/firecrawl/batch/scrape/{id}
Get the status of a batch scrape job.

