Get Freelancer Profile
upwork_get_profileFetch Upwork freelancer profile details: overview, skills, earnings stats, and availability. Specify a user ID for other profiles or choose markdown/JSON format.
Instructions
Get your Upwork freelancer profile information.
Retrieve your profile details including title, skills, stats, and availability.
Args:
user_id (string, optional): User ID to fetch. Defaults to your profile.
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Complete profile with overview, skills, earnings stats, and availability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | User ID to fetch profile for. Defaults to the authenticated user. | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |