Skip to main content

Elixir

Get started with Firecrawl in Elixir. Search, scrape, and interact with web data using the official SDK.
1 min read

Prerequisites#

  • Elixir 1.14+ and OTP 25+
  • A Firecrawl API key — get one free

Install the SDK#

Add firecrawl to your mix.exs:

Configure your API key in config/config.exs:

Search the web#

Scrape a page#

Example response

Interact with a page#

Scrape a page, then keep working with it using the browser session API.

Environment variable#

Set FIRECRAWL_API_KEY instead of hardcoding:

Next steps#