API Access
Access dataset files directly from scripts, code, or AI agents.
Browse dataset files
API Access
Access dataset files directly from scripts, code, or AI agents.
Dataset Files
Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.
/core/crunchcrawl/
https://datahub.io/core/crunchcrawl/_r/-/README.md
https://datahub.io/core/crunchcrawl/_r/-/cliargs.php
https://datahub.io/core/crunchcrawl/_r/-/companydata.csv
https://datahub.io/core/crunchcrawl/_r/-/companydata.txt
https://datahub.io/core/crunchcrawl/_r/-/companyurls.txt
https://datahub.io/core/crunchcrawl/_r/-/companyurls_test.txt
https://datahub.io/core/crunchcrawl/_r/-/datapackage.json
https://datahub.io/core/crunchcrawl/_r/-/gathercompanies.php
https://datahub.io/core/crunchcrawl/_r/-/gathercompanyurls.php
https://datahub.io/core/crunchcrawl/_r/-/parallelcurl.php
https://datahub.io/core/crunchcrawl/_r/-/places2k.txt
https://datahub.io/core/crunchcrawl/_r/-/scratchpad.py
https://datahub.io/core/crunchcrawl/_r/-/zcta5.txt
https://datahub.io/core/crunchcrawl/_r/-/zips_by_amount.csv
https://datahub.io/core/crunchcrawl/_r/-/zips_by_numbers.csv
Key Files
Start with these files — they give you everything you need to understand and access the dataset.
datapackage.json— metadata & schema
https://datahub.io/core/crunchcrawl/_r/-/datapackage.json
README.md— documentation
https://datahub.io/core/crunchcrawl/_r/-/README.md
Typical Usage
- 1. Fetch datapackage.json to inspect schema and resources
- 2. Download data resources listed in datapackage.json
- 3. Read README.md for full context
Data Files
Explore with AIcompanydata
| Field | Type |
|---|---|
| name | string |
| founded_year | integer |
| country_code | string |
| state_code | string |
| zip_code | string |
| city | string |
| address1 | string |
| address2 | string |
| raised_amount | number |
Download
Download CSVAbout
- Last updated
- 9 February 2026
- Total rows
- ...
- Format
- CSV
- File size
- 1.98 MB
- Source
- Crunchbase
zips-by-amount
| Field | Type |
|---|---|
| lat | number |
| lon | number |
| value | number |
| tooltip | string |
Download
Download CSVAbout
- Last updated
- 9 February 2026
- Total rows
- ...
- Format
- CSV
- File size
- 177 kB
- Source
- Crunchbase
zips-by-numbers
| Field | Type |
|---|---|
| lat | number |
| lon | number |
| value | number |
| tooltip | string |
Download
Download CSVAbout
- Last updated
- 9 February 2026
- Total rows
- ...
- Format
- CSV
- File size
- 412 kB
- Source
- Crunchbase
About this dataset
Crunchcrawl
This module lets you index and download the company information held in Crunchbase.
*Before using, double-check http://www.crunchbase.com/robots.txt and the API conditions to ensure you're obeying the terms-of-service*
It contains various scripts to index and pull down the latest data about the company, as well as a snaphot of the data as it was on Monday August 23rd 2010. This data is CC-BY, see http://www.crunchbase.com/help/licensing-policy for more information.
By Pete Warden <pete@petewarden.com>, freely reusable, see http://petewarden.typepad.com for more