MARKET RESEARCH
SEC Rule Draft Diff and Material-Change Flagger
Scrapes a watched SEC rule-draft page on a schedule, diffs the new text against the last captured version.
How it runs
The automated pipeline, trigger to output.
- TriggerSchedule: re-check rule page every few hours
- ActionScrape rule draft to markdownFirecrawl
- LogicDiff vs. last stored version; stop if unchanged
- ActionClassify edits as material vs. cosmeticOpenAI
- ActionSave new version as baselinePostgres
- OutputPost severity-tagged alert with diffed passagesSlack
What it does
Keeps a running snapshot of a specific SEC proposed-rule page. On each run it re-scrapes the page, compares the fresh text to the previously stored version, and surfaces exactly what changed. An LLM judges whether the edits are substantive (new obligations, changed thresholds, altered effective dates) or cosmetic (formatting, typos), then sends a Slack message with the verdict and the diffed passages.
When to use it
Use it when your team tracks a handful of in-flight SEC rulemakings and cannot afford to manually re-read 80-page documents to find the two sentences that moved. Best for compliance, legal, and policy teams who need a same-day heads-up the moment a draft is revised.
How it works
- 1A scheduled trigger fires every few hours.
- 2Firecrawl scrapes the watched rule page to clean markdown.
- 3The pipeline pulls the prior captured version from Postgres and computes a text diff; if nothing changed it stops.
- 4OpenAI reads the diff and classifies it as material or cosmetic with a one-line rationale.
- 5The new version is written back to Postgres as the baseline.
- 6Slack receives an alert tagged by severity with the changed passages inline.
Set it up
What you configure once, before turning it on.
- 1Connect FirecrawlCrawl, scrape, structured extract.
- 2Connect PostgresAny Postgres URL — query, write, migrate.
- 3Connect OpenAIModels, embeddings, files.
- 4Connect SlackChannels, DMs, threads, mentions.
- 5Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
- 6Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
- 7Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.
More Market Research workflows
Weekly Materiality-Ranked Filing Digest by Email
Each Friday, aggregates the week's regulatory filings across the coverage universe, ranks them by materiality.
Earnings Keyword-Spike Alert into Linear
Scans new earnings-call transcripts for a set of strategic keywords you care about, and when a competitor's mention frequency spikes above its historical baseline.
Allocate Sales Territory TAM from BigQuery Geo Data to HubSpot
When triggered by a webhook, queries BigQuery public ZIP-level business data to compute TAM per sales territory.
Discover Adjacent Segments from BigQuery and Rank Expansion Bets
On a schedule, scans BigQuery public industry data for fast-growing NAICS sectors adjacent to your core segments, scores them as expansion bets.
Blend BigQuery TAM with Live Competitor Signals into a Notion Brief
On demand, sizes a chosen segment from BigQuery public data, gathers current competitor signals via Brave Search, and synthesizes a one-page market brief into Notion.
Cross-Competitor Theme-Shift Analyst
An agent that gathers the latest earnings transcripts across all tracked competitors, compares this quarter's themes against the prior quarter stored in Coda.
Run it inside a business
This workflow drops into a full company template. Import the org, and this is one of the playbooks its agents run.

Run this workflow in your colony.
14-day trial. No DevOps. No Sales call. Provisioned in under a minute.
