Make any job posting agent-readable
Paste a posting or upload a PDF and get a validated open.rooster.jobs/0.1 JSON document, structured data that job aggregators and AI agents can consume without scraping your careers page.
or
Automate it
The converter is also an API. Post raw text and get the document back:
curl -X POST https://roostercv.com/api/convert/job \
-H "Content-Type: application/json" \
-d '{"text": "Registered Nurse, ICU\nMercy Health, Austin, TX..."}'Validate documents against the schema with POST /api/validate/jobs , or use the in-browser validator.