# Integration - Firecrawl

<figure><img src="/files/cf55d0df2ef652e6e743f2eb1964ddca9788a438" alt=""><figcaption></figcaption></figure>

**Extract pages and search the web for information about your Leads**

This guide teaches how to connect **Firecrawl** to SprintHub and explains, simply, how to use the integration to (1) **extract pages** from the web and (2) **search for information** on the internet to enrich Leads.

***

### What is Firecrawl and why integrate?

* **Firecrawl** it is a service that reads websites and returns content in easy-to-use formats (e.g.: text/Markdown/JSON).
* It also offers **web search**, useful for **Lead enrichment** (company, positions, public links, etc.).
* On the free plan, it is possible to **extract \~500 pages/month** (as shown on the SprintHub screen).

***

### Prerequisites

* An account on **Firecrawl** (free already works).

{% embed url="<https://www.firecrawl.dev/signin>" %}

* Be logged into **SprintHub** with permission to **System Settings**.

***

### Step 1 — Generate the API key in Firecrawl

Go to the Firecrawl dashboard and, in the side menu, click **API Keys**.

<figure><img src="/files/6c05ec38727c899e8d703798b182588b4840a8ad" alt=""><figcaption></figcaption></figure>

Click **Create** (or use the “Default” key, if it already exists).

<figure><img src="/files/8d6e0a2ad23e2e3e249a23829e1c0d56f96b9ad5" alt=""><figcaption></figcaption></figure>

1. **Copy** the displayed key (starts with `fc-...`).
   * Tip: use a name like **“Sprinthub”** to identify it.

<figure><img src="/files/26f582db0dc259ff06c09ab421445d5230107c65" alt=""><figcaption></figcaption></figure>

***

### Step 2 — Connect in SprintHub

In SprintHub, go to **System Settings → Integrations and in**the card **Firecrawl**, click on **Manage**.

<figure><img src="/files/40fab98efa7f6a1d6d51cce06c716bc917570e55" alt=""><figcaption></figcaption></figure>

Paste the **API Key** in the indicated field and in **Plan Type**, select **Free Plan** (or your plan).

<figure><img src="/files/4b86eb82aa26c6d5548567b80fdc40d05deb765a" alt=""><figcaption></figcaption></figure>

Click **Save Settings**.

***

### How to use after integrating

#### A) Extract page (Scrape/Crawl)

<figure><img src="/files/cb8a0ed554f7163d19353223bddbdbd4ef116fc1" alt=""><figcaption></figcaption></figure>

Use when you want to **capture the content** of a page for analysis, summary or comparison by the AI Agent (e.g.: landing pages, product pages, customer FAQ).

* Provide the **URL** from the page.
* The system will fetch the structured text (cleaned of navigation/menus) for you to use in **AI agents**, **analysis** or **documentation**.

<figure><img src="/files/4a85e3f2cd63685b1571ef9c4cf6410a118fd546" alt=""><figcaption></figcaption></figure>

**When to use “Crawl”**: if you need to **scan multiple pages** from the same domain (e.g.: an entire blog). Ideal for benchmarking and competitor studies.

#### B) Search for information about the Lead (Search)

Use to **enrich** records: discover **official website**, public pages, news, networks and other references of the Lead/company.

* Search for **company name**, **domain** or **person**.
* You will have a **summary** with the main sources found and links to explore further.
* Apply in **qualification**, **pre-sales** and **service interaction**.

Done! With Firecrawl connected, SprintHub starts to **extract pages** with one click and the **search web context** for your Leads — accelerating **qualification**, **commercial intelligence** and **content production**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sprinthub.com/en/topics/integration/integration-firecrawl.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
