-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
ai-review-readyPR created, awaiting reviewPR created, awaiting reviewbugSomething isn't workingSomething isn't working
Description
Bug: All search categories return 0 results β search selectors broken (March 2026)
Description
All six search categories (people, companies, jobs, posts, groups, events) return 0 results for any query. LinkedIn search pages load but result extraction fails silently β no error is thrown, just empty result arrays.
Steps to Reproduce
linkedin search "AI operations" --category people --limit 5 # 0 results
linkedin search "Copenhagen tech" --category companies --limit 5 # 0 results
linkedin search "AI" --category jobs --limit 5 # 0 results
linkedin search "artificial intelligence" --category posts --limit 5 # 0 results
linkedin search "technology" --category groups --limit 5 # 0 results
linkedin search "tech conference" --category events --limit 5 # 0 resultsAll return "count": 0, "results": []
Expected Behavior
Search results should be extracted from the LinkedIn search page DOM.
Analysis
This is likely another instance of LinkedIn's ongoing DOM restructuring (CSS module class name rotation). The search result container selectors and individual result card selectors no longer match the current LinkedIn HTML structure.
Impact
- Cannot discover people to connect with
- Cannot find groups to join
- Cannot find events to RSVP
- Cannot find jobs to save/apply
- Cannot find companies to follow
- Cannot find posts to engage with
This blocks virtually all platform discovery workflows.
Related Issues
Previous search fixes: #474, #505, #507, #528
Environment
- Date: March 17, 2026
- Profile: Joi Ascend (authenticated)
- All search categories affected
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ai-review-readyPR created, awaiting reviewPR created, awaiting reviewbugSomething isn't workingSomething isn't working