get_job
Retrieve complete job posting details including title, company, location, dates, employment type, qualifications, and full text by submitting the posting URL.
Instructions
Fetch one job posting and return its full details.
Args: url: Posting URL returned by search_jobs.
Returns: JSON object with title, company, location, dates, employment type, qualifications, and the posting text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |