Skip to main content

Find mobile numbers with ScraperCity from LinkedIn and notify sales in Slack

Workflow preview

Workflow preview
100%
Find mobile numbers with ScraperCity from LinkedIn and notify sales in Slack preview
Open on n8n.io

1. Workflow Overview

Who is this for This template is for sales teams, SDRs, and revenue operations professionals who need to quickly find mobile phone numbers from a list of LinkedIn profile URLs or work email address...

Best for

  • Lead Generation automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.splitinbatches, n8n-nodes-base.if

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Alex Berman.

Original n8n.io source

1.1 Workflow description

Title
Find mobile numbers with ScraperCity from LinkedIn and notify sales in Slack
Workflow name
Find mobile numbers with ScraperCity from LinkedIn and notify sales in Slack

Who is this for

This template is for sales teams, SDRs, and revenue operations professionals who need to quickly find mobile phone numbers from a list of LinkedIn profile URLs or work email addresses. If your team relies on cold calling as part of outreach and wants to automate the enrichment step, this workflow saves hours of manual lookup.

How it works

The workflow reads a list of LinkedIn URLs or work emails from a Set node, submits them to the ScraperCity Mobile Finder API, then polls asynchronously until results are ready. Once complete, it downloads the results, parses each contact record, removes duplicates, and posts a formatted Slack alert to your sales team channel with the discovered mobile numbers.

How to set up

  1. Add your ScraperCity API key as an n8n credential named "ScraperCity API Key" using the HTTP Header Auth type with the header name "Authorization" and value "Bearer YOUR_KEY".
  2. Add your Slack credential under the "Alert Sales Team in Slack" node.
  3. Open the "Configure Inputs" node and replace the sample LinkedIn URLs or emails with your actual targets.
  4. Set your target Slack channel name in the "Alert Sales Team in Slack" node.
  5. Click "Execute workflow" to run.

Requirements

  • ScraperCity account with Mobile Finder access (app.scrapercity.com)
  • Slack workspace with a bot token or OAuth credential configured in n8n

How to customize the workflow

  • Swap the manual trigger for a Schedule Trigger to run enrichment automatically on a cadence.
  • Replace the Slack node with an email send node or a CRM node (HubSpot, Airtable) to push results directly into your pipeline.
  • Add a Filter node after parsing to only alert on records where a mobile number was actually found.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - When clicking 'Execute workflow'

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 10 - Configure Inputs

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 11 - Build Inputs Array

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 12 - Submit Mobile Finder Job

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 13 - Store Run ID

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 14 - Wait 30 Seconds Before First Poll

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 15 - Poll Loop Controller

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 16 - Check Job Status

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 17 - Is Job Complete?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 18 - Wait 60 Seconds Before Retry

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 19 - Download Mobile Finder Results

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 20 - Parse CSV Results

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 21 - Remove Duplicate Contacts

Type / Role
n8n-nodes-base.removeDuplicates - removeDuplicates
Config choices
Version 2

Block 22 - Filter Records With Phone Numbers

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 23 - Format Slack Message

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 24 - Alert Sales Team in Slack

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

3. Summary Table

Workflow Find mobile numbers with ScraperCity from LinkedIn and notify sales in Slack
Complexity advanced
Nodes 24
Categories Lead Generation
Author Alex Berman
Published 27 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14383/14383.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Find mobile numbers with ScraperCity from LinkedIn and notify sales in Slack do?

Who is this for This template is for sales teams, SDRs, and revenue operations professionals who need to quickly find mobile phone numbers from a list of LinkedIn profile URLs or work email address...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Generation use case.