# Dealroom Startup & Market Map Scraper

**Use case:** 

Scrape Dealroom companies, market maps, live signals, and startups by URL, name, or map ID. Get rich normalized fields with sorting and MCP export.

## Input

```json
{
  "mode": "marketmaps",
  "startUrls": [
    "https://app.dealroom.co/lists/53885",
    "https://app.dealroom.co/companies/openai"
  ],
  "searchQuery": "AI",
  "marketmapIds": [
    "landscape-53885"
  ],
  "companyNames": [
    "OpenAI",
    "Anthropic"
  ],
  "includeNews": true,
  "includeSentiment": true,
  "sortBy": "source",
  "maxItems": 20,
  "maxPages": 0,
  "pageSize": 50,
  "maxNotifyListings": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "id": {
    "label": "ID"
  },
  "company_name": {
    "label": "Company"
  },
  "company_website": {
    "label": "Website",
    "format": "link"
  },
  "url": {
    "label": "Dealroom URL",
    "format": "link"
  },
  "company_identity.tagline": {
    "label": "Tagline"
  },
  "market_and_product_profile.industries": {
    "label": "Industries"
  },
  "market_and_product_profile.tags": {
    "label": "Tags"
  },
  "growth_and_traction.employees": {
    "label": "Employees"
  },
  "funding_and_financials.total_funding_enhanced": {
    "label": "Funding"
  },
  "locations_and_operations.hq_locations": {
    "label": "HQ"
  },
  "locations_and_operations.launch_year": {
    "label": "Launch year"
  },
  "web_and_social_presence.linkedin_url": {
    "label": "LinkedIn",
    "format": "link"
  },
  "news_and_signals.news_available": {
    "label": "News available"
  },
  "scrapedAt": {
    "label": "Scraped"
  }
}
```

## About this Actor

This example demonstrates how to use [Dealroom Startup & Market Map Scraper](https://apify.com/abotapi/dealroom-co-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/dealroom-co-scraper) to learn more, explore other use cases, and run it yourself.