KonbiniAPI

Monitor Creator Growth in Pipedream

Scheduled profile reads, with real code in the middle when you need it.

Pipedream has no source for public social profiles, and the usual workaround is a custom HTTP step wrapped around someone’s scraper. Point a workflow at the KonbiniAPI MCP server instead: the typed tools appear in the tool list, and the code steps you were going to write can do the part that actually needs code.

Before you start
  1. 1A KonbiniAPI accountThe free plan includes 100 credits, which is enough to run this a few times.
  2. 2Pipedream connectedOAuth or API key.
  3. 3A real targetA public account, post, or keyword to run it against — the placeholders below are not live values.

Wire it up.

Each step below is a node or action in Pipedream. The KonbiniAPI step is an MCP tool call, and it costs the same credits as the matching REST call.

Good for

  • Track influencer follower growth for the length of a campaign
  • Build a creator growth dashboard from a scheduled series
  • Compute platform-appropriate growth and engagement metrics in the same workflow
  • Feed a warehouse table without standing up a collector
Workflow steps

Trigger on a schedule, call the KonbiniAPI tool, transform in a code step, and persist. Pipedream is the automation client where the transform is the reason to choose it.

  1. 1Schedule triggerSet the cadence. Pipedream keeps the run history, which is useful when you are debugging a series that looks wrong.
  2. 2MCP tool call — profile tool for the selected platformLoad the tool list and call the matching profile tool. Store the metrics that platform exposes, such as follower count or Reddit account scores.
  3. 3Code stepCompute the delta against the last run, derive the rate, and shape the row exactly as your destination wants it — the step that a UI-only builder cannot do.
  4. 4Persist or notifyWrite to Postgres, BigQuery, or a sheet, and post to Slack when the derived metric crosses a line.

Run this in Pipedream.

One API key works for MCP and the REST API. The free plan includes 100 credits and no credit card.