outputs/
├── 🔍 search_results/ # LinkedIn search results (JSON)
├── ⚙️ processed_candidates/ # Processed & scored candidates (JSON)
├── 📊 excel_exports/ # Organized Excel files (8 sheets each)
└── 📝 json_data/ # Raw data & backups
linkedin_agent_20250630.log- Application logs & errors
python linkedin_agent.py search --query "python developer" --excel-file autoResult: outputs/excel_exports/search_python_developer_TIMESTAMP.xlsx
python linkedin_agent.py search --query "ML engineer" --sheets-name "ML Candidates 2025" --share-email your@email.comResult: Online Google Sheet shared with your email
python linkedin_agent.py export --input candidates.json --excel organized_data.xlsx --include-analyticsResult: outputs/excel_exports/organized_data.xlsx
- 📋 Candidates - Names, titles, companies, fit scores
- 📞 Contact_Info - LinkedIn, email, social profiles
- 🎓 Experience_Education - Work history, degrees, schools
- ⚡ Skills_Scoring - Technical skills, match ratings
- 🌐 Multi_Source_Data - GitHub, Twitter, websites
- 💬 Generated_Messages - AI outreach messages
- 📈 Analytics - Charts, score distributions, insights
- 📄 Summary - Export metadata, top candidates
- Format:
{operation}_{query/description}_{timestamp}.{extension} - Example:
search_python_developer_20250630_141500.xlsx - Timestamp:
YYYYMMDD_HHMMSSformat
# Open outputs folder
explorer outputs\excel_exports
# Or double-click any .xlsx file# View in text editor
notepad outputs\search_results\latest_search.json
# Or import into other tools- Check your email for the shared link
- Or go to Google Sheets and look for the sheet name you provided
✅ Auto-Organization: Files automatically go to the right folder
✅ Timestamps: Never overwrite previous results
✅ Multiple Formats: Export to JSON + Excel + Google Sheets simultaneously
✅ Team Sharing: Google Sheets can be shared instantly with your team
✅ Professional Format: Excel files are beautifully formatted and ready for presentations
- Check the timestamp - files are named with exact time
- Look in the right subfolder - search results vs processed candidates
- Check the logs -
logs/linkedin_agent_YYYYMMDD.logshows what happened - Google Sheets - check your email for the share notification
Your LinkedIn Sourcing Agent results are always organized and easy to find! 🎉