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

# Appfigures

> Search app store products and get revenue estimates with Appfigures

Appfigures is an app analytics platform that provides app store data, revenue estimates, and download metrics. The Cargo integration enables you to search for apps and retrieve performance data.

## Authentication

Connect to Appfigures using your access token.

### Connection details

| Field            | Description                  |
| ---------------- | ---------------------------- |
| **Access token** | Your Appfigures access token |

***

## Appfigures actions

### Search products

Search for products in app stores.

**Configuration**

| Field           | Description                               |
| --------------- | ----------------------------------------- |
| **Term**        | Product or developer name to search       |
| **Storefronts** | Filter by app stores (iOS, Android, etc.) |
| **Limit**       | Maximum number of results                 |

<Tip>
  Prefix your search with `@name=` or `@developer=` to search specific fields only.
</Tip>

### Get product estimates report

Retrieve revenue and download estimates for a specific product.

**Configuration**

| Field          | Description                            |
| -------------- | -------------------------------------- |
| **Product ID** | The Appfigures product ID              |
| **Start date** | Start date for the report (YYYY-MM-DD) |
| **End date**   | End date for the report (YYYY-MM-DD)   |

***

## Use cases

<AccordionGroup>
  <Accordion title="Competitive intelligence" icon="chart-bar">
    Track competitor app performance and revenue estimates.
  </Accordion>

  <Accordion title="Market research" icon="magnifying-glass">
    Discover apps in specific categories or by developer.
  </Accordion>

  <Accordion title="Investment research" icon="chart-line">
    Analyze app revenue trends for investment decisions.
  </Accordion>
</AccordionGroup>

***

## Best practices

1. **Use specific search terms** - More specific queries yield better results
2. **Filter by storefront** - Focus on relevant app stores for your analysis
3. **Set date ranges** - Define specific periods for accurate estimates
