# Crunchbase Company Scraper — Funding & Investors ✅ No API Key (`neuralverge/neuralverge-crunchbase-company`) Actor

Turn a Crunchbase company URL into structured JSON — funding rounds, total raised, investors, acquisitions, HQ, employees, IPO status, rank, socials and contact email. No Crunchbase API key or login. Pay only for companies found — misses are free.

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

## Pricing

from $15.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js/docs.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/integrations/mcp.md).

If your project is in a different language, use 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

### Crunchbase Company Scraper — Funding & Investors ✅ No API Key

Turn a **Crunchbase company URL into structured JSON** — description, website, founded date,
legal name, employee range, IPO status, HQ, funding (total raised, rounds, last round type &
date), investor and acquisition counts, company rank, social links and a contact email. Powered
by the Neuralverge API. **No Crunchbase API key, subscription or
login**, and **you only pay for companies we actually find**. Export to JSON, CSV or Excel.

Ideal for market and investment research, lead generation, CRM enrichment, competitive
intelligence, and feeding company + funding data to AI agents.

### ✨ Why this Actor

- 💸 **Pay only for the companies you get** — unresolved URLs are skipped and never billed.
  Misses are free; no empty, billable rows.
- 🔑 **No API key, subscription or login** — Crunchbase's official API is expensive and gated;
  this needs none of it. Fetching runs on the Neuralverge backend.
- 💰 **Funding & firmographics in one row** — total raised, number of rounds, last round type &
  date, investor and acquisition counts, alongside HQ, size, founded year, rank and socials.
- ⚡ **Real-time & structured** — fresh data each run, one predictable schema, ready for a
  spreadsheet, CRM, database or AI pipeline (MCP-ready).

### 🔧 How it works

1. **Provide a Crunchbase company URL** (e.g. `https://www.crunchbase.com/organization/revolut`).
2. **Run the Actor.** Fetching and structuring the profile happens on the Neuralverge backend.
3. **Get one dataset row** with ~20 key fields flattened to top-level columns, plus the full
   response under `raw`. Export to CSV, JSON, or Excel, or pull it over the Apify API.

If the company can't be resolved, it's logged and **skipped without charge** — you're not billed
for that run.

### Input

One company per run.

| Field | Type | Notes |
|---|---|---|
| `url` | string | The Crunchbase organization URL to enrich. |

```json
{
  "url": "https://www.crunchbase.com/organization/revolut"
}
````

### What you'll receive

Each row includes, when available on the profile:

- **Identity** — `name`, `website`, `description`, `legalName`, `foundedOn`
- **Size & status** — `employees` (Crunchbase range enum), `ipoStatus`, `rankOrgCompany`,
  `semrushGlobalRank`
- **Location** — `hqCity`, `hqRegion`, `hqCountry`
- **Funding** — `totalFundingUsd`, `numFundingRounds`, `lastFundingType`, `lastFundingOn`,
  `numInvestors`, `numAcquisitions`
- **Social & contact** — `linkedin`, `twitter`, `contactEmail`
- **Meta** — `query` (input URL), `scrapedAt`, and the full Crunchbase response under `raw`

#### Example output (real run)

A real dataset row from `https://www.crunchbase.com/organization/revolut`. The ~24 flattened
columns are shown in full (untruncated `description`). Under `raw` you get the complete
Crunchbase object: **every** section of `machine.first_item` is shown with real content — for
the long lists a representative real entry plus a `_more` marker noting the rest, so the full
*breadth* of what a run returns is visible without a 5,000-line wall. Two things are collapsed
on purpose: `machine.items[0]` is byte-identical to `first_item` (Crunchbase returns the record
twice), and `growth_and_heat` carries ~2,400 raw score-history integers.

```json
{
  "query": "https://www.crunchbase.com/organization/revolut",
  "name": "Revolut",
  "website": "http://www.revolut.com",
  "description": "Revolut is a financial services company that specializes in mobile banking, card payments, money remittance, and foreign exchange. Revolut started as a platform for providing prepaid debit cards and currency exchange but has since expanded its services to include cryptocurrency trading, stock trading, insurance, and various other financial products. It operates in numerous countries worldwide and is known for its mobile app, which allows users to manage their finances, make payments, and track spending.",
  "foundedOn": "2015-07-01",
  "legalName": "Revolut Ltd.",
  "employees": "c_10001_max",
  "ipoStatus": "private",
  "hqCity": "London",
  "hqRegion": "England",
  "hqCountry": "United Kingdom",
  "totalFundingUsd": 1857816794,
  "numFundingRounds": 23,
  "lastFundingType": "secondary_market",
  "lastFundingOn": "2025-11-24",
  "numInvestors": 75,
  "numAcquisitions": 3,
  "rankOrgCompany": 5688,
  "semrushGlobalRank": 1159,
  "linkedin": "https://www.linkedin.com/company/revolut",
  "twitter": "https://x.com/Revolut",
  "contactEmail": "dpo@revolut.com",
  "scrapedAt": "2026-07-18T12:00:00.000Z",
  "raw": {
    "session_id": "53b0087b-a594-4623-bacc-f255393080be",
    "kind": "crunchbase_company",
    "url": "https://www.crunchbase.com/organization/revolut",
    "human": "# Crunchbase company\n\n- **Crunchbase URL:** https://www.crunchbase.com/organization/revolut\n- **Records returned:** 1",
    "total_points": 15,
    "machine": {
      "total_items": 1,
      "first_item": {
        "properties": {
          "identifier": { "uuid": "54f2785f-ad03-aec5-eb87-784010a9b684", "value": "Revolut", "permalink": "revolut", "entity_def_id": "organization" },
          "title": "Revolut",
          "short_description": "Revolut is a financial technology company that offers banking services, money transfers, foreign exchange, and spending analytics.",
          "is_locked": true,
          "rank_delta_d90": -0.5,
          "facet_ids": ["aberdeen", "ai_insight", "apptopia", "bombora", "builtwith", "company", "contact", "investor", "ipqwery", "key_event", "rank", "semrush", "siftery"],
          "category_groups": [{ "value": "Financial Services", "permalink": "financial-services-d7b6", "entity_def_id": "category_group" }],
          "investor_identifiers": [{ "value": "Franklin Templeton", "permalink": "franklin-templeton-investments", "entity_def_id": "organization" }]
        },
        "overview_description": { "description": "Revolut is a financial services company that specializes in mobile banking, card payments, money remittance, and foreign exchange. Revolut started as a platform for providing prepaid debit cards and currency exchange but has since expanded its services to include cryptocurrency trading, stock trading, insurance, and various other financial products. It operates in numerous countries worldwide and is known for its mobile app, which allows users to manage their finances, make payments, and track spending." },
        "about_short_description": { "short_description": "Revolut is a financial technology company that offers banking services, money transfers, foreign exchange, and spending analytics." },
        "overview_fields_extended": {
          "founded_on": { "value": "2015-07-01", "precision": "day" },
          "legal_name": "Revolut Ltd.",
          "operating_status": "active",
          "hub_tags": ["unicorn"],
          "last_funding_type": "secondary_market",
          "founder_identifiers": [{ "value": "Nikolay Storonsky", "permalink": "nikolay-storonsky", "entity_def_id": "person" }, { "value": "Vlad Yatsenko", "permalink": "vlad-yatsenko", "entity_def_id": "person" }],
          "categories": [{ "value": "Banking", "permalink": "banking", "entity_def_id": "category" }, { "value": "FinTech", "permalink": "fintech-e067", "entity_def_id": "category" }],
          "location_group_identifiers": [{ "value": "Europe, Middle East, and Africa (EMEA)", "permalink": "europe-middle-east-africa-emea", "entity_def_id": "location", "location_type": "group" }]
        },
        "company_about_fields2": {
          "website": { "value": "http://www.revolut.com" },
          "ipo_status": "private",
          "num_employees_enum": "c_10001_max",
          "last_funding_type": "secondary_market",
          "rank_org_company": 5688,
          "location_identifiers": [
            { "value": "London", "permalink": "london-england", "entity_def_id": "location", "location_type": "city" },
            { "value": "England", "permalink": "england-united-kingdom", "entity_def_id": "location", "location_type": "region" },
            { "value": "United Kingdom", "permalink": "united-kingdom", "entity_def_id": "location", "location_type": "country" },
            { "value": "Europe", "permalink": "europe", "entity_def_id": "location", "location_type": "continent" }
          ]
        },
        "overview_company_fields": { "company_type": "for_profit" },
        "social_fields": { "facebook": { "value": "https://www.facebook.com/revolut" }, "linkedin": { "value": "https://www.linkedin.com/company/revolut" }, "twitter": { "value": "https://x.com/Revolut" } },
        "contact_fields": { "contact_email": "dpo@revolut.com" },
        "contacts": { "num_contact_emails": 1420, "num_contact_phones": 36, "num_contacts": 1240 },
        "funding_rounds_headline": { "funding_total": { "value": 1857816794, "currency": "USD", "value_usd": 1857816794 }, "num_funding_rounds": 23 },
        "funding_rounds_summary": { "last_funding_type": "secondary_market", "last_funding_at": "2025-11-24", "funding_total": { "value": 1857816794, "currency": "USD", "value_usd": 1857816794 }, "num_funding_rounds": 23 },
        "company_financials_highlights": { "funding_total": { "value": 1857816794, "currency": "USD", "value_usd": 1857816794 }, "num_funding_rounds": 23, "num_investors": 75, "num_lead_investors": 16 },
        "investors_headline": { "num_investors": 75, "num_lead_investors": 16 },
        "investors_summary": { "num_investors": 75 },
        "acquisitions_headline": { "num_acquisitions": 3 },
        "advisors_summary": { "num_current_advisor_positions": 10 },
        "people_highlights": { "num_contacts": 1240, "num_current_advisor_positions": 10, "num_current_positions": 68 },
        "funding_rounds_list": [
          { "identifier": { "value": "Secondary Market - Revolut", "permalink": "revolut-secondary-market--c4b5d1bd", "entity_def_id": "funding_round" }, "announced_on": "2025-11-24", "num_investors": 9, "investment_type": "secondary_market", "lead_investor_identifiers": [{ "value": "Coatue", "permalink": "coatue", "entity_def_id": "organization" }, { "value": "Fidelity", "permalink": "fidelity-investments", "entity_def_id": "organization" }] },
          { "_more": "22 more funding rounds (Series E $800M, Series D $80M, undisclosed rounds, secondary markets …)" }
        ],
        "investors_list": [
          { "is_lead_investor": true, "investor_identifier": { "value": "Fidelity", "permalink": "fidelity-investments", "entity_def_id": "organization" }, "funding_round_identifier": { "value": "Secondary Market - Revolut", "entity_def_id": "funding_round" } },
          { "_more": "9 more investor entries (Andreessen Horowitz, Greenoaks, Coatue, Dragoneer, NVentures, Franklin Templeton …)" }
        ],
        "acquisitions_list": [
          { "acquiree_identifier": { "value": "Swifty", "permalink": "swifty-73be", "entity_def_id": "organization" }, "announced_on": { "value": "2025-10-14", "precision": "day" }, "identifier": { "value": "Swifty acquired by Revolut", "entity_def_id": "acquisition" } },
          { "_more": "2 more acquisitions (Banco Cetelem 2025-06-26, Nobly POS 2021-11-25)" }
        ],
        "current_employees_featured_order_field": [
          { "person_identifier": { "value": "Nikolay Storonsky", "permalink": "nikolay-storonsky", "entity_def_id": "person" }, "title": "Founder & CEO", "started_on": { "value": "2014-01-01", "precision": "month" }, "employee_featured_order": 0 },
          { "_more": "9 more featured employees (Vlad Yatsenko CTO, Bill Rattray CFO, Francesca Carlesi UK CEO …)" }
        ],
        "current_advisors_image_list": [
          { "person_identifier": { "value": "Martin Gilbert", "permalink": "martin-gilbert", "entity_def_id": "person" }, "job_type": "board_member", "started_on": { "value": "2020-01-01", "precision": "month" } },
          { "_more": "7 more advisors/board members (Nikolay Storonsky, Daniel Waterhouse, Vlad Yatsenko …)" }
        ],
        "product": [
          { "name": "Revolut Multi-Currency Account", "description": "A digital account allowing users to hold, exchange, and manage money in up to 36 currencies within one app." },
          { "_more": "5 more products (Business Account, Money Transfers, Cryptocurrency Trading, Investment Services, Cards)" }
        ],
        "partnership_announcements": [
          { "identifier": { "value": "…partnership_announcement…", "entity_def_id": "partnership_announcement" }, "key_event_date": "2026-06-11", "description": "Revolut and French rail operator SNCF are reportedly in talks to add Revolut Pay as a checkout option for ticket purchases.", "press_references": [{ "value": "Revolut reportedly in talks with SNCF to add Revolut Pay at checkout", "publisher": "Paypers", "posted_on": "2026-06-11" }] },
          { "_more": "9 more partnership announcements (Visa Titan, Google Agent Payments, SIBS/Multibanco, Audi F1 …)" }
        ],
        "product_launches": [
          { "key_event_date": "2026-06-16", "description": "Visa and Revolut launched Visa Click to Pay for eligible Revolut Visa cardholders across the UK, Ireland, Europe and more.", "press_references": [{ "value": "Visa announces Click to Pay for eligible Revolut Visa cardholders", "publisher": "techbuzzireland.com", "posted_on": "2026-06-16" }] },
          { "_more": "9 more product launches (Spain tax advisory, Titan card, Street Mode, 1:1 stablecoins, US high-yield savings …)" }
        ],
        "awards": [
          { "identifier": { "value": "Full UK Banking Licence", "entity_def_id": "award" }, "key_event_date": "2026-03-11", "description": "Revolut received a full UK banking licence from the Bank of England's Prudential Regulation Authority." },
          { "_more": "8 more awards (Finimize Best Crypto Platform, Best Crypto Trading App, Brand Finance Global 500 …)" }
        ],
        "legal_proceedings": [
          { "identifier": { "value": "Legal Proceeding (regulatory) 2026-01-15", "entity_def_id": "legal_proceeding" }, "key_event_date": "2026-01-15", "description": "Revolut joined Mastercard and Visa in an unsuccessful High Court challenge against the UK PSR's proposed caps on cross-border card fees." },
          { "_more": "9 more legal proceedings (AML fine €3.5M, Hungary crypto freeze, Ukraine licence, Rippling/Deel …)" }
        ],
        "layoff_list": [
          { "identifier": { "entity_def_id": "layoff" }, "key_event_date": "2022-09-07", "press_references": [{ "value": "Revolut axes graduate jobs as it conducts major cost-cutting review", "publisher": "Irish Times", "posted_on": "2022-09-07" }] },
          { "_more": "2 more layoff events (2020-05-13, 2020-05-12 — 60 roles, COVID-19)" }
        ],
        "offices": [
          { "identifier": { "value": "Revolut Global Headquarters", "entity_def_id": "address" }, "opening_date": "2026-03-12", "opening_description": "Revolut opened a new global headquarters in London to support its expanding operations and workforce." },
          { "_more": "10 more offices (Paris HQ 2027, Manila Tech Hub, Stockholm, Barcelona store …)" }
        ],
        "org_similarity_org_list": [
          { "identifier": { "value": "Monzo", "permalink": "monzo", "entity_def_id": "organization" } },
          { "_more": "9 more similar orgs (Airwallex, Klarna, PayPal, Tide, Starling Bank, Chime, N26, Wise, Monese)" }
        ],
        "org_similarity_list": [
          { "identifier": { "value": "Revolut competes with Wise", "entity_def_id": "org_similarity" }, "score": 97, "target": { "value": "Wise", "permalink": "transferwise", "entity_def_id": "organization" }, "target_short_description": "Wise is a financial technology company that offers low-cost, fast international money transfers and multi-currency accounts.", "target_num_contacts": 1593 },
          { "_more": "9 more scored competitor comparisons (Monzo 95, N26 93, Monese 91, Starling 89, Chime 87 …) each with categories, micro_categories, locations" }
        ],
        "funds_summary": { "identifier": { "value": "Revolut", "permalink": "revolut", "entity_def_id": "organization" } },
        "funds_list": [],
        "funds_headline": {},
        "exits_summary": { "identifier": { "value": "Revolut", "permalink": "revolut", "entity_def_id": "organization" } },
        "exits_headline": {},
        "exits_image_list": [],
        "investments_summary": { "identifier": { "value": "Revolut", "permalink": "revolut", "entity_def_id": "organization" } },
        "investments_headline": {},
        "investments_list": [],
        "investment_thesis": { "lookup": [], "data": [] },
        "acquisitions_summary": { "num_acquisitions": 3 },
        "acquired_by_summary": { "identifier": { "value": "Revolut", "permalink": "revolut", "entity_def_id": "organization" } },
        "acquired_by_fields": {},
        "alumni_summary": { "identifier": { "value": "Revolut", "permalink": "revolut", "entity_def_id": "organization" } },
        "alumni_image_list": [],
        "sub_organizations_summary": { "identifier": { "value": "Revolut", "permalink": "revolut", "entity_def_id": "organization" } },
        "sub_organizations_headline": {},
        "sub_organizations_image_list": [],
        "current_employees_summary": { "num_current_positions": 68 },
        "current_employees_image_list": [
          { "person_identifier": { "value": "Nikolay Storonsky", "permalink": "nikolay-storonsky", "entity_def_id": "person" }, "title": "Founder & CEO" },
          { "_more": "7 more (Vlad Yatsenko, Bill Rattray, Francesca Carlesi, Carlos Selonke …)" }
        ],
        "ipo_summary": { "identifier": { "value": "Revolut", "permalink": "revolut", "entity_def_id": "organization" } },
        "ipo_fields": {},
        "ipo_prediction": [{ "generated_on": "2026-07-15", "probability_score": 0.9506, "probability_tier": "p100_positive_high", "unicorn_status": "c200_evidence_present" }],
        "funding_prediction": [{ "generated_on": "2026-04-11", "probability_score": 0.642, "unicorn_status": "c200_evidence_present" }],
        "growth_prediction": [{ "generated_on": "2026-07-15", "probability_score": 0.8513, "probability_tier": "p200_positive_low", "unicorn_status": "c200_evidence_present" }],
        "acquisition_prediction": [{ "generated_on": "2026-07-08", "probability_score": 0.35, "probability_tier": "p300_neutral" }],
        "diversity_spotlight_investments_summary": { "identifier": { "value": "Revolut", "permalink": "revolut", "entity_def_id": "organization" } },
        "diversity_spotlight_investments_headline": {},
        "diversity_spotlight_investments_list": [],
        "overview_investor_fields": {},
        "research_insight_text_link": {},
        "frequently_asked_questions_total_funding": { "funding_total": { "value": 1857816794, "currency": "USD", "value_usd": 1857816794 } },
        "frequently_asked_questions_latest_funding_round": { "last_funding_at": "2025-11-24", "last_funding_type": "secondary_market", "num_funding_rounds": 23 },
        "frequently_asked_questions_headquarters_location": { "location_identifiers": [{ "value": "London", "entity_def_id": "location", "location_type": "city" }, { "value": "United Kingdom", "entity_def_id": "location", "location_type": "country" }] },
        "frequently_asked_questions_investors": { "num_investors": 75 },
        "frequently_asked_questions_similar_companies": { "identifier": { "value": "Revolut", "permalink": "revolut", "entity_def_id": "organization" } },
        "aberdeen_summary": { "aberdeen_site_it_spend": { "value": 405696184, "currency": "USD", "value_usd": 405696184 } },
        "semrush_overview_headline": { "semrush_global_rank": 1159, "semrush_global_rank_mom_pct": -0.0830696202531646 },
        "semrush_rank_headline": { "semrush_visits_latest_month": 37575988, "semrush_visits_mom_pct": -0.0356798566966841 },
        "semrush_overview": { "semrush_visit_duration": 401, "semrush_visit_pageviews": 2.978, "semrush_bounce_rate": 0.6291 },
        "semrush_attribution": { "semrush_last_updated": "2026-06-18" },
        "semrush_location_list": [
          { "rank": 316, "visits_pct": 0.124367508314086, "location_identifiers": [{ "value": "United Kingdom", "permalink": "united-kingdom", "entity_def_id": "location" }] },
          { "_more": "4 more locations (France, Spain, Italy, Germany)" }
        ],
        "bombora_summary": { "identifier": { "value": "Revolut", "permalink": "revolut", "entity_def_id": "organization" } },
        "bombora_attribution": { "bombora_last_updated": "2026-07-05" },
        "bombora_surge_list": [
          { "surge_score": 100, "category": "web_tech", "topic_identifier": { "value": "Web Applications", "entity_def_id": "bombora_topic" }, "weeks_surging": 1 },
          { "_more": "9 more surge topics (Programming Languages, PwC, C++, Swift, GNU …)" }
        ],
        "builtwith_summary": { "builtwith_num_technologies_used": 53 },
        "builtwith_tech_used_list": [
          { "identifier": { "value": "Cloudflare", "entity_def_id": "builtwith_technology" }, "technology_category": ["cdn"], "num_companies_using": 827059 },
          { "_more": "9 more technologies (IPhone/Mobile, DNSSEC, IPv6, Google Cloud, HSTS …)" }
        ],
        "siftery_summary": { "siftery_num_products": 39 },
        "siftery_product_list": [
          { "product_identifier": { "value": "Google Analytics", "entity_def_id": "siftery_product" }, "status": "using" },
          { "_more": "9 more products (HTML5, F5 NGINX, Apache, Vimeo, Amazon EC2 …)" }
        ],
        "apptopia_summary": { "apptopia_total_apps": 5, "apptopia_total_downloads": 3812928 },
        "apptopia_attribution": { "apptopia_last_updated": "2023-08-01" },
        "apptopia_app_headline": { "apptopia_total_downloads": 3812928, "apptopia_total_downloads_mom_pct": 0.263321953391717 },
        "apptopia_app_rating_list": [
          { "identifier": { "value": "Revolut: Spend, Save, Trade", "entity_def_id": "apptopia_app" }, "rating_itunes_connect": 4.5 },
          { "_more": "4 more apps with ratings (Revolut <18, Revolut Business …)" }
        ],
        "apptopia_app_overview_list_free": [
          { "identifier": { "value": "Revolut: Spend, Save, Trade", "entity_def_id": "apptopia_app" }, "stores": ["itunes_connect"], "monthly_downloads": 2149990 },
          { "_more": "4 more apps (Google Play 1.35M, Revolut <18, Revolut Business …)" }
        ],
        "apptopia_app_overview_list_public": [{ "_more": "same 5 apps as apptopia_app_overview_list_free" }],
        "apptopia_sdk_list": [
          { "sdk_identifier": { "value": "Branch", "entity_def_id": "apptopia_sdk" }, "status": "using", "started_on": "2020-09-15" },
          { "_more": "2 more SDKs (Miscellaneous, Google)" }
        ],
        "ipqwery_summary": { "ipqwery_num_patent_granted": 0, "ipqwery_num_trademark_registered": 15, "ipqwery_popular_trademark_class": "c36" },
        "technology_highlights": { "semrush_visits_latest_month": 37575988, "siftery_num_products": 39, "apptopia_total_downloads": 3812928, "builtwith_num_technologies_used": 53 },
        "recommended_search": [
          { "identifier": { "value": "Companies With More Than $1B in Revenue (Top 10K)", "permalink": "companies-more-than-1b-in-revenue", "entity_def_id": "hub" }, "org_num": 9966, "org_num_investors": 18181, "org_identifiers": [{ "value": "OpenAI", "permalink": "openai", "entity_def_id": "organization" }, { "value": "NVIDIA", "permalink": "nvidia", "entity_def_id": "organization" }] },
          { "_more": "3 more recommended searches (Banking >$10M, London >$1M, FinTech >$500) each with org_identifiers + query predicates" }
        ],
        "org_category_ranks": { "category_ranks": { "33cfeb88-f323-1b4f-8ecc-f3f876a5df05": { "rank": 59, "count": 7644, "pv_rank": 3 }, "68250c3a-6cf5-86fb-281e-9072ae2d4fe8": { "rank": 237, "count": 45411, "pv_rank": 5 } } },
        "growth_and_heat": {
          "heat_score": 71,
          "heat_score_delta_d90": -4,
          "growth_score": 93,
          "growth_score_delta_d90": -5,
          "heat_score_history": { "periods": { "i1": { "values": ["… 90 weekly heat-score integers (71, 71, 71, 70, 71 …)"], "interval": 1 }, "_more": "5 more periods (i2, i4, i7, i18, i36)" } },
          "growth_score_history": { "_note": "same period structure as heat_score_history — 6 periods of ~90-105 integers each" },
          "growth_trend_365": { "_note": "6 periods of ~90-105 integers each" },
          "heat_trend_365": { "_note": "6 periods of ~90-105 integers each" }
        },
        "growth_knowledge": {
          "data": [{ "generated_on": "2026-06-15", "identifier": { "value": "Growth Insight 2026-06-15", "entity_def_id": "growth_insight" }, "finance": "c200_improving", "customers": "c200_improving", "press_references": [{ "value": "Revolut reports record profit of $2.3bln for 2025 as revenue surges to $6bln", "publisher": "Zawya.com", "posted_on": "2026-03-24" }] }],
          "preview_properties": { "growth_insight_description": { "is_present": true, "length": 773 }, "growth_insight_indicator": { "is_present": true }, "growth_insight_direction": { "is_present": true } }
        },
        "trading_view": {},
        "company_about_fields1": {},
        "overview_timeline": {
          "count": 3864,
          "entities": [
            { "uuid": "0e0c8766-295c-4e8c-b98b-2890ec1f38b4", "properties": { "entity_def_id": "press_reference", "activity_date": "2026-07-17", "activity_properties": { "title": "Revolut Trading CEO Yana Shkrebenkova departs", "publisher": "FX News Group", "url": { "value": "https://fxnewsgroup.com/forex-news/executives/revolut-trading-ceo-yana-shkrebenkova-departs/" } } } },
            { "_more": "9 more of 3864 timeline press-reference entities shown in this page" }
          ]
        }
      },
      "items": [
        { "_note": "identical to machine.first_item above — Crunchbase returns the primary record twice (as first_item and as items[0]); omitted here to avoid a verbatim duplicate." }
      ]
    }
  }
}
```

> Genuine values from a live run. The flattened columns are exactly what lands in each dataset
> row; `raw` holds the full Crunchbase response (funding rounds, investors, people, acquisitions,
> partnerships, product launches, news timeline, tech stack, SEMrush/Bombora/BuiltWith signals and
> more). `employees` is Crunchbase's own range enum (`c_10001_max` = 10,001+).

### Pricing

Pay per result — **$0.015 per company** ($15 per 1,000) returned to the dataset. **You pay only
for rows returned — misses are free.**

| Event | Price |
|---|---|
| Actor start | Free |
| Company returned (per dataset row) | **$0.015** |

Companies that can't be resolved are **not billed**. Pricing is on top of your Apify platform
usage.

### Integrations & API

Results are stored in a standard Apify dataset — export as CSV, JSON, XML or Excel, or fetch on
demand through the [Apify API](https://docs.apify.com/api). The Actor also plugs into Apify's
integrations (Make, Zapier, n8n, webhooks) and can be called from any [MCP](https://mcp.apify.com/)
client to give an AI agent live company + funding data.

### FAQ

**Do I need a Crunchbase account or API key?** No. Fetching runs on the Neuralverge backend — you
never provide a Crunchbase key, subscription or login.

**Am I charged if a company isn't found?** No. You're billed only for rows returned to the dataset.
Unresolved URLs are logged and skipped.

**What's in `employees`?** Crunchbase's own size range (e.g. `c_10001_max` = 10,001+ employees),
returned as-is.

**How fresh is the data?** Each run fetches the profile at run time.

***

**Disclaimer:** This Actor is an independent tool and is not affiliated with, endorsed by, or
sponsored by Crunchbase, Inc. Crunchbase® is a registered trademark of Crunchbase, Inc. All
trademarks are property of their respective owners.

# Actor input Schema

## `url` (type: `string`):

The Crunchbase organization URL to enrich (one per run).

## Actor input object example

```json
{
  "url": "https://www.crunchbase.com/organization/openai"
}
```

# Actor output Schema

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

Structured company data (name, website, funding, HQ, employees, socials), one row per matched Crunchbase URL.

# 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 = {
    "url": "https://www.crunchbase.com/organization/openai"
};

// Run the Actor and wait for it to finish
const run = await client.actor("neuralverge/neuralverge-crunchbase-company").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 = { "url": "https://www.crunchbase.com/organization/openai" }

# Run the Actor and wait for it to finish
run = client.actor("neuralverge/neuralverge-crunchbase-company").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "url": "https://www.crunchbase.com/organization/openai"
}' |
apify call neuralverge/neuralverge-crunchbase-company --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=neuralverge/neuralverge-crunchbase-company",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Crunchbase Company Scraper — Funding & Investors ✅ No API Key",
        "description": "Turn a Crunchbase company URL into structured JSON — funding rounds, total raised, investors, acquisitions, HQ, employees, IPO status, rank, socials and contact email. No Crunchbase API key or login. Pay only for companies found — misses are free.",
        "version": "0.1",
        "x-build-id": "Ka2xX5fdmad56NLKG"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/neuralverge~neuralverge-crunchbase-company/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-neuralverge-neuralverge-crunchbase-company",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/neuralverge~neuralverge-crunchbase-company/runs": {
            "post": {
                "operationId": "runs-sync-neuralverge-neuralverge-crunchbase-company",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/neuralverge~neuralverge-crunchbase-company/run-sync": {
            "post": {
                "operationId": "run-sync-neuralverge-neuralverge-crunchbase-company",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "url": {
                        "title": "Crunchbase company URL",
                        "type": "string",
                        "description": "The Crunchbase organization URL to enrich (one per run)."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
