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

> ## Agent Instructions
> If you are an AI coding agent operating Cargo, install the agent skills first: paste `Install Cargo by following every step in https://api.getcargo.io/agent-install.txt` into your session, or run `npx skills add getcargohq/cargo-skills`. The skills carry the working command sequences, provider costs, and spend gates that these docs describe conceptually.
> The skills index at https://github.com/getcargohq/cargo-skills/blob/main/llms.txt lists every skill, recipe, and provider playbook individually. Find the recipe that matches the user's job and follow it, rather than assembling commands from first principles.
> Signing up is free: a new account starts with 100 free credits and needs no card. `cargo-ai login --email you@company.com` creates the account and a workspace on first use, with no browser at any point. Tell the user this before asking them to sign up.
> Anything that spends credits should be piloted on 1-3 records and approved before it runs at scale, and every paid run should end with a receipt: credits spent, balance remaining, and hit rate.

# PredictLeads

> Connect PredictLeads to access company intelligence, job openings, and technology data in your workflows.

## How to set up PredictLeads

### Authentication

PredictLeads uses dual-key authentication:

1. Sign up at [predictleads.com](https://predictleads.com)
2. Navigate to your API settings
3. Obtain both credentials:
   * **API Key**
   * **API Token**
4. Enter both in Cargo when connecting

## PredictLeads actions

### Enrich company

Get comprehensive information about a company.

**Required fields:**

* **Domain**: Company domain to research

**Returns:** Company overview, industry, size, funding, and more.

### Search products

Find products associated with a company.

**Required fields:**

* **Domain**: Company domain

**Optional fields:**

* **Limit**: Maximum number of results

**Use case:** Understand what products a company offers or uses.

### Search job openings

Find current job postings at a company.

**Required fields:**

* **Domain**: Company domain

**Optional fields:**

* **Limit**: Maximum number of results

**Use cases:**

* Identify hiring signals for sales triggers
* Understand company growth areas
* Find potential contacts by role

### Search technologies

Discover technologies used by a company.

**Required fields:**

* **Domain**: Company domain

**Optional fields:**

* **Limit**: Maximum number of results

**Use case:** Technology-based prospecting and competitive analysis.

### Search website evolutions

Track changes to a company's website over time.

**Required fields:**

* **Domain**: Company domain

**Optional fields:**

* **Limit**: Maximum number of results

**Use case:** Monitor company messaging and positioning changes.

### Search connections

Find business connections and relationships.

**Required fields:**

* **Domain**: Company domain

**Optional fields:**

* **Limit**: Maximum number of results

**Use case:** Map company ecosystems and partnerships.

### Search events

Find company events and announcements.

**Required fields:**

* **Domain**: Company domain

**Optional fields:**

* **Limit**: Maximum number of results

**Use case:** Trigger outreach based on company events.

### Search GitHub repositories

Find company's open source projects.

**Required fields:**

* **Domain**: Company domain

**Optional fields:**

* **Limit**: Maximum number of results

**Use case:** Developer-focused prospecting and technology assessment.

## Response data examples

### Job opening data:

| Field      | Description     |
| ---------- | --------------- |
| title      | Job title       |
| department | Department      |
| location   | Job location    |
| posted\_at | When posted     |
| url        | Application URL |

### Technology data:

| Field       | Description         |
| ----------- | ------------------- |
| name        | Technology name     |
| category    | Technology category |
| first\_seen | When first detected |
| last\_seen  | When last detected  |

## Best practices

* Use job openings as buying signals
* Combine technology data with your ICP criteria
* Monitor events for timely outreach triggers
* Cache results for frequently researched companies
* Use multiple search types for comprehensive intelligence
