Block 1 - Sticky Note BookSlot Webhook1
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
LinkedIn Job Search Automation Creator: Summer Chang Setup Instructions This n8n workflow automatically searches for senior designer jobs...
n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, n8n-nodes-base.limit, n8n-nodes-base.code, n8n-nodes-base.notion, n8n-nodes-base.filter, n8n-nodes-base.wait, n8n-nodes-base.scheduletrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Summer.
Original n8n.io sourceCreator: Summer Chang
This n8n workflow automatically searches for senior designer jobs on LinkedIn every day at 5am and saves them to a Notion database. Prerequisites
n8n instance (cloud or self-hosted) Notion account with API access A Notion database set up to receive job listings
✅ 1. Create Your Notion Database Or duplicate my template
✅ 2. Connect Notion to n8n
In the "Save to Notion" node, click on the Notion credentials Follow the authentication flow to connect your Notion account Select your job search database from the dropdown
✅ 3. Customize Your Search Criteria In the "Set Search Criteria" node, modify these parameters to match your job preferences:
search_keywords: Job titles to search for (comma-separated)
Default: senior product designer, product design lead, senior UX designer, AI designer
excluded_keywords: Terms to filter out (comma-separated)
Default: contract, freelance
location: Where you want to work (comma-separated)
Default: remote, san francisco
f_TPR: Time filter for job postings
r86400 = Last 24 hours r604800 = Last week r2592000 = Last month
sortBy: How to sort results
DD = Most recent first R = Most relevant first
✅ 4. Adjust the Schedule In the "Everyday @5am" node:
Click on the node Modify the schedule to your preferred time You can set it to run daily, weekly, or at custom intervals
✅ 5. Set Result Limits In the "Limit1" node:
Default: Processes 10 jobs per run Adjust the maxItems value to get more or fewer results
✅ 6. Configure Wait Time (Optional) The "Wait2" node adds a 10-second delay between requests to avoid rate limiting:
Default: 10 seconds Increase if you're getting blocked by LinkedIn Decrease for faster processing (not recommended)
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.
| Workflow | Automating job searches on LinkedIn and X, then saving results to Notion |
|---|---|
| Complexity | advanced |
| Nodes | 23 |
| Categories | Lead Generation |
| Author | Summer |
| Published | 16 Oct 2025 |
Use the JSON export at /data/workflows/9793/9793.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
LinkedIn Job Search Automation Creator: Summer Chang Setup Instructions This n8n workflow automatically searches for senior designer jobs...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.