VOOZH about

URL: https://apify.com/vivid_astronaut/crunchbase-enrichment

โ‡ฑ Crunchbase Enrichment API ยท Apify


Pricing

from $5.00 / 1,000 results

Go to Apify Store

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Fabio Suizu

Fabio Suizu

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

5 months ago

Last modified

Categories

Share

Crunchbase Enrichment service powered by Azure. Fast, reliable, and scalable API.

Features

  • Fast Processing: Lightning-fast crunchbase enrichment api powered by Azure
  • Reliable: 99.9% uptime with automatic failover
  • Scalable: Handle single requests or bulk operations
  • Secure: Enterprise-grade security with API key authentication
  • Well Documented: Comprehensive API documentation and examples

Use Cases

  • Development: Integrate into your development workflow
  • Automation: Build automated pipelines
  • Integration: Connect with other services

Input Parameters

ParameterTypeRequiredDescription
dataobjectNoInput data to process. Send your API request payload here.
endpointstringNoSpecific endpoint to call (e.g., /api/v1/process)

Output Format

{
"success":true,
"result":{ ... },
"timestamp":"2026-01-07T00:00:00Z"
}

Code Examples

JavaScript (Node.js)

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'YOUR_API_TOKEN'});
const input ={
"data":{},
"endpoint":"/api/v1/process"
};
const run =await client.actor("vivid_astronaut/crunchbase-enrichment").call(input);
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run_input ={
"data":{},
"endpoint":"/api/v1/process"
}
run = client.actor("vivid_astronaut/crunchbase-enrichment").call(run_input=run_input)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

cURL

curl-X POST "https://api.apify.com/v2/acts/vivid_astronaut~crunchbase-enrichment/runs?token=YOUR_API_TOKEN"\
-H"Content-Type: application/json"\
-d'{
"data": {},
"endpoint": "/api/v1/process"
}'

Pricing

Model: Pay per result Price: $0.005 per result

You only pay for successful results. Platform usage costs are included.

API Documentation

Full API documentation is available at:

Support

Version History

See ./CHANGELOG.md for version history.


Powered by Azure Cloud Infrastructure

You might also like

Crunchbase B2b Phone Number Scraper

scraper-engine/crunchbase-b2b-phone-number-scraper

๐Ÿ“ž Crunchbase B2B Phone Number Scraper extracts verified company contact numbers from Crunchbase profiles at scale. ๐Ÿ”Ž Ideal for lead gen, sales prospecting & enrichment. โš™๏ธ Fast, accurate, export to CSV/CRM. ๐Ÿš€ Turn Crunchbase data into actionable pipelines.

๐Ÿ‘ User avatar

Scraper Engine

2

Crunchbase Search Scraper

curious_coder/crunchbase-scraper

Scrape Crunchbase companies, people, investors, acquisitions, etc from Crunchbase search results.

3.3K

3.7

Crunchbase Email Scraper

api-empire/crunchbase-email-scraper

Automate email extraction from Crunchbase with Crunchbase Email Scraper. The actor scans company profiles and linked sources to pull available contact emails into structured datasets for CRM enrichment.

Crunchbase Email Scraper

scraper-mind/crunchbase-email-scraper

CrunchBase Email Scraper โ€“ Extract CrunchBase emails quickly & accurately! ๐Ÿ” Search by keywords, location & custom domains to find targeted contacts. Supports CrunchBase listings โœ… Proxy support for seamless scraping. ๐Ÿ“Š Download in JSON, CSV, Excel. Ideal for lead gen & research!

122

Crunchbase Email Scraper - Enterprise Solution

contacts-api/crunchbase-contact-extractor

Discover company contact emails using our Crunchbase Email Scraper. Extract business emails from Crunchbase profiles for B2B prospecting and research.

Crunchbase Scraper

automation-lab/crunchbase-scraper

Extract company profiles, funding rounds, investors, and founders from Crunchbase via the official API. Requires your Crunchbase API key. Pure HTTP, 256 MB.

๐Ÿ‘ User avatar

Stas Persiianenko

3

Crunchbase Email Scraper

scrapio/crunchbase-email-scraper

Crunchbase Email Scraper helps you collect company emails directly from Crunchbase listings. Use the data for B2B sales outreach, partnerships, and business development campaigns at scale.

Crunchbase Phone Number Scraper

api-empire/crunchbase-phone-number-scraper

Automate phone number extraction from Crunchbase with Crunchbase Phone Number Scraper. The actor scans company profiles and linked sources to pull available contact numbers into structured datasets for CRM enrichment.

Related articles

How to extract data from Crunchbase
Read more