Crunchbase Reliable Best Price ⚡ avatar

Crunchbase Reliable Best Price ⚡

Pricing

from $8.00 / 1,000 crunchbase company profiles

Go to Apify Store
Crunchbase Reliable Best Price ⚡

Crunchbase Reliable Best Price ⚡

Fetch full Crunchbase company profiles for $8/1,000, including funding, investors, people, industries, web traffic, and contacts. Search company names for identifiers at $2.5/1,000. Export to JSON, CSV, or Excel.

Pricing

from $8.00 / 1,000 crunchbase company profiles

Rating

0.0

(0)

Developer

Best Price

Best Price

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Share

Crunchbase Company Profile Scraper ($8/1K)

Fetch full Crunchbase company profiles for $8 per 1,000 results. Profiles can include funding, investors, people, industries, web traffic, and contacts. If you only have a company name, use Company search to find its organization identifier for $2.50 per 1,000 results. Export the dataset as JSON, CSV, or Excel.

Actor page: https://apify.com/dataoceanapis/crunchbase-company-profile-scraper image

Operations

Choose one operation for each run.

OperationInputReturns
Company profile (by identifier)Identifiers or company URLsThe full raw Crunchbase profile for each input
Company search (by name)Search phrasesMatching companies with their organization identifiers

Use Company search when you do not know the company identifier. Copy the returned organization_identifier into a new Company profile run:

Company search Company profile
"amazon" -- organization_identifier --> "amazon" --> full profile

A search run fetches one page for each phrase. To fetch another page, check pageCount and start a new run with a different page value.

How to run the Actor

  1. Open the Actor in Apify Console.
  2. Choose Company profile or Company search under Operation.
  3. Add one or more identifiers, company URLs, or search phrases. For Company search, select the page you want to retrieve.
  4. Click Start, then open the Dataset tab to inspect or export the results.

What data can you extract?

Company profile returns the source profile without flattening or renaming its fields. The response has two main parts:

JSON pathTypeDescription
data.organizationExistsbooleanShows whether a profile was found for the submitted identifier.
data.organization.propertiesobjectCore details such as the name, permalink, description, and groups.
data.organization.cardsobjectDetailed sections for funding, people, traffic, contacts, and more.

Many cards are present as empty objects or arrays when the source has no data for that section. Check for a field before using it in an automated workflow.

Company data fields

We checked these fields against 25 live profile responses. Not every company has a value for every field.

Company detailsFunding and ownershipPeople, traffic, and technology
Organization nameTotal fundingFounders
Crunchbase URLFunding currencyKey people
PermalinkNumber of funding roundsCurrent positions
Organization UUIDFunding round historyCurrent advisors
Short descriptionLast funding typeNumber of contacts
Full descriptionLast funding dateContact email
WebsiteInvestorsPhone number
Legal nameNumber of investorsLinkedIn
AliasesNumber of lead investorsTwitter
Founded dateNumber of investmentsFacebook
Founded date precisionNumber of lead investmentsMonthly visits
Operating statusAcquired byMonthly visits growth
Company typeAcquisition announced dateGlobal traffic rank
IPO statusAcquisition historyGlobal traffic rank growth
Employee rangeNumber of acquisitionsBounce rate
IndustriesNumber of sub-organizationsBounce rate growth
Industry groupsPatents grantedVisit duration
LocationsTrademarks registeredVisit duration growth
Headquarters cityMost popular patent classPage views per visit
Headquarters regionMost popular trademark classPage views growth
Headquarters countryEstimated IT spendActive technology count
Headquarters continentAcquisition predictionTechnologies used
Headquarters regionsFunding predictionProducts
Company rankIPO predictionTechnology products count
90-day rank changeGrowth predictionApps
Similar companiesHeat score and 90-day changeNumber of apps
Growth score and changeFunding and investor summariesContact email and phone counts

Company search returns an organization_identifier and organization_name for each match.

You can run the Actor manually, on a schedule, or through the Apify API. Export the dataset as JSON, CSV, or Excel, or send it to another workflow.

Free sample

Open the full 25-company sample in Google Sheets to browse all 87 columns before running the Actor.

We selected 25 companies at random from the reference spreadsheet and fetched each profile through the live API on August 24, 2026. This preview shows five of the 87 columns in the full CSV sample.

The sample is a snapshot. Current profiles may contain different values or additional fields.

Pricing

You pay for successful results. Apify also applies a small automatic charge when the Actor starts.

EventRateUnit
Company profile$8 per 1,000$0.008
Company search$2.50 per 1,000$0.0025
Actor start$0.00005Per event

Each successful profile costs $0.008. Each search match costs $0.0025. The Actor does not charge a result event for records with ok: false, network errors, or lookups that return no result. The Actor start event still applies.

For runs using up to 1 GB of memory, Apify charges one start event and covers the first five seconds of compute. Higher-memory runs can charge more start events.

Your Apify plan may include platform credits. Before starting a large batch, check your balance and set a maximum run spend in Apify Console. When the limit is reached, the Actor stops taking new inputs. Requests already running can finish, so the dataset may contain fewer inputs than you submitted. A search already running may stop after returning only some of its matches.

Input

Choose an Operation and enter one value per row. Page applies only to Company search.

Company profile: enter identifiers such as amazon, spotify, or airbnb. You can also enter full Crunchbase organization URLs without query parameters.

{
"operation": "profile",
"inputs": [
"amazon",
"https://www.crunchbase.com/organization/spotify",
"airbnb"
]
}

Company search: enter company names or search phrases.

{
"operation": "search",
"inputs": ["amazon", "spotify"],
"page": 1
}
FieldTypeRequiredDefaultDescription
operationstringYesprofileprofile (fetch by identifier or URL) or search (find by name).
inputsarray of stringsYesNoneIdentifiers or full Crunchbase organization URLs (profile), or search phrases (search).
pageintegerNo1Company search only. Page number starting at 1. Ignored in Company profile mode.

Before processing, the Actor trims each value, removes blank items, and removes duplicates. It processes inputs in parallel, so records may appear in a different order.

Output

The Actor saves results in the default dataset.

Company profile

Example of a successful profile record. The organization object is shortened:

{
"operation": "profile",
"input": "https://www.crunchbase.com/organization/mobile-tech-rx",
"ok": true,
"httpStatus": 200,
"status": 200,
"description": "OK",
"data": {
"organizationExists": true,
"organization": {
"properties": {
"identifier": {
"value": "Mobile Tech RX",
"permalink": "mobile-tech-rx"
},
"short_description": "Mobile Tech RX is transforming the auto reconditioning industry by delivering software built by technicians, specifically for technicians."
},
"cards": {
"company_about_fields2": {
"website": {
"value": "https://www.mobiletechrx.com/"
},
"ipo_status": "private",
"num_employees_enum": "c_00011_00050"
},
"contact_fields": {
"contact_email": "help@mobiletechrx.com",
"phone_number": "888-626-6750"
}
}
}
}
}
FieldDescription
operationprofile.
inputThe organization identifier or URL submitted for the request.
oktrue when both the HTTP request and API response indicate success.
httpStatusHTTP response status, or null when no response was received.
statusStatus returned in the API response body.
descriptionDescription returned by the API, including API error messages.
dataRaw Crunchbase data. The company profile is in data.organization.
errorRequest or network error. This field is present only for that type of failure.

A request can succeed even when Crunchbase has no profile for the input. In that case, data.organizationExists is false. The record keeps ok: true because both status checks passed, but the Actor does not charge for it.

The Actor saves one record for each matched company:

{
"operation": "search",
"input": "amazon",
"ok": true,
"httpStatus": 200,
"status": 200,
"description": "OK",
"page": 1,
"pageCount": 5,
"organization_identifier": "amazon",
"organization_name": "Amazon"
}
FieldDescription
operationsearch.
inputThe search phrase used for the request.
oktrue when both the HTTP request and API response indicate success.
httpStatusHTTP response status, or null when no response was received.
statusStatus returned in the API response body.
descriptionDescription returned by the API; it may be null if none was returned.
pageThe requested page this match came from.
pageCountTotal number of available pages for the phrase.
organization_identifierCrunchbase permalink of the match; feed it into a Company profile run.
organization_nameDisplay name of the match.
errorRequest or network error. Present only for that type of failure.

If a search succeeds but finds nothing, the Actor saves one uncharged record. It has ok: true, the requested page, any returned pageCount, and null values for organization_identifier and organization_name.

Failures

An API error has ok: false and includes the HTTP status, API status, and API description. A network failure has null status fields and a short error value. This is an example of a failed profile request:

{
"operation": "profile",
"input": "amazon",
"ok": false,
"httpStatus": null,
"status": null,
"description": null,
"data": null,
"error": "request failed"
}

A failed search record also contains page, pageCount, organization_identifier, and organization_name. Values that are not available are null. One failed input does not stop the rest of the run.

FAQ

Can I use a full Crunchbase company URL?

Yes. For Company profile, enter the organization identifier, such as amazon, or a full crunchbase.com/organization/... URL. Remove query parameters before submitting the URL. Company search accepts names and search phrases instead.

Why is a field missing from a profile?

Crunchbase does not provide the same fields for every company. A field may be missing or empty when it is not available in the source profile.

Can I automate searches and profile collection?

Yes. You can call either operation through the Apify API, schedule runs, and send results to another system through dataset integrations or webhooks. For a two-step workflow, search first and pass the returned identifiers to a Company profile run.

What should I include in a support request?

Use the Actor page to contact the developer. Include the Apify run ID, the input that failed, and the relevant status or error value. Do not send credentials or other sensitive data.

Notes

  • The Actor requests profile data during each run and returns it in raw Crunchbase format.
  • Crunchbase controls which fields are available and how fresh they are.

This Actor is for business intelligence and research. It collects only publicly available data.

You are responsible for how you use the data. Follow the GDPR, CCPA, and any other laws or regulations that apply to you. Use the data responsibly and respect privacy rights. This is general information, not legal advice.

Your feedback

Found a bug or have a technical suggestion? Open an issue from the Actor's Issues tab in Apify Console. If possible, include the run ID and the input that caused the problem. Do not include credentials or other sensitive data.

For other questions, email dataoceanapis@proton.me.

Note: Articles shown below are not related to this scraper.