SpoofBrowser

Linken Sphere 2 Scenarios β€” A No-Code Automation Pipeline

How Linken Sphere 2 Scenarios actually work: blocks, variables, branching, scheduling, and real-world examples for affiliate teams.

Β· SpoofBrowser Editoriallinken-sphere-2automationscenarios

Linken Sphere 2's Scenarios is the deepest no-code automation engine in any anti-detect browser. Here's how it actually works and what to build with it.

Core concepts

  • Blocks β€” atomic actions: navigate, click, type, wait, conditional, HTTP request, variable set.
  • Variables β€” per-profile key-value store. Persistent across scenario runs.
  • Branches β€” conditional flow based on variable values or DOM state.
  • Retries β€” exponential backoff on block failures.
  • Schedule β€” cron-like, timezone-aware, runs per profile or per group.

Example: FB account warming

Build a scenario that:

  1. Navigates to facebook.com
  2. Waits for page load
  3. If logged out β†’ branch to login flow
  4. Scrolls feed for 5-15 minutes (randomised)
  5. Likes 2-4 posts (randomised)
  6. Adds 1-3 friend suggestions
  7. Logs out
  8. Schedules itself to repeat in 18-30 hours (randomised)

The scenario runs per profile across 100 profiles, randomising actions enough that detection doesn't see identical patterns.

Example: ad spend monitoring

  1. Logs into FB Ads Manager
  2. Reads daily spend across all active campaigns
  3. Posts results to your Slack via HTTP block
  4. If spend exceeds threshold, pauses campaigns
  5. Logs out

Scheduled every 30 minutes across all your FB Ads profiles.

Example: Amazon multi-listing

  1. Reads listings.csv from variable store
  2. For each row, navigates to Amazon Seller Central
  3. Creates listing with row data
  4. Captures listing URL into variable
  5. Posts URL + ASIN back to your CRM

Where scenarios beat raw Selenium

  • No engineering bandwidth required β€” operators build flows visually.
  • Per-profile state persistence β€” variables survive across runs.
  • Built-in scheduling β€” no separate cron / Airflow.
  • Visual debugging β€” see exactly which block failed and why.

Where scenarios fall short

  • Complex logic β€” deeply nested branching gets unwieldy. Drop to Selenium / Playwright for genuine complexity.
  • Custom libraries β€” no way to import npm packages.
  • Engineering team prefers code β€” for teams with engineers, Afina's Selenium / Playwright API is more flexible.

See our Selenium / Playwright on anti-detect guide for the code-first alternative.

When to pick LS2 for scenarios

If your team has more operators than engineers and your workflows are 80% repetitive β€” LS2 Scenarios collapses three tools (anti-detect + automation + scheduler) into one product. Worth the higher entry price.

Frequently Asked Questions

Can scenarios call my custom API?+
Yes β€” HTTP request blocks accept any URL with custom headers and bodies. Useful for fetching tokens or posting back to your CRM.
How do variables work?+
Each profile has its own variable store. Scenarios can read/write per-profile state, persisting across runs.
Scheduling β€” built-in or external?+
Built-in cron-like scheduler with timezone awareness. No need for external cron.
Editor's pick Β· #1 in 2026

Try the top-rated anti-detect browser today

Afina ships a 47-surface fingerprint engine, UDP support, and zero-knowledge encryption at the most generous free tier in the field.

SALE20 Β· 20% off first month, any tierSALE30 Β· 30% off Business tier (annual prepay)