mirror of
https://github.com/MadsLorentzen/ai-job-search.git
synced 2026-09-17 08:36:25 +00:00
fix(linkedin-search): drop the never-delivered applyUrl detail field
The regex required class= before href= within one tag; LinkedIn's real markup puts href first, so applyUrl was null on every live posting while SKILL.md claimed the command returns an apply link. Fixing the regex would only yield the job-view URL - a duplicate of url - so the field is removed rather than repaired, and a test pins the removal. Review finding F19 (2026-08-19), decision approved by Mads. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
56f679e5c0
commit
a306912133
@@ -64,7 +64,7 @@ bun run .agents/skills/linkedin-search/cli/src/cli.ts detail <id|url> [--format
|
||||
|
||||
`id` is the job ID from `search` results (e.g. `4426311357`). You may also pass a full
|
||||
LinkedIn `jobs/view/...` URL or a `urn:li:jobPosting:...` URN. Returns the full description,
|
||||
seniority, employment type, job function, industries, and apply link.
|
||||
seniority, employment type, job function, and industries.
|
||||
|
||||
## Usage examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user