Get Job Recommendations
upwork_get_job_recommendationsRetrieve job recommendations tailored to your profile and work history, helping you find relevant opportunities without manual searching.
Instructions
Get personalized job recommendations based on your profile and history.
Returns jobs that Upwork's algorithm thinks are a good match for your skills and experience.
Args:
limit (number): Max recommendations (default: 20, max: 100)
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: List of recommended jobs tailored to your profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of recommendations to return (default: 20) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |