Use this powerful n8n workflow to automate competitor intelligence gathering (pricing, jobs, features) using the Browser-Use AI and deliver structured results to Slack. Get started with n8n templates today.
Download this n8n workflow template and start using it instantly.
Markdown-formatted text:
Product managers and marketers who need up-to-date competitor analysis.
Automation specialists looking for advanced n8n templates integrating AI services.
Users needing asynchronous data processing capabilities within their n8n projects.
Teams wanting automated delivery of highly structured research data directly to communication channels.
Keeping track of competitors' pricing, job openings, and new features is crucial but time-consuming. This robust n8n workflow solves this by utilizing the Browser-Use Cloud API, which performs exhaustive, intelligent web scraping and analysis based on simple natural language prompts.
The power of this n8n automation lies in its two-part, asynchronous design. First, a simple form submission starts the long-running research task. Second, a separate n8n trigger (a Webhook) waits for the AI service to finish and delivers the final, structured report to Slack. This specific n8n workflow is a prime example of leveraging external AI capabilities to perform complex data extraction tasks, saving countless manual hours. By using this n8n node combination, you ensure timely and accurate competitor intelligence.
This n8n workflow operates asynchronously and is split into two main flows:
status is 'finished' and the source matches our specific 'n8n-competitor-demo' metadata. If these conditions are met, the 'Get Task details' n8n node fetches the final, complete JSON data from the AI service. This highly structured data is then processed by the 'Generate Slack message' code n8n node, which transforms the raw JSON into an easily readable Slack message format (complete with bullet points for pricing, jobs, and features). Finally, the 'Send to Slack' n8n node posts the comprehensive competitor report to the designated channel. This dual-trigger approach makes this n8n workflow highly resilient for long-running processes.Markdown-formatted text:
YOURN8NURL/webhook/get-research-data) and register it within your Browser-Use account settings as the default callback endpoint for task completions.Markdown-formatted text:
On form submission (n8n trigger): The initial entry point. It captures the 'Competitor Name' input, which dynamically feeds into the AI research prompt.
BrowserUse Run Task (HTTP Request n8n node): Sends a POST request to the Browser-Use API. Key configuration includes the dynamic task prompt using {{ $json['Competitor Name'] }} and a complex structuredoutputjson schema to ensure the AI returns standardized data points (pricing, jobs, announcements).
Webhook (n8n trigger): Waits for an external callback signal from the Browser-Use service, indicating that the complex research task is complete. Path is configured as /get-research-data.
If (n8n node): Essential flow control. It filters incoming webhooks, proceeding only if the status is 'finished' and the metadata source matches 'n8n-competitor-demo'. This ensures data integrity within the overall n8n workflow.
Get Task details (HTTP Request n8n node): Retrieves the full, processed JSON output from the AI service using the session_id provided in the previous webhook payload. It uses the same API Key credentials as the initiating n8n node.
Generate Slack message (Code n8n node): A custom code n8n node responsible for parsing the complex JSON and formatting it into a clean, human-readable Slack message using bullet points, ensuring the final output is highly digestible.
Use this powerful n8n workflow to automatically score company ICP (Ideal Customer Profile) using Explorium data and Anthropic/Claude AI analysis, generating structured Google Docs reports.

Automate robust data enrichment by scraping ZoomInfo profiles using Serper for indexing and Oxylabs for efficient extraction. This n8n workflow template updates Google Sheets seamlessly.

Streamline insurance operations using this powerful n8n workflow. Automate carrier selection, generate application PDFs from Google Docs, track submissions in Google Sheets, and notify brokers automatically.

Use this comprehensive n8n workflow to automate compliance evidence collection. It reads audit logs from Google Sheets, fetches corresponding evidence files from Google Drive, zips them, and sends the final documentation packet via Gmail. A perfect n8n template for auditors.








































