czyjesteldorado-searchlisted
Install: claude install-skill fn-jakubkarp/crocthejob
# czyjesteldorado.pl Search Skill
Read the newest IT postings from **czyjesteldorado.pl**, a Polish IT **aggregator**. No
authentication, no API key, and **zero runtime dependencies** — it runs with just `bun`.
Two things make it worth having alongside the other Polish portals:
1. **Normalized salary.** The portal converts hourly B2B rates into monthly PLN
(`normalizedMonthlyPln`), which is the only way to compare `110-125 PLN/hour` against
`15 000-18 000 PLN/month`. No other installed portal does this.
2. **Structured descriptions.** Postings arrive already split into `summary`,
`responsibilities`, `requirements` and `benefits` — no HTML flattening guesswork.
## ⚠️ Read this before relying on it: coverage is shallow
Only the **10 newest postings per category** are reachable. The portal's real search posts to
`/api/`, which its `robots.txt` disallows, and no pagination parameter has any effect. A
category holding 1 400+ postings still renders only its newest 10.
So this skill is:
- **Good** as a daily/frequent "what appeared since last run" feed, especially across several
categories at once. `/scrape` deduplicates across runs, so running it often is how coverage
accumulates.
- **Poor** for exhaustive search. Use `justjoinit-search` (~100 per query) or
`nofluffjobs-search` (paginated) when you need breadth.
`meta.categories[].resultsCount` always reports how many postings the portal actually holds, so
the gap between "shown" and "exists" is never hidden.