Mixpanel's APIs are public and self-serve: ingestion, query, raw export, Lexicon, cohorts, and GDPR endpoints, documented at developer.mixpanel.com. Ingestion scales to roughly 30k events per second, but the Query and Raw Export APIs cap at 60 queries per hour, which throttles large syncs.
Mixpanel scores A on the API Report Card. Mixpanel's APIs are public and self-serve: ingestion, query, raw export, Lexicon, cohorts, and GDPR endpoints, documented at developer.mixpanel.com. Ingestion scales to roughly 30k events per second, but the Query and Raw Export APIs cap at 60 queries per hour, which throttles large syncs.
Mixpanel has a workable official integration path. Most engineering teams can build against it directly. Open API: self-serve, documented, with SDKs
Mixpanel is an AI-powered product analytics platform that tracks user events and behavior across web, mobile, and server-side applications to help product, growth, marketing, and data teams understand how users interact with their products.
Vertical: Product analytics / behavioral analytics (horizontal SaaS, not industry-specific). Product managers, growth teams, engineers, and data analysts install the Mixpanel SDK (web JS snippet, iOS/Android SDK, or server-side ingestion via HTTP) and start firing named events with arbitrary JSON properties, 'Signup Completed', 'Subscription Started', 'Video Played', 'Checkout Abandoned'.
Mixpanel reports 26,000-29,000+ customers and processed 11.7 trillion user events in 2024 at a reported $210M ARR and $1.1B valuation.
Yes, for any digital business that runs growth, product, retention, or monetization decisions on Mixpanel, the platform holds the full behavioral dataset: every tracked event with all properties; every identified user profile and the stitched anonymous-to-logged-in journey; every funnel, retention cohort, flow, segment, dashboard, and saved report; every experiment variant exposure and the resulting conversion outcomes; every feature flag evaluation; session replays of real user sessions; and the Lexicon governance metadata that defines what events and properties mean.
Founded in 2009 in San Francisco by Suhail Doshi and Tim Trefren as a YC-backed startup, Mixpanel was the first widely adopted product analytics platform aimed at non-Google-Analytics use cases.
Query API rate limit is brutally low, 60 queries/hour and only 5 concurrent, and Mixpanel publicly states it cannot be increased except via sales escalation for enterprise one-time backfills. Raw Data Export API is capped at 60 queries/hour and 3 queries/sec, which makes syncing large historical date windows take days and routinely returns 429s. Full sourced list under Sources below.
Common alternatives include Amplitude, Heap (Contentsquare), PostHog, Google Analytics 4, FullStory, Pendo. Graded alternatives appear under "More from the report card" below.
Grades measure one thing: can a customer's engineering team get their own data out programmatically? We check six things (whether a real API exists, how access is gated, data coverage, auth quality, docs and developer experience, and stability) and roll them into a letter grade. Grades get re-verified, and they only move on evidence.