Skip to main content

Hono

Use Firecrawl with Hono to build lightweight web scraping and search APIs that run anywhere.
1 min read

Prerequisites#

  • Node.js 18+, Bun, or Deno
  • A Firecrawl API key — get one free

Setup#

Add your API key to .env:

Search the web#

Scrape a page#

Interact with a page#

Use interact to control a live browser session — click buttons, fill forms, and extract dynamic content.

Deploy anywhere#

Hono runs on multiple runtimes. For Cloudflare Workers, pass the API key from the environment binding:

Next steps#