fetch_offer
Retrieves visible text from a job offer URL by rendering the page in a headless browser, enabling extraction from JavaScript-heavy job boards.
Instructions
Fetch a job offer from a URL and return its visible text.
Use this when the user gives a link instead of pasting the offer. The page is rendered in a headless browser, so it works on JavaScript-heavy job boards.
Args: url: the job offer URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |