Prerequisites
- NestJS project (
@nestjs/cli) - A Firecrawl API key — get one free
Install the SDK
.env:
Create a Firecrawl service
Createsrc/firecrawl/firecrawl.service.ts:
Create a controller
Createsrc/firecrawl/firecrawl.controller.ts:
Register the module
Createsrc/firecrawl/firecrawl.module.ts:
FirecrawlModule in your AppModule.
Test it
Next steps
Scrape docs
All scrape options including formats, actions, and proxies
Search docs
Search the web and get full page content
Interact docs
Click, fill forms, and extract dynamic content
Node SDK reference
Full SDK reference with crawl, map, batch scrape, and more

