The Juicer API lets you build your own integrations on top of Juicer's social media aggregation. This article gives you a quick overview of what the API can do, how to access it, and where to find the full reference.
What you can do with the API
Through the API you can:
Create and manage feeds
Add and remove sources
Retrieve post data
Manage users and permissions
Customize feed appearance and behavior
Track page views and clicks
Full endpoint, object, and request/response details are documented in the API reference.
Getting started
Before you begin:
⚠️ Enterprise plan required: The Juicer API is available to Enterprise subscribers. On other plans, the API page prompts you to upgrade instead of showing your authentication token.
Subscribe to the Enterprise plan if you aren't already.
Open the API page while signed in—your authentication token is shown there.
Use the same page as the reference for endpoints, request formats, and code examples.
Rate limits and best practices
Cache responses where you can—feed and post listings rarely need second-by-second freshness.
Request only the data you need; avoid polling endpoints in tight loops.
Page-view and click analytics only fire on Juicer's standard JS, WordPress, and iframe embeds—they do not run when you consume the API directly.
Support
If the reference doesn't answer your question, contact us.
