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

# Softr

> Add web search and page fetch to Softr workflows

## Overview

[Softr](https://www.softr.io) is a no-code app builder for business operations, optimized for internal tools, client portals, and the workflows that run them. You can connect a workflow to Linkup to search the web and fetch pages, then use the results as context for an AI prompt, a research automation, or a record in a Softr database.

Softr documents the connector at [Linkup on Softr](https://docs.softr.io/workflows/integrations/linkup).

## Installation

<Steps>
  <Step title="Get your Linkup API key">
    <Card title="Get your API key" icon="key" href="https://app.linkup.so" horizontal="True">
      Create a Linkup account for free to get your API key.
    </Card>
  </Step>

  <Step title="Add a Linkup action">
    Open your Softr app and go to **Workflows**. Create a workflow and add a Linkup action.
  </Step>

  <Step title="Connect Linkup">
    Click **Connect Linkup** and paste your API key.
  </Step>

  <Step title="Configure and activate">
    Set the query or URL, plus any filters, then save and turn the workflow on.
  </Step>
</Steps>

## Actions

### Search the web

Runs a natural-language search and returns a synthesized answer with sources. This action calls the [**Search**](/pages/documentation/endpoints/search/overview) endpoint.

You can set the depth to `"standard"` or `"deep"`, include or exclude domains, and filter by publication date.

### Fetch a page

Fetches one URL and returns the page as markdown. This action calls the [**Fetch**](/pages/documentation/endpoints/fetch/overview) endpoint.

You can extract images, include the raw HTML, and render JavaScript for pages that load in the browser.

Linkup bills these calls as described on the [pricing](/pages/documentation/platform/pricing) page.

## Use cases

| Use case              | What it does                                                                        |
| --------------------- | ----------------------------------------------------------------------------------- |
| Research briefs       | Search a topic and post a sourced summary to Slack.                                 |
| Real-time answers     | Feed search results into an AI prompt so answers stay current and cited.            |
| Lead enrichment       | Fetch a prospect's website and store the markdown on a CRM record.                  |
| Competitor monitoring | Run scheduled `"deep"` searches limited to competitor domains and log what changes. |
| Page to database      | Fetch an article and save the markdown as a new Softr record.                       |

You are all set to use Linkup in your Softr workflows. Visit the [Search overview](/pages/documentation/endpoints/search/overview) and the [Fetch overview](/pages/documentation/endpoints/fetch/overview) to learn more about Linkup parameters.

<Info>
  **Need help?** Email `support@linkup.so`, ping us on [Discord](https://discord.com/invite/9q9mCYJa86), or [talk to us](https://calendar.app.google/zNUZz7RxgMMk9pKW7).
</Info>
