{
  "openapi": "3.0.1",
  "info": {
    "title": "Crunchbase — 100K+ Instant Company DB, Funding Monitor ($8/1k)",
    "description": "Crunchbase two ways: live scrape (one clean row per company — funding, people, M&A, tech stack, predictions, Cloudflare handled) or the ⚡ Instant Database — 100K+ profiles served in seconds with country/size/status filters. Funding Monitor returns only NEW rounds per scheduled run. $8/1k.",
    "version": "1.0",
    "x-build-id": "n2MKiUxy1VFubxg6Z"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/memo23~crunchbase-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-memo23-crunchbase-scraper",
        "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/memo23~crunchbase-scraper/runs": {
      "post": {
        "operationId": "runs-sync-memo23-crunchbase-scraper",
        "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/memo23~crunchbase-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-memo23-crunchbase-scraper",
        "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": {
          "investorDatabase": {
            "title": "Use Startup Investors Database mode",
            "type": "boolean",
            "description": "Serve investor **firm** rows (one per VC / accelerator / angel / grant program) instead of company rows. Ordered by deal count (most active first), capped at **Max companies**. Auto-enabled if you set any investor filter below.",
            "default": false
          },
          "investorQuery": {
            "title": "Investor name / description contains",
            "type": "string",
            "description": "Case-insensitive match on the firm name or description — e.g. `sequoia`, `climate`, `fintech`. Optional."
          },
          "investorType": {
            "title": "Firm type",
            "enum": [
              "Venture Capital Investor",
              "Seed / Early-Stage VC",
              "Accelerator",
              "Angel Investor",
              "Government / Grant Program",
              "Debt / Bank"
            ],
            "type": "string",
            "description": "Optional."
          },
          "investorStage": {
            "title": "Investment stage",
            "enum": [
              "Pre Seed Round",
              "Seed Round",
              "Series A",
              "Series B",
              "Series C",
              "Series D",
              "Venture Round",
              "Convertible Note",
              "Angel Round",
              "Grant",
              "Debt Financing",
              "Private Equity Round",
              "Corporate Round"
            ],
            "type": "string",
            "description": "Only firms observed participating in this round stage. Optional."
          },
          "investorFocusArea": {
            "title": "Focus area (industry)",
            "type": "string",
            "description": "Industry the firm's portfolio invests in, e.g. `Artificial Intelligence (AI)`, `Biotechnology`, `FinTech`, `Health Care`, `E-Commerce`, `Energy`. Optional."
          },
          "investorCountry": {
            "title": "Country",
            "type": "string",
            "description": "Matches the firm's HQ country **or** a country its portfolio invests into. Full English name, e.g. `United States`, `Germany`. Optional."
          },
          "investorMinDeals": {
            "title": "Minimum deals",
            "minimum": 1,
            "type": "integer",
            "description": "Only firms with at least this many observed funding-round participations. Use `2+` to drop one-off investors. Optional."
          },
          "instantDatabase": {
            "title": "Use Instant Database mode",
            "type": "boolean",
            "description": "Serve company rows from the database instead of live-scraping — same clean output shape, plus `source: \"instant-db\"`. Results are ordered by Crunchbase rank (best first) and capped at **Max companies**. Auto-enabled if you set any DB filter below.",
            "default": false
          },
          "dbQuery": {
            "title": "Name / description contains",
            "type": "string",
            "description": "Case-insensitive match on the company name or description — e.g. `ai`, `fintech`, `logistics`. Optional."
          },
          "dbCountry": {
            "title": "Country",
            "type": "string",
            "description": "Full country name, e.g. `United States`, `United Kingdom`, `Germany`, `India`. Optional."
          },
          "dbEmployeeRange": {
            "title": "Employee range",
            "enum": [
              "1-10",
              "11-50",
              "51-100",
              "101-250",
              "251-500",
              "501-1000",
              "1001-5000",
              "5001-10000",
              "10001+"
            ],
            "type": "string",
            "description": "Crunchbase headcount bucket. Optional."
          },
          "dbOperatingStatus": {
            "title": "Operating status",
            "enum": [
              "active",
              "closed"
            ],
            "type": "string",
            "description": "Optional."
          },
          "startUrls": {
            "title": "Crunchbase company URLs, slugs, or Discover search URLs",
            "type": "array",
            "description": "Paste any combination of:\n- **Full URL** — `https://www.crunchbase.com/organization/openai`\n- **Slug** — `openai`, `tesla-motors`, `aisci`\n- **Path** — `organization/stripe`\n\nEach company input returns one clean structured company row. You can ALSO paste a **Discover / saved-search URL** (https://www.crunchbase.com/discover/funding_rounds/HASH) — the actor returns one funding-round signal row per result (company, round type, Crunchbase links) with the company enriched from its org page. Anonymous cap: first 15 results per search; the $ amount, date, investors and pagination beyond 15 are gated by Crunchbase behind a paid login.",
            "items": {
              "type": "string"
            }
          },
          "fundingMonitor": {
            "title": "Only return items NEW since the previous run",
            "type": "boolean",
            "description": "When ON, each run compares its results against what previous runs **with the same input** already returned and emits only the NEW items — new **funding rounds** (per round id) on Discover searches, new **companies** (per permalink) otherwise. The very first run returns everything as the baseline; rows carry `fundingMonitorStatus: \"baseline\"` or `\"new\"`. Already-seen items are skipped and **not billed**. State is kept per input in this actor's own key-value store.",
            "default": false
          },
          "rawMode": {
            "title": "Include raw Crunchbase cards",
            "type": "boolean",
            "description": "When ON, each row also includes the full raw `_rawCards` object (every Crunchbase data card, unprocessed) alongside the clean structured fields. Use this if you need a field the structured output doesn't surface. Default OFF (clean output only — ~10x smaller).",
            "default": false
          },
          "maxItems": {
            "title": "Max companies",
            "minimum": 1,
            "type": "integer",
            "description": "Max company rows to emit across the whole run.",
            "default": 1000
          },
          "maxCacheAgeDays": {
            "title": "Serve cached results up to N days old",
            "minimum": 0,
            "maximum": 365,
            "type": "integer",
            "description": "If a company was already scraped within this many days, it's served instantly from the database instead of re-fetching from Crunchbase — faster, cheaper, and lighter on Crunchbase. Set to **0** to always fetch fresh. Every scraped company is saved to the database regardless. Cached rows are flagged with `servedFromCache: true` and carry their original `scrapedAt`. Default 14.",
            "default": 14
          },
          "maxConcurrency": {
            "title": "Max parallel requests",
            "minimum": 1,
            "maximum": 30,
            "type": "integer",
            "description": "Parallel unblocker requests. ScrapingBee allows up to 100; scrape.do super is metered per success, so keep it moderate.",
            "default": 3
          },
          "maxRequestRetries": {
            "title": "Max retries per company",
            "minimum": 0,
            "maximum": 5,
            "type": "integer",
            "description": "Retries on transient unblocker errors (502 RotationFailed) before giving up on a company.",
            "default": 2
          },
          "proxy": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Reserved for future direct-fetch fallback. The unblocker handles its own IPs, so this is not required for normal runs.",
            "default": {
              "useApifyProxy": true
            }
          },
          "crunchbaseCookie": {
            "title": "Crunchbase session cookie",
            "type": "string",
            "description": "Optional. Paste your Crunchbase `Cookie` header from a logged-in browser session (DevTools → Network → any crunchbase.com request → Request Headers → Cookie). LOGGED-IN MODE unlocks the gated funding **amount**, **announced date** and **investors** on Discover results, lifts the 15-results-per-search cap (full pagination), and unlocks company funding totals during enrichment. Leave blank for anonymous mode (signal-only). Cookies expire — refresh periodically; this is a personal session, not for public/Store runs."
          },
          "enrichEmails": {
            "title": "Enrich with contact emails (experimental, billed per email)",
            "type": "boolean",
            "description": "If enabled, finds a contact email for each result from its own website (or by discovering it from the name). Adds contactEmail + contactWebsite columns plus a detailed emailEnrichment object. Billed per contact email found; only charged when an email is returned, never for misses.",
            "default": false
          },
          "qualifyByPayment": {
            "title": "💳 Qualify by payment (flag businesses that take money online)",
            "type": "boolean",
            "description": "Requires \"Enrich with contact emails\". Scans each business's website — reusing the pages already fetched for email discovery, so no extra cost or time — for payment processors and e-commerce platforms (Stripe, Shopify, PayPal, Paddle, Lemon Squeezy, WooCommerce, Square, Chargebee and more). Adds takesPayments (is this a real paying business?), paymentProcessors (which stack), stripeLiveKey (the public key if exposed) and paymentConfidence. Turn raw contacts into monetization-qualified leads. No extra charge — included with each enriched company.",
            "default": false
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}