DEV Community

Oddshop
Oddshop

Posted on • Originally published at oddshop.work

Professional Network Automation Rule Engine

We just released Professional Network Automation Rule Engine — apply custom rules to filter and prioritize linkedin csv exports for outreach.

What it does

This tool processes exported LinkedIn search results (CSV) and applies user-defined rules to score, filter, and rank profiles. It's for recruiters and sales teams who need to prioritize leads from LinkedIn without using the platform's automation limits. The key benefit is a clean, prioritized list ready for manual outreach.

Features

  • Load and parse LinkedIn Sales Navigator or Recruiter CSV exports
  • Define scoring rules based on title keywords, company, location, and connections
  • Filter out profiles based on criteria like 'exclude recruiters' or 'only Fortune 500'
  • Sort and rank the final list by a calculated priority score
  • Export the processed results to a new, clean CSV file

Usage

linkedin_rules --input leads.csv --config rules.json --output prioritized_leads.csv
Enter fullscreen mode Exit fullscreen mode

Requirements

Python 3.8+. Install dependencies:

pip install -r requirements.txt
Enter fullscreen mode Exit fullscreen mode

Get it

Download Professional Network Automation Rule Engine for $29 →

Buy once, use anywhere. ZIP includes the full script, README, and usage examples.


Originally published at oddshop.work
Built by OddShop — Python automation tools, one new release every week.

Top comments (0)