save_job
Store a job from search results into a tracking system to monitor your application progress.
Instructions
Persist a job (e.g. one returned by search) so it can be tracked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| source_job_id | Yes | ||
| title | Yes | ||
| company | No | ||
| location_text | No | ||
| remote | No | ||
| url | Yes | ||
| description | No | ||
| salary_text | No | ||
| posted_at | No | ||
| id | No | ||
| coordinates | No | ||
| scraped_at | No |