← ClaudeAtlas

czyjesteldorado-searchlisted

Use this skill to see the newest IT job postings on czyjesteldorado.pl, a Polish IT job aggregator that republishes offers from Pracuj.pl, No Fluff Jobs, theprotocol.it and employers with normalized salary, seniority, work mode and contract type, or to look up one posting's full structured description. Best used as a daily "what is new" feed per category (testing, devops, cloud-engineering, support, helpdesk, security, backend, frontend and 22 more) rather than as an exhaustive search. Trigger phrases: czy jest eldorado, czyjesteldorado, eldorado jobs, newest Polish IT jobs, new IT postings today, najnowsze oferty pracy IT, nowe oferty IT, praca IT Kraków, agregator ofert IT, znormalizowane widełki, QA jobs Poland, DevOps jobs Poland.
fn-jakubkarp/crocthejob · ★ 0 · Testing & QA · score 76
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.