How to Generate Unlimited Leads Using n8n

Table of Contents Summary What does this automation do? It finds companies in the targeted category via Google Maps and extracts emails and leads from these companies’ websites and external sources with Outscraper services. What do you need for automation? Self hosting n8n Outscraper Account Outscraper n8n node (Outscraper Google Maps Data Scraper and Emails & Contacts Scraper services)  Google Sheets How will this automation work? It will search Google Maps to generate a list 자세히 보기…

Verifying Outscraper Webhook Request

How to Verify Outscraper Webhook Request Signatures

When you configure a webhook URL in your Outscraper integration settings, our system will automatically send a POST request with the scraped results to that URL whenever a task/reuqest is finished. For security, every webhook payload is signed using your Outscraper API key. This allows you to verify that the webhook truly comes from Outscraper and has not been altered. Step 1. Signature Header Every webhook request includes an additional header: X-Hub-Signature-256: sha256= <signature> is 자세히 보기…