# Pre-IPO AI Companies List with Valuations

**Use case:** 

Pre-IPO AI companies list with current Forge Price, price change, total funding, last round, and key investors. Each row is one private artificial intelligence company from Forge Global's AI category, ready for a spreadsheet or CRM. Use it to spot which AI startups are attracting late-stage capital and to build a deal-sourcing shortlist for venture or growth investing.

## Input

```json
{
  "mode": "search",
  "companies": [
    "openai_stock"
  ],
  "sector": "artificial-intelligence",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxItems": 10
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "string"
  },
  "sector": {
    "label": "Sector",
    "format": "string"
  },
  "subsector": {
    "label": "Subsector",
    "format": "string"
  },
  "currentForgePrice": {
    "label": "Forge Price",
    "format": "number"
  },
  "sixMonthChangePct": {
    "label": "6mo %",
    "format": "number"
  },
  "oneYearChangePct": {
    "label": "1yr %",
    "format": "number"
  },
  "totalFundingUsd": {
    "label": "Total funding",
    "format": "string"
  },
  "lastRoundType": {
    "label": "Last round",
    "format": "string"
  },
  "lastRoundDate": {
    "label": "Round date",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Forge Global Scraper: Pre-IPO Valuations & Funding Rounds](https://apify.com/getascraper/forge-global-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/forge-global-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/getascraper/forge-global-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
