Dealroom Scraper Ppe avatar

Dealroom Scraper Ppe

Pricing

from $5.50 / 1,000 results

Go to Apify Store
Dealroom Scraper Ppe

Dealroom Scraper Ppe

Dealroom company & investor scraper. Pay per result only. 113+ fields: funding, valuations, team, revenue, traffic, tech stack, news. No compute costs, proxies included. Supports Dealroom URLs, domains and investor profiles.

Pricing

from $5.50 / 1,000 results

Rating

0.0

(0)

Developer

SilentFlow

SilentFlow

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

2

Monthly active users

19 hours ago

Last modified

Share

Dealroom Scraper - Pay Per Event

by SilentFlow

Pay only for the data you get! Proxies included, no compute costs.

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?

  • Pay per result: No compute costs - only pay for data you get
  • Proxies included: No need to configure or pay for proxies separately
  • 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

Use cases

IndustryApplication
Venture CapitalSource deals, analyze portfolios, track funding rounds
Market ResearchMap competitive landscapes and industry trends
Sales & BDEnrich lead data with funding, team size, and tech stack
Due DiligenceVerify company data, funding history, and legal entities
RecruitingIdentify fast-growing companies and key decision makers
JournalismResearch startup ecosystem data for articles and reports

Input parameters

URL scraping

ParameterTypeDescription
startUrlsarrayCompanies/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

ParameterTypeDefaultDescription
maxItemsinteger50Maximum number of entity profiles to save

Options

ParameterTypeDefaultDescription
includeTeambooleantrueExtract founders and key team members
includeFundingbooleantrueExtract funding rounds and investor data
includeNewsbooleantrueExtract recent news articles

Advanced

ParameterTypeDefaultDescription
requestTimeoutinteger30Request timeout in seconds
debugModebooleanfalseEnable detailed logging

Note: Proxy is automatically configured in Pay Per Event mode. No proxy setup needed.

Output data

Company example

{
"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

CategoryFields
Identityuuid, name, tagline, about, path, entityType, dealroomUrl, websiteUrl, logoUrl
StatuscompanyStatus, growthStage, launchYear, launchMonth
LocationhqCity, hqCountry, hqAddress, locations (array with city, country, coordinates)
SociallinkedinUrl, twitterUrl, facebookUrl, instagramHandle, careerPageUrl
Industriesindustries, subIndustries, tags, technologies
TeamteamTotal, founders, keyPeople (name, title, LinkedIn, gender), employeesLatest
FundingtotalFunding, fundingRounds (type, amount, investors, date), lastRoundType
InvestorsinvestorNames, investors (name, path, isLead)
InvestmentsinvestmentsCount, investments (name, stage, industries), exitsCount
ValuationlatestValuation, latestValuationCurrency
Revenuerevenue, revenueCurrency, revenueYear
TrafficsimilarwebMonthlyVisits, trafficGrowthPercentile
RankingsdealroomRank, dealroomScore
TechtechStack (name, category)
NewsrecentNews (title, summary, link, date, source)
MetascrapedAt, dataType

Examples

Scrape company profiles by domain

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

Scrape investor portfolio

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

Integrations

Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run = client.actor("silentflow/dealroom-scraper-ppe").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

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });
const run = await client.actor('silentflow/dealroom-scraper-ppe').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()}`);
});

FAQ

Q: Do I need to configure proxies? A: No, proxies are included and automatically configured.

Q: What's the difference with the standard version? A: The standard version charges compute time and you provide your own proxy. This version includes everything at a flat rate per result.

Q: What input formats are supported? A: Three formats: plain domain (stripe.com), full Dealroom URL, or website URL.

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.

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