Get User Profile
freelancer_get_userRetrieve a Freelancer user profile by username or ID. Get reputation, skills, location, and hourly rate to evaluate freelancers.
Instructions
Retrieve a Freelancer.com user profile by username or user ID.
Args:
username (string, optional): Freelancer username (e.g. "usman_godesign")
user_id (number, optional): Numeric Freelancer user ID Provide at least one of username or user_id.
account (string, optional): Which configured Freelancer account to use (see freelancer_list_accounts for labels). Omit to use your default/only account.
Returns: profile, reputation, skills, location, hourly rate
Use when: "Look up this freelancer", "What's their rating?", "Check the profile of user 12345"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Which configured Freelancer account to use (see freelancer_list_accounts for labels). Omit to use your default/only account. | |
| user_id | No | Numeric user ID | |
| username | No | Freelancer username |