Get access to your data feed
To get started, provide a few details based on your chosen delivery method. After you provide this information, RevenueBase will provision access and deliver your first dataset — typically within 1–2 business days.- AWS S3
- Snowflake
Provide your AWS details and get credentials
Provide your AWS Account ID
Share your 12-digit AWS Account ID with your RevenueBase onboarding contact. This is required so we can grant your account access to our S3 bucket.
Receive your access credentials
Once provisioned, we’ll share your bucket details including:
- S3 bucket alias (or ARN-based access point)
- AWS region for the bucket (by default
eu-north-1)
Find your data in the bucket
RevenueBase supports dynamic feeds in three formats: CSV, JSON, and Parquet. When you get access to the data in S3, you get access to all three formats. For more on Parquet, see the official Parquet documentation. Your data lives in date-stamped folders within the S3 bucket. The path structure is:| Path segment | Description |
|---|---|
delivery_date | Date of delivery in YYYYMMDD format (e.g., 20260201) |
dataset_name | The dataset included in your subscription (e.g., per, org, or a pre-joined dataset) |
file_format | One of json, csv, or parquet |
Data is split across multiple files within each delivery folder. This is by design — it enables parallel processing and significantly improves import performance for large datasets.
Azure and GCP delivery — Access and delivery through other clouds (Google Cloud Storage and Azure Blob Storage) is available. File format options (CSV, JSON, Parquet) and delivery cadence are the same as S3. Please contact your account manager or support@revenuebase.ai for details.
Available tables
Your RevenueBase subscription includes access to the following tables, depending on your plan. In Snowflake, these appear under theRELEASES database. For S3 deliveries, each table corresponds to a dataset folder in your bucket. For full schema and field reference, see Contacts, Companies, Insight, and Historical experience.
Person table (per)
The core contact-level table. Each row represents a person at a specific organization.
If someone holds multiple current positions, they will have multiple rows in the person table — each with a unique
RBID_PAO but sharing the same RBID_PER.RBID_ORG and RBID_PAO may be missing if the person’s LinkedIn profile does not link to a company page. This occurs because the company name field on LinkedIn is free text — people can enter anything and may skip linking to an existing company page.RELEASE.PER_LATEST
S3 path: <delivery_date>/per/<format>/
See Person for the full field reference.
Organization table (org)
Company-level data including firmographics, technographics, and company metadata.
Snowflake path: RELEASE.ORG_LATEST
S3 path: <delivery_date>/org/<format>/
See Companies for the full field reference.
Insight table
Aggregated analytics and derived metrics across people and organizations. Snowflake path:RELEASE.INSIGHTS_LATEST
See Insight for the full field reference.
Raw feed
The unprocessed, full-fidelity data feed for advanced use cases and custom pipelines. Snowflake path:RELEASES.CUSTOM.RAW_FEED_PER_LATEST
Pre-joined tables
Pre-joined tables combine multiple core tables so you can query people, companies, and optionally insights in a single view without writing joins. Pre-joined tables is an option your could choose for you subscription instead of separate tables of people/company/insights delivered to you. That way to data delivery less flexible, but easy to adopt and use.Person and Organization
Pre-joined table containing people and organization data in one view. Snowflake path:RELEASE.VELOCITY_BASE_UNLIMITED_LATEST
S3 path: <delivery_date>/velocity_base_unlimited/<format>/
Person, Organization, and Insight
Pre-joined table containing people, organization, and insight data in one view. Snowflake path:RELEASE.VELOCITY_ENHANCED_UNLIMITED_LATEST
S3 path: <delivery_date>/velocity_enhanced_unlimited/<format>/
Next steps
Data Freshness & Quality
How verification works, why records become stale, and quality assessment guidance.
FAQ
Answers to common questions about data organization, delivery, and troubleshooting.
