# Company Financial Overview Scraper for Stripe, Airbnb

**Use case:** 

Retrieve revenue, valuation, and M&A data for companies like Stripe and Airbnb. Get detailed financials and competitor insights efficiently.

## Input

```json
{
  "preset": "",
  "companyNames": [
    "Stripe",
    "Airbnb",
    "Notion"
  ],
  "companyUrls": [],
  "includeCompetitors": true,
  "includeAcquisitions": true,
  "includeLeadership": true,
  "maxResults": 100,
  "maxConcurrency": 5,
  "maxDepth": 2,
  "industryKeywords": [],
  "enrichFromOwler": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "ownership": {
    "label": "Type",
    "format": "text"
  },
  "revenueFormatted": {
    "label": "Revenue",
    "format": "text"
  },
  "revenueExact": {
    "label": "Revenue (exact)",
    "format": "text"
  },
  "marketCapFormatted": {
    "label": "Market cap",
    "format": "text"
  },
  "marketCapExact": {
    "label": "Market cap (exact)",
    "format": "text"
  },
  "valuationFormatted": {
    "label": "Valuation",
    "format": "text"
  },
  "valuationExact": {
    "label": "Valuation (exact)",
    "format": "text"
  },
  "totalFundingFormatted": {
    "label": "Funding",
    "format": "text"
  },
  "totalFundingExact": {
    "label": "Funding (exact)",
    "format": "text"
  },
  "employees": {
    "label": "Employees",
    "format": "number"
  },
  "foundedYear": {
    "label": "Founded",
    "format": "text"
  },
  "headquarters": {
    "label": "Headquarters",
    "format": "text"
  },
  "industriesText": {
    "label": "Industries",
    "format": "text"
  },
  "stockTicker": {
    "label": "Ticker",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "url": {
    "label": "Craft.co",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Financials, Valuation & M&A Scraper (Craft.co)](https://apify.com/foxlabs/craft-intelligence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/foxlabs/craft-intelligence) to learn more, explore other use cases, and run it yourself.