This folder contains importable workflow templates that combine the Outscraper community node with standard n8n nodes and n8n AI Agent.
- n8n with
n8n-nodes-outscraperinstalled - Outscraper API credentials configured in n8n
- OpenAI Chat Model credentials configured in n8n
- Optional Slack or CRM credentials/endpoints, depending on the workflow
The examples use n8n's built-in AI Agent cluster node with an OpenAI Chat Model sub-node and a Structured Output Parser. They do not call OpenAI through custom HTTP Request nodes.
File: ai-powered-lead-generation-pipeline.workflow.json
Flow:
- Search businesses with Google Maps.
- Normalize business results into lead candidates.
- Enrich websites with Emails & Contacts.
- Validate the best email with Email Validator.
- Score the lead with AI Agent and Structured Output Parser.
File: review-sentiment-analysis-workflow.workflow.json
Flow:
- Pull Google Maps reviews.
- Normalize nested Outscraper review data, including
reviews_data. - Aggregate review count and average rating.
- Analyze sentiment with AI Agent and Structured Output Parser.
- Format and send a Slack digest.
File: ai-agent-lead-qualification.workflow.json
Flow:
- Search local businesses with Google Maps.
- Normalize Outscraper's nested response shape.
- Rank leads with AI Agent and Structured Output Parser.
File: ai-agent-review-triage.workflow.json
Flow:
- Extract reviews from a Google Maps place URL.
- Normalize review text and ratings.
- Generate triage output with AI Agent and Structured Output Parser.
File: ai-agent-ai-scraper-schema-extraction.workflow.json
Flow:
- Use Outscraper AI Scraper with a nested product schema.
- Normalize extracted products.
- Review extraction quality with AI Agent and Structured Output Parser.
- Open n8n.
- Select Import from File.
- Choose one of the
.workflow.jsonfiles. - Assign credentials to the Outscraper nodes and OpenAI Chat Model nodes.
- Replace placeholder Slack webhook URLs or CRM endpoints where present.
- Run the workflow manually before enabling schedules.