> ## Documentation Index
> Fetch the complete documentation index at: https://firecrawl-docs-firecrawl-replit-connector.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Replit

> Official Replit Connector for Firecrawl web search, scraping, and browser interaction

<Note>
  **Official Replit Connector:** [Open Integrations in Replit](https://replit.com/~?settings.show=true\&settings.tab=integrations)

  Search, scrape, and interact with the web • Built for Replit Agent • Core, Pro, or Enterprise plan required
</Note>

## Replit Connector Overview

Firecrawl is available as an official Replit Connector. Once connected in your workspace, Replit Agent can use Firecrawl while building apps that need live web data.

<CardGroup cols={2}>
  <Card title="Built for Replit Agent" icon="robot">
    Enable Firecrawl in Integrations so Agent can search, scrape, and interact while building
  </Card>

  <Card title="Start without an API key" icon="bolt">
    Default: billed to your Replit account. Custom configuration: paste your Firecrawl key, or claim the 10,000 free credits offer
  </Card>
</CardGroup>

## Firecrawl Capabilities in Replit

Replit Agent is set up for **search**, **scrape**, and **interact**. A claimed Firecrawl key, or your own key under custom configuration, also unlocks the full Firecrawl API for apps you build (including monitor, crawl, and parse).

<AccordionGroup>
  <Accordion title="Search" icon="magnifying-glass">
    Find relevant live web sources and excerpts for research, competitor discovery, and enrichment.

    **Use Cases:** Competitor discovery, research assistants, lead enrichment.
  </Accordion>

  <Accordion title="Scrape" icon="file-code">
    Turn any URL into clean data ready for LLMs, including summaries, structured fields, and app content.

    **Use Cases:** Product data extraction, article scraping, company page enrichment.
  </Accordion>

  <Accordion title="Interact" icon="hand-pointer">
    Click, fill forms, and navigate multi step flows on dynamic websites.

    **Use Cases:** Form workflows, logged in pages, multi step data collection.
  </Accordion>

  <Accordion title="Monitor" icon="bell">
    Watch pages, sites, or the web for meaningful updates on a schedule. Available through the Firecrawl API in apps you build.

    **Use Cases:** Keyword monitoring, changelog alerts, competitive tracking.
  </Accordion>

  <Accordion title="Crawl" icon="spider">
    Discover and scrape reachable pages across a site. Available through the Firecrawl API in apps you build.

    **Use Cases:** Documentation ingestion, full site extraction, multi page research.
  </Accordion>

  <Accordion title="Parse" icon="file-lines">
    Convert PDFs and Word documents into Markdown or JSON. Available through the Firecrawl API in apps you build.

    **Use Cases:** Report parsing, document knowledge bases, file to structured data flows.
  </Accordion>
</AccordionGroup>

## Getting Started

<Steps>
  <Step title="Open Integrations">
    In a Replit workspace on a **Core**, **Pro**, or **Enterprise** plan, open **Integrations**.
  </Step>

  <Step title="Connect Firecrawl">
    Search for **Firecrawl** and connect it to the workspace.
  </Step>

  <Step title="Choose billing">
    Use Replit's default configuration (no Firecrawl account needed), or open **Manage → Custom configuration** and either paste your Firecrawl API key or claim the 10,000 free credits offer (provisions a new key).
  </Step>

  <Step title="Ask Agent to use Firecrawl">
    Describe the web data you need and let Replit Agent use Firecrawl while building your app.
  </Step>
</Steps>

<Tip>
  **Launch offer:** Under **Manage → Custom configuration**, claim **10,000 free Firecrawl credits** to provision a **new** key (once per user). These credits expire after 3 months; when they run out, continue on a Firecrawl plan. Pasting an existing key does not add the 10,000 credit offer to that key. Default Replit billing does not include this offer. See [Partner credits](/partner-credits) for full terms.
</Tip>

## Usage Patterns

<Tabs>
  <Tab title="Competitor analysis">
    **Search + scrape competitors**

    1. Ask Agent to find competitors with Firecrawl `/search`
    2. Scrape each competitor site for key context
    3. Present names, summaries, and details in a simple UI

    **Example prompt:**

    ```
    Build a competitor analysis app using Firecrawl. Search for competitors, scrape their sites, and show summaries.
    ```
  </Tab>

  <Tab title="Web monitoring">
    **Keyword monitoring app with `/monitor`**

    Uses the Firecrawl API in the app your Agent builds (custom configuration key recommended).

    1. Ask Agent to build an app that calls Firecrawl `/monitor`
    2. Let users add keywords and target sites
    3. Run checks on a schedule, plus manual scans, and surface meaningful changes

    **Example prompt:**

    ```
    Build a keyword monitoring app with Firecrawl that watches selected sites and alerts on meaningful changes.
    ```
  </Tab>
</Tabs>

## Industry Use Cases

<AccordionGroup>
  <Accordion title="Ecommerce" icon="cart-shopping">
    * Competitor pricing and assortment tracking
    * Product availability checks
    * Review and listing aggregation
  </Accordion>

  <Accordion title="Marketing & SEO" icon="bullhorn">
    * Competitor content monitoring
    * SEO audits from live pages
    * Research brief generation
  </Accordion>

  <Accordion title="Sales & Lead Gen" icon="briefcase">
    * Company enrichment from public web pages
    * Lead research assistants
    * Account brief generation for outbound
  </Accordion>

  <Accordion title="Support & Knowledge" icon="book">
    * Always fresh documentation assistants
    * Help center and changelog monitoring
    * Internal tools that answer from live sources
  </Accordion>
</AccordionGroup>

## Official Blog Post

<Card title="Firecrawl is now an official Replit Connector" icon="rocket" href="https://www.firecrawl.dev/blog/firecrawl-official-replit-connector">
  Launch overview: connect Firecrawl in your Replit workspace and build apps with live web data.
</Card>

## FAQs

<AccordionGroup>
  <Accordion title="Do I need a Firecrawl API key?">
    No. By default, the connector runs on Replit's API key and usage is billed to your Replit account per request. Under **Manage → Custom configuration**, you can paste your own Firecrawl API key or claim the 10,000 free credits offer, which provisions a new key for you (once per user). Claimed credits expire after 3 months; afterward, continue on a Firecrawl plan.
  </Accordion>

  <Accordion title="Which Replit plans include the Connector?">
    Replit integrations are available on **Core**, **Pro**, or **Enterprise**. Open Integrations in your workspace and search for Firecrawl.
  </Accordion>

  <Accordion title="How is this different from Replit using Firecrawl internally?">
    Replit Agent has used Firecrawl behind the scenes for fresh docs and web content. The official Connector makes Firecrawl available to your apps from the Integrations catalog.
  </Accordion>
</AccordionGroup>

## Related Resources

<CardGroup cols={2}>
  <Card title="Replit Integrations overview" icon="book" href="https://docs.replit.com/features/integrations/overview">
    How Connectors work in Replit Agent
  </Card>

  <Card title="Customer story" icon="newspaper" href="https://www.firecrawl.dev/blog/how-replit-uses-firecrawl-to-power-ai-agents">
    How Replit powers Agent with Firecrawl
  </Card>
</CardGroup>
