Marketing · n8n

Get Alerted When a Competitor Changes Their Pricing Page

React to the market — monitor competitors' pricing pages for changes and get a diff alert so you can respond to new plans or price moves.

difficulty Intermediatesetup 35 minresult You learn about competitor pricing changes immediately, keeping your positioning sharp.
  1. 1

    Schedule the Checks

    Add a Schedule Trigger running daily.

  2. 2

    Fetch the Pricing Pages

    Add an HTTP Request node retrieving each competitor's pricing page content.

  3. 3

    Detect Changes

    Add a Code node comparing to the last stored version to detect a diff.

  4. 4

    Summarize and Alert

    Add an OpenAI node explaining what changed and a Slack node posting it.

  5. 5

    Activate and Test

    Activate the workflow and change a monitored page. Confirm the diff alert fires.

Frequently asked questions

Won't dynamic pages cause false diffs?

Normalize the extracted pricing text and ignore volatile elements so only real changes trigger alerts.

How should I respond?

Use the alert to inform your positioning, but avoid knee-jerk price matching — compete on value.

About this recipe. Recipes on FlowRecipesHub are written for business owners, not developers, and are tested before publishing — how recipes get made. Some ingredient links are affiliate links that cost you nothing — full disclosure.