Skip to main content

The Juicer API

Overview of the Enterprise plan API — what it does, how to access it, and how it differs from the standalone developer API at developers.juicer.io.

Written by Mario T.

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.

🧭 Two Juicer APIs — pick the right one.

  • The dashboard API (this article). Included with the Enterprise plan. Use it to script the Juicer dashboard you already use—create feeds, add sources, retrieve posts, manage users.

  • The standalone Juicer API at developers.juicer.io. A developer-first product for building your own apps on top of Juicer's social aggregation, with or without using the dashboard.

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

  • Retrieve page-view and click analytics

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.

  1. Subscribe to the Enterprise plan if you aren't already.

  2. Open the API page while signed in—your authentication token is shown there.

  3. 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.

Did this answer your question?