Crunchbase Scraper - Company Data avatar

Crunchbase Scraper - Company Data

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Crunchbase Scraper - Company Data

Crunchbase Scraper - Company Data

Extract company profiles, funding rounds, investors, acquisitions & employee data from Crunchbase. Perfect for sales prospecting, market research & competitive intelligence.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

1

Bookmarked

104

Total users

18

Monthly active users

10 days ago

Last modified

Share

Crunchbase Company Scraper

Scrape company profiles from Crunchbase. Extract funding data, investors, employees, founders, and company details. Perfect for investor research, lead generation, and market analysis. Built by John Rippy (https://www.linkedin.com/in/johnrippy/ | https://johnrippy.link/).

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: JSON array of cookies from Cookie-Editor. Helps bypass Crunchbase paywalls and login gates.

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"searchQuery": "AI startup"
}

Run with real data

{
"demoMode": false,
"searchQuery": "AI startup",
"maxResults": 50,
"includeFundingRounds": false,
"sessionCookies": "YOUR_API_KEY_HERE",
"webhookPlatform": "custom",
"cookieKvStoreName": "cookie-sessions"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
demoModebooleantrueNoRun with sample data without making API calls. Great for testing the actor.
searchQuerystring-NoCompany name or search term (e.g., 'Stripe', 'AI startup', 'SaaS').
categorystring-NoFilter by industry.
locationstring-NoFilter by headquarters location (e.g., 'San Francisco', 'New York').
fundingStagestring-NoFilter by last funding stage.
minFundingstring-NoMinimum total funding (e.g., '$1M', '$10M', '$100M').
maxResultsinteger50NoMaximum number of companies to scrape.
includeFundingRoundsbooleanfalseNoInclude detailed funding round history (slower but more data).
sessionCookiesstring-Yes*JSON array of cookies from Cookie-Editor. Helps bypass Crunchbase paywalls and login gates.
webhookUrlstring-NoURL to POST results when scraping completes (Zapier, Make, n8n, custom endpoint)
webhookPlatformstring"custom"NoPlatform type for webhook formatting
webhookHeadersobject-NoCustom HTTP headers to send with webhook (JSON object)
cookieStorageKeystring-NoKey name to load cookies from the Cookie Manager KV store. If set and no manual sessionCookies are provided, the actor loads cookies from the named KV store automatically. Use this with the Cookie Manager actor for automated cookie rotation.
cookieKvStoreNamestring"cookie-sessions"NoName of the Apify Key-Value store where Cookie Manager saves cookies. Defaults to 'cookie-sessions' if not set.

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Company ScrapedEach company profile scraped from Crunchbase$0.08

Demo mode is free -- no charges for sample data.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal