Agent Skill · Worklittle
market-stats
Guides free Worklittle market aggregates via GET /stats and get_market_overview, plus paid salary averages, and when not to paginate job search for counts. Use when answering how-many, trends, remote share, top companies, or compensation ranges — not when listing individual open roles (use skill job-search).
Skill body
Jobs product skill for aggregate questions.
Critical rules
GET /stats/get_market_overviewis free (jobs:read). Prefer it for counts and trends.- Never page
GET /jobs/search_jobsto count. Search bills per job indata. - Stats = shape of the market. Search = which specific jobs to show the user.
GET /jobs/salary-averageis paid (~$0.05/request). Always report how many jobs went into the average when the API returns it.- For individual roles, switch to skill
job-search.
Endpoints
| Goal | REST | MCP | Scope | Price |
|---|---|---|---|---|
| Market overview | GET /stats |
get_market_overview |
jobs:read |
Free |
| Salary average | GET /jobs/salary-average |
— | jobs:read |
Paid |
| Individual roles | GET /jobs |
search_jobs |
jobs:read |
Per job in data |
Docs: Alerts and market · Search jobs · Capability map
Work with this as data
Every skill here is available over the APIs.io API and to AI agents over MCP.