# Stripe Funding Rounds and Valuation by Round

**Use case:** 

Stripe funding rounds and valuation by round, pulled from Forge Global's company page. Every disclosed round comes back in order with its date, share class, amount raised, and post-money valuation (per-share price where disclosed), together with the founders, headquarters, and official website. Use it as a starting point for a private-company comp sheet or a fintech deal-sourcing file.

## Input

```json
{
  "mode": "company",
  "companies": [
    "stripe_stock"
  ],
  "sector": "",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxItems": 1
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "string"
  },
  "foundingDate": {
    "label": "Founded",
    "format": "string"
  },
  "hqCity": {
    "label": "HQ",
    "format": "string"
  },
  "founders": {
    "label": "Founders",
    "format": "array"
  },
  "currentForgePrice": {
    "label": "Forge Price",
    "format": "number"
  },
  "fundingRounds": {
    "label": "Funding rounds",
    "format": "array"
  },
  "priceHistory": {
    "label": "Price history",
    "format": "array"
  },
  "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`).
