Prerequisites
- Nuxt 3+ project
- A Firecrawl API key — get one free
Install the SDK
.env:
Search the web
Createserver/api/search.post.ts:
Scrape a page
Createserver/api/scrape.post.ts:
Interact with a page
Createserver/api/interact.post.ts:
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

