Skip to content

Bug: Search returns 0 results for all categories β€” selector extraction brokenΒ #564

@sigvardt

Description

@sigvardt

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 results

All 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    ai-review-readyPR created, awaiting reviewbugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions