Love the data Apollo gives you, but that API rate cap of 200 requests per hour is a real pain in the arse. I'm using it via Claude to enrich company profiles and sync stage changes from our CRM-no native integration, so it's the only way-and hitting that ceiling every single hour makes scaling impossible. You're basically forced to batch everything and wait around, which completely kills any real-time workflow.
Tried a few workarounds like rotating API keys or staggering calls, but the limit seems tied to the account, not the key. Anyone else found a way around this without rebuilding the whole pipeline?