FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

Β© 2026 FlareStart. All rights reserved.

Back to articles
I built a LinkedIn job scraper that sends daily digests to Discord (no login, no code)
How-ToWeb Development

I built a LinkedIn job scraper that sends daily digests to Discord (no login, no code)

via Dev.to Webdevalex1mo ago

I got tired of manually checking LinkedIn every day, so I automated it. Built a Make.com scenario that: Scrapes LinkedIn jobs via Apify (no login required) Filters for Easy Apply + remote + entry level Sends a clean daily digest to Discord Example output: πŸ”· Automation Engineer β€” Acme Ltd πŸ“ United Kingdom | πŸ’Ό Full-time | ⏰ 2 hours ago πŸ”— https://linkedin.com/jobs/view/ ... --- How it works HTTP POST β†’ Start Apify actor (worldunboxer/rapid-linkedin-scraper) Sleep 90s β†’ Wait for scrape to finish HTTP GET β†’ Fetch results from Apify dataset Iterator β†’ Loop through jobs Filter β†’ Easy Apply only Set Variable β†’ Format each job entry Text Aggregator β†’ Combine into one message HTTP POST β†’ Send to Discord webhook Key lessons learned The JSON escaping problem β€” Line breaks in aggregated text break Discord's JSON. Fix: use Make.com's "Data structure" input method instead of raw JSON string. It escapes everything automatically. Apify actor quirks β€” The actor sometimes ignores keyword parameters and r

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
44 views

Related Articles

What we’re looking for in Startup Battlefield 2026 and how to put your best application forward
How-To

What we’re looking for in Startup Battlefield 2026 and how to put your best application forward

TechCrunch β€’ 1d ago

Build Days That Actually Mean Something
How-To

Build Days That Actually Mean Something

Medium Programming β€’ 1d ago

I have blogged about the difference between code coverage and test coverage and why it matters to distinguish between these 2.
How-To

I have blogged about the difference between code coverage and test coverage and why it matters to distinguish between these 2.

Dev.to Beginners β€’ 1d ago

The origin story of Apple’s long-running relationship with FoxConn
How-To

The origin story of Apple’s long-running relationship with FoxConn

The Verge β€’ 1d ago

How to Optimize Big Data Platform Costs Across the Data Lifecycle
How-To

How to Optimize Big Data Platform Costs Across the Data Lifecycle

Hackernoon β€’ 1d ago

Discover More Articles