Delivery Methods
Cloud Storage
Delivery to your cloud storage bucket:- Amazon S3: Direct delivery to your S3 bucket
- Google Cloud Storage: Delivery to your Google Cloud Storage bucket
- Azure Blob Storage: Delivery to your Azure Blob Storage container
Secure File Transfer (SFTP)
Traditional SFTP delivery to your server:- Secure, encrypted transfer
- Automated delivery scheduling
- Compatible with all standard SFTP clients
File Formats
CSV
Comma-separated values format:- Easy to import into spreadsheets and databases
- Flat structure (nested data flattened)
- Compatible with Excel, Google Sheets, and all major databases
JSON
Structured JSON format:- Preserves nested object structure
- Arrays maintained as arrays
- Human-readable format
Parquet
Columnar Parquet format:- Optimized for analytics and data warehouses
- Efficient compression
- Schema embedded in file
Delta
Delta Lake format:- Schema enforcement
- Built on Parquet
- Native support in Databricks, Spark, and other lakehouse platforms
Update Frequency
Monthly Refreshes
Each month you receive a complete, full-file delivery of all records matching your criteria. There are no incremental or diff files. Every delivery is a full snapshot of the dataset.Data Organization
Versioning
Each delivery includes:build_versionfield in each record (schema version)
Integration Examples
Loading into Database
PostgreSQL:Processing with Python
CSV:Related Documentation
- Quickstart - Get started guide
- Person Schema - Person data structure
- Company Schema - Company data structure
- Get Sample Data - Get a sample dataset