upload-job-text
Parse job descriptions from plain text or URLs to extract structured data including titles, requirements, and qualifications.
Instructions
Parse a job description from plain text or fetch and parse from a URL. Returns structured job data including title, requirements, and qualifications. Use this when you have the job description as text or a URL to a job posting page. At least one of text or url is required. Requires scope: upload:write. For file-based job descriptions (PDF, DOCX), use upload-job-file instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Job description text (max 50K characters). Required if url is not provided. | |
| url | No | URL to fetch job description from. Required if text is not provided. | |
| source | No | Source label/identifier for the job posting |