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.
Data updates & refresh schedule
RevenueBase data is updated on a monthly basis.Release schedule
New data drops target the 1st of each month. Depending on weekends, the actual date may shift by ±2–3 days.
Email notifications
We send an email notification to your team when new data has been posted and is ready for consumption.
Profile verification
95% of profiles are re-verified every 90 days. “Re-verified” means the source profile was accessible and we confirmed or updated at least the core profile information — name, current title, company association, and location. Check the
updated_at field for the most recent verification date on any record. See Data Freshness & Quality for details on what happens when profiles can’t be reached.Email verification
All email addresses are re-verified every 60 days. See the
email_last_verified_at field. A recently validated email is one of the strongest indicators that a record is current — prioritize records with recent email_last_verified_at dates when building high-confidence segments for outbound or enrichment.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, Insights, 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.RELEASES.RELEASE.PER_LATEST
S3 path: <delivery_date>/per/<format>/
See Contacts for the full field reference.
Organization table (org)
Company-level data including firmographics, technographics, and company metadata.
Snowflake path: RELEASES.RELEASE.ORG_LATEST
S3 path: <delivery_date>/org/<format>/
See Companies for the full field reference.
Insights table
Aggregated analytics and derived metrics across people and organizations. Snowflake path:RELEASES.RELEASE.INSIGHTS_LATEST
See Insights 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.People and companies
Pre-joined table containing people and company data in one view. Snowflake path:RELEASES.RELEASE.VELOCITY_BASE_UNLIMITED_LATEST
S3 path: <delivery_date>/velocity_base_unlimited/<format>/
People, companies, and insights
Pre-joined table containing people, company, and insight data in one view. Snowflake path:RELEASES.RELEASE.VELOCITY_ENHANCED_UNLIMITED_LATEST
S3 path: <delivery_date>/velocity_enhanced_unlimited/<format>/
