This website requires JavaScript.
Use Case

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.

Monitor Profile
Fetch New Posts
Export Comments
Deliver Results

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

What You Can Automate

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.

How Workflows Work

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

1

Pick a Source URL

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

2

Build Your Pipeline

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

3

Set a Schedule

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

4

Get Results Delivered

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

Workflows vs. Manual Process

Manual Process

Time-consuming daily work that scales poorly with more profiles to monitor.

  • Visit each profile daily
  • Copy post URLs one by one
  • Submit each URL separately
  • Track which posts are new
  • Download results individually

With Workflows

Set it up once, get results delivered automatically. Scales to any number of profiles.

  • Automatic profile scanning
  • New posts detected automatically
  • Comments exported per post
  • Deduplication between runs
  • Batch ZIP delivered to you

Plan Comparison

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

  • Premium: 2 workflows, 2 steps, 10 results/step
  • Business: 10 workflows, 5 steps, 100 results/step
  • All 7+ platforms supported
  • Webhook delivery included
  • Custom cron on Business

Create Workflows via API

Programmatically manage workflows with our REST API

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.

Get Started