> ## Documentation Index
> Fetch the complete documentation index at: https://www.anything.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Firecrawl

> Web scraping and data extraction API

Firecrawl API provides powerful web scraping capabilities with automatic browser rendering and data extraction.

## Overview

<CardGroup cols={2}>
  <Card title="Create Account" icon="user">
    Sign up for a Firecrawl account
  </Card>

  <Card title="Get API Key" icon="key">
    Generate your Firecrawl API key
  </Card>

  <Card title="Copy into Anything" icon="plug">
    Add your API key to Anything's secrets
  </Card>
</CardGroup>

## Account Creation

<Steps>
  <Step title="Visit Firecrawl Website">
    Go to [firecrawl.com](https://firecrawl.com/) and click "Sign Up"

    <img src="https://mintcdn.com/create/aZx2kzPb48ihuqEz/images/firecrawl/homepage.png?fit=max&auto=format&n=aZx2kzPb48ihuqEz&q=85&s=1f5561f0622cef293560eb3c3af11f63" style={{ borderRadius: '0.5rem' }} width="2386" height="1292" data-path="images/firecrawl/homepage.png" />
  </Step>

  <Step title="Choose Signup Method">
    * Sign up with email/password
    * Or continue with Google authentication

    <img src="https://mintcdn.com/create/aZx2kzPb48ihuqEz/images/firecrawl/signup.png?fit=max&auto=format&n=aZx2kzPb48ihuqEz&q=85&s=28a879540180fed9e261e1165fd1f67b" style={{ borderRadius: '0.5rem' }} width="794" height="1136" data-path="images/firecrawl/signup.png" />
  </Step>
</Steps>

## Generate API Key

<Steps>
  <Step title="Access API Keys">
    1. Go to your Firecrawl dashboard
    2. Copy your API Key to use

    <img src="https://mintcdn.com/create/aZx2kzPb48ihuqEz/images/firecrawl/apigen.png?fit=max&auto=format&n=aZx2kzPb48ihuqEz&q=85&s=d3f522dc0f2af8469bb720be0581619a" style={{ borderRadius: '0.5rem' }} width="2824" height="950" data-path="images/firecrawl/apigen.png" />

    <Warning>
      Free tier has rate limits - monitor your usage
    </Warning>
  </Step>

  <Step title="Create New Key">
    1. Click "Generate New Key"
    2. Name your key (e.g., "Anything Integration")
    3. Copy your API key
  </Step>
</Steps>

## Add to Anything project

<Steps>
  <Step title="Add the integration">
    1. In your Anything project, type `/` in the chat
    2. Select "Firecrawl" from the menu
  </Step>

  <Step title="Add your API key">
    1. Paste your API key into the "FIRECRAWL\_API\_KEY" field

    <Tip>
      Need a new key? Generate one in your Firecrawl dashboard.
    </Tip>
  </Step>

  <Step title="Start scraping">
    You can now use prompts with the integration to scrape web data.

    Example prompts:

    * `Extract product details from this URL using /Firecrawl`
    * `Build a price comparison tool with /Firecrawl`
    * `Create a news aggregator using /Firecrawl`

    <Warning>
      The API limits how often your app can fetch data. If your app loads the same data often, ask the agent to save it locally so it doesn't re-fetch every time.
    </Warning>

    Example prompt for optimization:

    ```
    When using /Firecrawl, save the scraped data so my app doesn't have to fetch it again
    ```
  </Step>
</Steps>

<Tip>
  Your Firecrawl integration is ready! Use `/Firecrawl` in chat to scrape web data.
</Tip>
