Skip to main content

Remix

Use Firecrawl with Remix to scrape, search, and interact with web data in your full-stack React app.
1 min read

Prerequisites#

Install the SDK#

Add your API key to .env:

Search the web#

Use Firecrawl in an action to handle form submissions. Create app/routes/search.tsx:

Scrape a page#

Use Firecrawl in a loader 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. Create app/routes/interact.tsx:

Next steps#