Four-day-week job board - category browsing, search, and full job details.
Category Job Listing
ASYNCREADNo auth
Returns job cards for a category with titles, companies, skills, and schedule badges.
ParametersFormJSON
Category path segment such as engineering-jobs or sales-jobs
Page number for paginated category listings (omitted when 1)
cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_4dayweek_io_category_job_listing", "params": { "category_slug": "engineering-jobs", "page": "1" } }'