Dealroom Startup & Market Map Scraper
Pricing
from $1.00 / 1,000 company intelligence records
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
Maintained by CommunityActor stats
0
Bookmarked
4
Total users
3
Monthly active users
8 days ago
Last modified
Categories
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
| Field | Type | Default | Description |
|---|---|---|---|
mode | string | marketmaps | Collection mode: market-map search, market-map companies, company lookup, URLs, live signals, or just-founded startups. |
startUrls | array | empty | Dealroom company, list, or landscape URLs. |
searchQuery | string | empty | Search term for public market-map discovery. |
marketmapIds | array | landscape-53885 | Market-map ids or Dealroom list URLs. |
companyNames | array | OpenAI, Anthropic | Company names to resolve through public Dealroom indexes. |
includeNews | boolean | true | Mark whether news metadata is available where lookup results expose it. |
includeSentiment | boolean | true | Mark whether sentiment metadata is available where lookup results expose it. |
sortBy | string | source | Source order, company name, newest launch year, or highest funding first. |
maxItems | integer | 20 | The only finite default cap. Set 0 for unlimited. |
limit | integer | empty | Compatibility alias for competitor-style inputs. |
maxPages | integer | 0 | No page limit by default. The run stops at Max items. |
pageSize | integer | 50 | Page size for market-map search and signal modes. |
proxyConfiguration | object | Apify datacenter | Dealroom 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_identitymarket_and_product_profilegrowth_and_tractionfunding_and_financialsinvestors_and_ownershiplocations_and_operationsweb_and_social_presencenews_and_signalssource_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.002per saved record - News and sentiment enrichment:
$0.0008per 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.