> ## 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.

# Store Leads

> Enrich e-commerce store data with Store Leads

Store Leads is a B2B data platform focused on e-commerce stores, providing detailed information about online retailers including technologies used, platform data, and company details.

## Authentication

Connect to Store Leads using your API key.

### Connection details

| Field       | Description              |
| ----------- | ------------------------ |
| **API Key** | Your Store Leads API key |

***

## Store Leads actions

### Enrich domain

Retrieve detailed information about an e-commerce store.

**Configuration**

| Field      | Description                   |
| ---------- | ----------------------------- |
| **Domain** | Domain of the store to enrich |

**Returns**

| Data Type           | Description                              |
| ------------------- | ---------------------------------------- |
| Company details     | Name, location, contact information      |
| E-commerce platform | Shopify, WooCommerce, Magento, etc.      |
| Technologies        | Payment processors, analytics, marketing |
| Store metrics       | Estimated traffic, product count         |

***

## Data models

### Listen list

Receive data from Store Leads lists directly into Cargo.

**Configuration**

No additional configuration required. Store Leads will push list data to Cargo automatically.

***

## Use cases

<AccordionGroup>
  <Accordion title="E-commerce prospecting" icon="store">
    Build targeted lists of online stores using specific platforms or technologies.
  </Accordion>

  <Accordion title="Technology targeting" icon="microchip">
    Find stores using specific payment processors, analytics tools, or marketing platforms.
  </Accordion>

  <Accordion title="Competitive analysis" icon="chart-bar">
    Research competitor stores and their technology stacks.
  </Accordion>
</AccordionGroup>

***

## Best practices

1. **Filter by platform** - Focus on stores using platforms relevant to your product
2. **Technology signals** - Target stores based on complementary or competing technologies
3. **Combine with enrichment** - Layer Store Leads data with contact enrichment for outreach
