route_guide
Assess a job posting's application route before opening the browser, identifying whether it's an Easy Apply modal or external system, and flagging steps that require human input.
Instructions
What kind of application this job is, and what it will take.
Call this before browser_open. There is more than one way to
apply, and the differences are structural: a LinkedIn Easy Apply lives
entirely in a modal on the posting, while an "external" posting hands
the browser to the employer's own account system, where a sign-in --
often an emailed one-time code -- stands before the first field.
Any step carrying human_required: true cannot be completed by the
machine. Ask the user for those up front, in the same message as the
profile questions, rather than walking into the gate and stopping there.
runs / success_rate / hardest_gate are what this route has
actually done here before. A route with runs: 0 is a shape we know
about but have never driven -- read its steps as a map, not as evidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |