Dealroom Startup & Market Map Scraper avatar

Dealroom Startup & Market Map Scraper

Pricing

from $1.00 / 1,000 company intelligence records

Go to Apify Store
Dealroom Startup & Market Map Scraper

Dealroom Startup & Market Map Scraper

Scrape Dealroom.net market maps, company lookup results, live signals, and newly founded startup records. Supports Dealroom URLs, company names, market-map ids, sorting, capped runs, rich normalized company fields, and optional MCP connector export.

Pricing

from $1.00 / 1,000 company intelligence records

Rating

0.0

(0)

Developer

Abot API

Abot API

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

3

Monthly active users

8 days ago

Last modified

Share

Dealroom Company Intelligence Scraper

Dealroom Company Intelligence Scraper collects Dealroom market-map, company lookup, funding signal, and newly founded startup records into normalized JSON. It supports Dealroom list URLs, company URLs, market-map ids, company name lookup, live signal feeds, sorting, capped runs, and optional connector export.

Why use it

  • Source startup and scaleup lists from public Dealroom market maps.
  • Resolve company names to Dealroom profile URLs and metadata availability flags.
  • Track public funding and market signals for research workflows.
  • Export clean records to CRM, warehouse, spreadsheet, or MCP-connected apps.
  • Run predictable samples with one finite default cap.

Input

FieldTypeDefaultDescription
modestringmarketmapsCollection mode: market-map search, market-map companies, company lookup, URLs, live signals, or just-founded startups.
startUrlsarrayemptyDealroom company, list, or landscape URLs.
searchQuerystringemptySearch term for public market-map discovery.
marketmapIdsarraylandscape-53885Market-map ids or Dealroom list URLs.
companyNamesarrayOpenAI, AnthropicCompany names to resolve through public Dealroom indexes.
includeNewsbooleantrueMark whether news metadata is available where lookup results expose it.
includeSentimentbooleantrueMark whether sentiment metadata is available where lookup results expose it.
sortBystringsourceSource order, company name, newest launch year, or highest funding first.
maxItemsinteger20The only finite default cap. Set 0 for unlimited.
limitintegeremptyCompatibility alias for competitor-style inputs.
maxPagesinteger0No page limit by default. The run stops at Max items.
pageSizeinteger50Page size for market-map search and signal modes.
proxyConfigurationobjectApify datacenterDealroom feeds usually work with datacenter or direct routes. Residential can raise cost.

Example input

{
"mode": "urls",
"startUrls": [
"https://app.dealroom.co/lists/53885",
"https://app.dealroom.co/companies/openai"
],
"maxItems": 10,
"sortBy": "name"
}

Output

Each item contains the competitor-compatible envelope fields type, id, and url, plus normalized company groups:

  • company_identity
  • market_and_product_profile
  • growth_and_traction
  • funding_and_financials
  • investors_and_ownership
  • locations_and_operations
  • web_and_social_presence
  • news_and_signals
  • source_record

The actor preserves the original public source object in source_record so downstream users can access source-specific fields without waiting for schema updates.

MCP connector export

The optional MCP connector inputs send a concise copy of each saved record into your connected apps. Authorize a connector under Apify Settings and select it in mcpConnectors. For Notion, also provide notionParentPageUrl.

Connector export is a side channel only. The complete JSON record always stays in the Apify dataset, and connector failures do not change scraping results.

Connection guidance

The default route is designed for Dealroom feeds and normally does not need residential proxy traffic. If a direct or free-plan environment is rate-limited, enable Apify Proxy. Residential proxy selection may increase cost and should be used only when repeated source errors indicate it is necessary.

Pricing

This actor is configured for pay per event with a lower per-record headline price than the referenced Dealroom competitor:

  • Actor start: $0.08
  • Dataset item: $0.002 per saved record
  • News and sentiment enrichment: $0.0008 per saved record when enabled

Notes

Dealroom public endpoints can expose a capped sample for some market maps. The actor reports the source payload in source_record so users can inspect source totals, returned counts, and cap notes.