This website requires JavaScript.
Use case / Workflows

Automated Multi-Step Export Workflows

Monitor profiles, pages, and channels across social media platforms. Automatically export comments, likes, and more from every new post — without lifting a finger.

Available on Premium & Business plans

Daily Coca-Cola CommentsIllustrative preview
Monitor Profilefacebook.com/cocacola
Daily · 08:00Europe/Madrid
  1. 01
    Fetch New Postsexport_posts
  2. 02
    Export Commentsprevious_results · max_age_hours: 48
Deliver ResultsBatch ZIP · webhook delivery
Two export steps. One scheduled pipeline.
Connect. Schedule. Deliver.
  • Automatic Deduplication
  • Smart Filtering
  • Webhook & Email Delivery
01 / Connected by design

Chain Actions Into Automated Pipelines

Stop manually checking profiles for new posts every day. Workflows let you connect existing export features into a pipeline that runs on a schedule. Each step's output feeds into the next step automatically.

Automatic Deduplication

Only new posts are processed — items from previous runs are automatically skipped

Smart Filtering

Filter by post age, keywords, or engagement before exporting comments

Webhook & Email Delivery

Get results delivered to your inbox or HTTP endpoint when the workflow completes

02 / Across your platforms

What You Can Automate

All 7+ platforms supported

Facebook Profile Monitoring

Daily scan of 20+ public profiles. Auto-export comments from every new post.

Instagram Post Tracking

Monitor influencer accounts. Export comments and likes from new content automatically.

YouTube Channel Watch

Track channels for new uploads. Export comments on each new video within hours.

TikTok Creator Monitoring

Follow creators and automatically capture comments from their latest videos.

Twitter/X Thread Capture

Monitor accounts for new tweets and automatically extract all replies.

Subreddit Monitoring

Track subreddits for new threads and auto-export comment discussions.

LinkedIn Company Feed

Follow company pages and export engagement data from every new post.

Multi-Step Chains

Combine any features: posts → comments → likes, or profiles → followers → posts.

03 / From source to delivery

How Workflows Work

Build a pipeline in minutes, then let it run on autopilot

  1. 01

    Pick a Source URL

    Enter a profile, page, channel, or subreddit URL you want to monitor.

  2. 02

    Build Your Pipeline

    Add steps: fetch posts, then for each post export comments, likes, or shares.

  3. 03

    Set a Schedule

    Choose daily, hourly, weekly, or custom cron. Set your preferred time and timezone.

  4. 04

    Get Results Delivered

    Receive a batch ZIP of all exports via email, webhook, or download from your dashboard.

04 / Less repetition

Workflows vs. Manual Process

Manual Process Time-consuming daily work that scales poorly with more profiles to monitor.With Workflows Set it up once, get results delivered automatically. Scales to any number of profiles.
Visit each profile daily Automatic profile scanning
Copy post URLs one by one New posts detected automatically
Submit each URL separately Comments exported per post
Track which posts are new Deduplication between runs
Download results individually Batch ZIP delivered to you
05 / Room to automate

Plan Comparison

Workflows are available on Premium and Business plans with different limits.

View Pricing

Premium

Workflows
2
Steps
2
Results / step
10

Business

Workflows
10
Steps
5
Results / step
100
  • All 7+ platforms supported
  • Webhook delivery included
  • Custom cron on Business
06 / Built for developers

Create Workflows via API

Programmatically manage workflows with our REST API

The same pipeline, expressed as a request: fetch posts, pass their results to the next step, then deliver via webhook.

POST /api/v1/workflows
{
  "name": "Daily Coca-Cola Comments",
  "url": "https://facebook.com/cocacola",
  "frequency": "daily",
  "preferredTime": "08:00",
  "timezone": "Europe/Madrid",
  "deliveryMethod": "webhook",
  "webhookUuid": "your-webhook-uuid",
  "steps": [
    {
      "action": "export_posts",
      "options": { "limit": 50 }
    },
    {
      "action": "export_comments",
      "inputMode": "previous_results",
      "options": { "limit": 5000 },
      "conditions": { "max_age_hours": 48 }
    }
  ]
}

Ready to automate your exports?

Create your first workflow and stop manually tracking social media profiles.