Crunchbase Reliable Best Price ⚡
Pricing
from $8.00 / 1,000 crunchbase company profiles
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
10 days ago
Last modified
Categories
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

Operations
Choose one operation for each run.
| Operation | Input | Returns |
|---|---|---|
| Company profile (by identifier) | Identifiers or company URLs | The full raw Crunchbase profile for each input |
| Company search (by name) | Search phrases | Matching 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
- Open the Actor in Apify Console.
- Choose Company profile or Company search under Operation.
- Add one or more identifiers, company URLs, or search phrases. For Company search, select the page you want to retrieve.
- 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 path | Type | Description |
|---|---|---|
data.organizationExists | boolean | Shows whether a profile was found for the submitted identifier. |
data.organization.properties | object | Core details such as the name, permalink, description, and groups. |
data.organization.cards | object | Detailed 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 details | Funding and ownership | People, traffic, and technology |
|---|---|---|
| Organization name | Total funding | Founders |
| Crunchbase URL | Funding currency | Key people |
| Permalink | Number of funding rounds | Current positions |
| Organization UUID | Funding round history | Current advisors |
| Short description | Last funding type | Number of contacts |
| Full description | Last funding date | Contact email |
| Website | Investors | Phone number |
| Legal name | Number of investors | |
| Aliases | Number of lead investors | |
| Founded date | Number of investments | |
| Founded date precision | Number of lead investments | Monthly visits |
| Operating status | Acquired by | Monthly visits growth |
| Company type | Acquisition announced date | Global traffic rank |
| IPO status | Acquisition history | Global traffic rank growth |
| Employee range | Number of acquisitions | Bounce rate |
| Industries | Number of sub-organizations | Bounce rate growth |
| Industry groups | Patents granted | Visit duration |
| Locations | Trademarks registered | Visit duration growth |
| Headquarters city | Most popular patent class | Page views per visit |
| Headquarters region | Most popular trademark class | Page views growth |
| Headquarters country | Estimated IT spend | Active technology count |
| Headquarters continent | Acquisition prediction | Technologies used |
| Headquarters regions | Funding prediction | Products |
| Company rank | IPO prediction | Technology products count |
| 90-day rank change | Growth prediction | Apps |
| Similar companies | Heat score and 90-day change | Number of apps |
| Growth score and change | Funding and investor summaries | Contact 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.
| Event | Rate | Unit |
|---|---|---|
| Company profile | $8 per 1,000 | $0.008 |
| Company search | $2.50 per 1,000 | $0.0025 |
| Actor start | $0.00005 | Per 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}
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
operation | string | Yes | profile | profile (fetch by identifier or URL) or search (find by name). |
inputs | array of strings | Yes | None | Identifiers or full Crunchbase organization URLs (profile), or search phrases (search). |
page | integer | No | 1 | Company 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"}}}}}
| Field | Description |
|---|---|
operation | profile. |
input | The organization identifier or URL submitted for the request. |
ok | true when both the HTTP request and API response indicate success. |
httpStatus | HTTP response status, or null when no response was received. |
status | Status returned in the API response body. |
description | Description returned by the API, including API error messages. |
data | Raw Crunchbase data. The company profile is in data.organization. |
error | Request 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.
Company search
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"}
| Field | Description |
|---|---|
operation | search. |
input | The search phrase used for the request. |
ok | true when both the HTTP request and API response indicate success. |
httpStatus | HTTP response status, or null when no response was received. |
status | Status returned in the API response body. |
description | Description returned by the API; it may be null if none was returned. |
page | The requested page this match came from. |
pageCount | Total number of available pages for the phrase. |
organization_identifier | Crunchbase permalink of the match; feed it into a Company profile run. |
organization_name | Display name of the match. |
error | Request 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.
⚖️ Legal
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.
