# Dealroom Scraper (`silentflow/dealroom-scraper`) Actor

Dealroom scraper for companies & investors. Extract 113+ fields: funding rounds, valuations, team members, revenue KPIs, Similarweb traffic, tech stack, news & more. No API key needed. Supports Dealroom URLs, domains and investor pages.

- **URL**: https://apify.com/silentflow/dealroom-scraper.md
- **Developed by:** [SilentFlow](https://apify.com/silentflow) (community)
- **Categories:** Lead generation, Automation, Developer tools
- **Stats:** 5 total users, 0 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

$39.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#rental-actors

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Dealroom Scraper

by [SilentFlow](https://apify.com/silentflow)

Scrape company and investor profiles from Dealroom.co without API keys. Extract hundreds of datapoints per entity including funding rounds, team members, KPIs, revenue, website traffic, tech stack, news, and rankings.

### Why use this scraper?

- **No API key required**: Access Dealroom data without a paid subscription
- **Comprehensive profiles**: Hundreds of datapoints per company or investor
- **Flexible input**: Accept domains (stripe.com), Dealroom URLs, or website URLs
- **Companies & investors**: Scrape both company profiles and investor portfolios
- **High reliability**: Robust data extraction with high success rates

### Use cases

| Industry | Application |
|----------|-------------|
| **Venture Capital** | Source deals, analyze portfolios, track funding rounds |
| **Market Research** | Map competitive landscapes and industry trends |
| **Sales & BD** | Enrich lead data with funding, team size, and tech stack |
| **Due Diligence** | Verify company data, funding history, and legal entities |
| **Recruiting** | Identify fast-growing companies and key decision makers |
| **Journalism** | Research startup ecosystem data for articles and reports |

### Input parameters

#### URL scraping

| Parameter | Type | Description |
|-----------|------|-------------|
| `startUrls` | array | Companies/investors to scrape |

**Supported input formats:**

- Domain: `stripe.com`
- Dealroom URL: `https://app.dealroom.co/companies/stripe`
- Dealroom investor URL: `https://app.dealroom.co/investors/sequoia_capital`
- Website URL: `https://www.stripe.com/`

#### Limits

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `maxItems` | integer | 50 | Maximum number of entity profiles to save |

#### Options

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `includeTeam` | boolean | true | Extract founders and key team members |
| `includeFunding` | boolean | true | Extract funding rounds and investor data |
| `includeNews` | boolean | true | Extract recent news articles |

#### Advanced

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `requestTimeout` | integer | 30 | Request timeout in seconds |
| `debugMode` | boolean | false | Enable detailed logging |
| `proxy` | object | residential | Proxy configuration |

### Output data

#### Company example

```json
{
    "uuid": "90f1c9d8-2afe-4db3-b852-c01f6c904628",
    "name": "Stripe",
    "tagline": "Integrated payments and finance automation with global reach",
    "entityType": "corporate",
    "dealroomUrl": "https://app.dealroom.co/companies/stripe",
    "websiteUrl": "http://stripe.com/",
    "companyStatus": "operational",
    "growthStage": "late stage",
    "hqCity": "South San Francisco",
    "hqCountry": "United States",
    "industries": ["fintech"],
    "subIndustries": ["payments", "banking", "lending & credit"],
    "totalFunding": 8700000000,
    "totalFundingCurrency": "USD",
    "lastRoundType": "SECONDARY",
    "employeesLatest": "5001-10000",
    "latestValuation": 140000000000,
    "revenue": 5840000000,
    "launchYear": 2010,
    "scrapedAt": "2026-02-24T10:30:00Z",
    "dataType": "company"
}
```

### Data fields

| Category | Fields |
|----------|--------|
| **Identity** | uuid, name, tagline, about, path, entityType, dealroomUrl, websiteUrl, logoUrl |
| **Status** | companyStatus, growthStage, launchYear, launchMonth |
| **Location** | hqCity, hqCountry, hqAddress, locations (array with city, country, coordinates) |
| **Social** | linkedinUrl, twitterUrl, facebookUrl, instagramHandle, careerPageUrl |
| **Industries** | industries, subIndustries, tags, technologies |
| **Team** | teamTotal, founders, keyPeople (name, title, LinkedIn, gender), employeesLatest |
| **Funding** | totalFunding, fundingRounds (type, amount, investors, date), lastRoundType |
| **Investors** | investorNames, investors (name, path, isLead) |
| **Investments** | investmentsCount, investments (name, stage, industries), exitsCount |
| **Valuation** | latestValuation, latestValuationCurrency |
| **Revenue** | revenue, revenueCurrency, revenueYear |
| **Traffic** | similarwebMonthlyVisits, trafficGrowthPercentile |
| **Rankings** | dealroomRank, dealroomScore |
| **Apps** | appStoreAppId, playMarketAppId |
| **Legal** | legalEntities (registeredName, registerNumber, country) |
| **Tech** | techStack (name, category) |
| **News** | recentNews (title, summary, link, date, source) |
| **Charts** | employeesChart, similarwebChart (time series) |
| **Meta** | scrapedAt, dataType |

### Examples

#### Scrape company profiles by domain

```json
{
    "startUrls": [
        {"url": "stripe.com"},
        {"url": "notion.so"},
        {"url": "figma.com"}
    ],
    "maxItems": 10
}
```

#### Scrape investor portfolio

```json
{
    "startUrls": [
        {"url": "https://app.dealroom.co/investors/sequoia_capital"}
    ]
}
```

#### Scrape from Dealroom URLs

```json
{
    "startUrls": [
        {"url": "https://app.dealroom.co/companies/stripe"},
        {"url": "https://app.dealroom.co/companies/revolut"},
        {"url": "https://app.dealroom.co/companies/klarna"}
    ],
    "includeTeam": true,
    "includeFunding": true,
    "includeNews": false
}
```

#### Quick scrape without details

```json
{
    "startUrls": [
        {"url": "airbnb.com"},
        {"url": "uber.com"}
    ],
    "includeTeam": false,
    "includeFunding": false,
    "includeNews": false
}
```

### Integrations

#### Python

```python
from apify_client import ApifyClient

client = ApifyClient("YOUR_API_TOKEN")

run = client.actor("silentflow/dealroom-scraper").call(run_input={
    "startUrls": [
        {"url": "stripe.com"},
        {"url": "notion.so"},
    ],
    "maxItems": 10,
})

for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(f"{item['name']} ({item['growthStage']}) - ${item.get('totalFunding', 0):,.0f}")
```

#### JavaScript

```javascript
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });

const run = await client.actor('silentflow/dealroom-scraper').call({
    startUrls: [
        { url: 'stripe.com' },
        { url: 'notion.so' },
    ],
    maxItems: 10,
});

const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach(item => {
    console.log(`${item.name} (${item.growthStage}) - $${item.totalFunding?.toLocaleString()}`);
});
```

### Performance & limits

| Metric | Value |
|--------|-------|
| Entities per run | Up to 5,000 |
| Data per entity | 100+ fields |
| Request timeout | Configurable (default 30s) |
| Memory | Auto-scaled based on input size |

### Tips for best results

1. **Start small**: Test with 2-3 entities before large batch runs
2. **Use Dealroom URLs**: Most reliable input format for direct entity matching
3. **Domain lookups**: Use clean domains (stripe.com, not www.stripe.com/about)
4. **Disable optional data**: Turn off team/funding/news for faster runs
5. **Debug mode**: Enable to diagnose issues with specific entities
6. **Batch processing**: Add all entities in one run for optimal performance

### FAQ

**Q: What input formats are supported?**
A: Three formats: plain domain (stripe.com), full Dealroom URL (https://app.dealroom.co/companies/stripe), or website URL (https://www.stripe.com/).

**Q: Does it work for both companies and investors?**
A: Yes. Use company URLs or domains for companies, and Dealroom investor URLs for investor profiles.

**Q: Why is some data missing for an entity?**
A: Not all entities have complete data on Dealroom. Fields like revenue, valuation, and traffic are not always available.

**Q: What happens if a domain cannot be found?**
A: The scraper tries multiple lookup strategies. If the entity is not found on Dealroom, it will be skipped with a warning in the logs.

**Q: Can I scrape hundreds of entities at once?**
A: Yes, up to 5,000 entities per run. Memory auto-scales based on the number of input URLs.

### Support

Need help? We're here for you:

- **Feature requests**: Let us know what you need
- **Custom solutions**: Contact us for enterprise integrations or high-volume needs

Check out our other scrapers: [SilentFlow on Apify](https://apify.com/silentflow)

# Actor input Schema

## `startUrls` (type: `array`):

List of companies or investors to scrape. Supports 3 formats:

- Domain: stripe.com
- Dealroom URL: https://app.dealroom.co/companies/stripe
- Website: https://www.stripe.com/

## `maxItems` (type: `integer`):

The maximum total number of company/investor profiles to save.

## `includeTeam` (type: `boolean`):

Extract founders, executives, and key team members for each entity.

## `includeFunding` (type: `boolean`):

Extract all funding rounds with amounts, investors, and dates.

## `includeNews` (type: `boolean`):

Extract recent news articles and press mentions.

## `requestTimeout` (type: `integer`):

HTTP request timeout in seconds.

## `proxy` (type: `object`):

Either use Apify proxy, or provide your own proxy servers.

## `debugMode` (type: `boolean`):

Activate to see detailed logs.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://app.dealroom.co/companies/stripe"
    },
    {
      "url": "https://app.dealroom.co/investors/sequoia_capital"
    }
  ],
  "maxItems": 50,
  "includeTeam": true,
  "includeFunding": true,
  "includeNews": true,
  "requestTimeout": 60,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "debugMode": false
}
```

# Actor output Schema

## `results` (type: `string`):

Complete entity profiles including: name, about, industries, funding, team, KPIs, traffic, tech stack, news, rankings, and more.

## `resultsCSV` (type: `string`):

CSV format export for spreadsheet analysis

## `resultsExcel` (type: `string`):

Excel format export

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://app.dealroom.co/companies/stripe"
        },
        {
            "url": "https://app.dealroom.co/investors/sequoia_capital"
        }
    ],
    "maxItems": 50,
    "requestTimeout": 60,
    "proxy": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("silentflow/dealroom-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "startUrls": [
        { "url": "https://app.dealroom.co/companies/stripe" },
        { "url": "https://app.dealroom.co/investors/sequoia_capital" },
    ],
    "maxItems": 50,
    "requestTimeout": 60,
    "proxy": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("silentflow/dealroom-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://app.dealroom.co/companies/stripe"
    },
    {
      "url": "https://app.dealroom.co/investors/sequoia_capital"
    }
  ],
  "maxItems": 50,
  "requestTimeout": 60,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call silentflow/dealroom-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,silentflow/dealroom-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/Ipa9BoFyUcP5Cjd77/builds/Ts69gI7DBUo7QUvNv/openapi.json
