Prerequisites#
- Nuxt 3+ project
- A Firecrawl API key — get one free
Install the SDK#
Add your API key to .env:
Search the web#
Create server/api/search.post.ts:
Call it from a Vue component:
Scrape a page#
Create server/api/scrape.post.ts:
Call it from a Vue component:
Interact with a page#
Create server/api/interact.post.ts:

