Prerequisites
- Remix project
- A Firecrawl API key — get one free
Install the SDK
.env:
Search the web
Use Firecrawl in anaction to handle form submissions. Create app/routes/search.tsx:
Scrape a page
Use Firecrawl in aloader to fetch data at request time. Create app/routes/scrape.tsx:
Interact with a page
Use interact to control a live browser session — click buttons, fill forms, and extract dynamic content. Createapp/routes/interact.tsx:
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

