
Crunchbase URL Scraper
1 day trial then $59.00/month - No credit card required now

Crunchbase URL Scraper
1 day trial then $59.00/month - No credit card required now
Scrape any Crunchbase urls such as organization, person, investor, acquisition, event, etc. Costs less than $1 per thousand results and has >95% success rate.
Actor Metrics
62 monthly users
No reviews yet
11 bookmarks
>99% runs succeeded
1.2 hours response time
Created in Jul 2023
Modified 14 days ago
You can access the Crunchbase URL Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "urls": [
3 "https://www.crunchbase.com/organization/linkedin",
4 "https://www.crunchbase.com/organization/twitter",
5 "https://www.crunchbase.com/person/mark-zuckerberg",
6 "https://www.crunchbase.com/person/elon-musk"
7 ],
8 "findContacts.contactCompassToken": "",
9 "findContacts.position": [
10 "founder",
11 "director"
12 ]
13}' |
14apify call curious_coder/crunchbase-url-scraper --silent --output-dataset
Crunchbase URL Scraper API through CLI
The Apify CLI is the official tool that allows you to use Crunchbase URL Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: