Weekly Competitor Reports in Make
One scenario, every competitor, every platform — delivered before the Monday meeting.
A weekly competitor check is the kind of task that gets skipped the week it matters. The work is not analysis, it is collection: opening the same profiles across five platforms and copying numbers into the same document. Make can do the collection on a schedule once KonbiniAPI gives it something to read.
- 1A KonbiniAPI accountThe free plan includes 100 credits, which is enough to run this a few times.
- 2Make connectedOAuth or API key.
- 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 Make. The KonbiniAPI step is an MCP tool call, and it costs the same credits as the matching REST call.
Good for
- Weekly recap of competitor posting across every platform they use
- Automated social audit for client reporting
- A standing input to the Monday marketing meeting
- A dated archive of what competitors published, for later reference
Iterate a list of competitors, fetch each profile and its recent posts, aggregate into one payload, and deliver it. The iterator is what keeps a ten-competitor report the same scenario as a one-competitor report.
- 1ScheduleRun weekly on whatever day precedes your review. Friday afternoon and Monday morning are the two that get read.
- 2IteratorFeed in the competitor list from a Google Sheet or data store so adding a competitor is a row, not a scenario edit.
- 3MCP Client module — profile and posts toolsFor each competitor, choose the matching platform tools and fetch the profile and available recent posts.
- 4AggregatorCollapse the per-competitor results back into a single bundle so the delivery step sends one report rather than one message per row.
- 5DeliverSend via Gmail or Slack, or write into Notion or Google Docs where the team already looks.
Other Make workflows
- Monitor creator growthScheduled profile checks for any public account, without a scraper to maintain.
- Track follower changesPolling stands in for the webhook these platforms do not offer.
- Content digestA scheduled brief on what was published, not just that something was.
- CRM enrichmentTurn a URL on a record into headcount, industry, and what they have been posting.
Run this in Make.
One API key works for MCP and the REST API. The free plan includes 100 credits and no credit card.