Create Specialty Profile
freelancer_create_profileCreate a focused specialty profile on Freelancer.com with a custom tagline, hourly rate, description, and optional skills, separated from your main account.
Instructions
Create a new Freelancer.com "specialty profile" (a focused sub-profile, separate from your main account profile).
All fields are required by the API. Args:
profile_name (string): Internal name for the specialty profile
tagline (string): Short headline
hourly_rate (number): Hourly rate in USD
description (string): Profile description / bio
skills (string[], optional): Skill names or IDs for this profile
account (string, optional): Which configured Freelancer account to use (see freelancer_list_accounts for labels). Omit to use your default/only account.
Returns: created profile (including its profile_id).
⚠️ Creates real data on your account. Freelancer caps the number of specialty profiles; some account types (e.g. certain corporate accounts) cannot create any and the API will reject with "reached the limit for creating new profiles".
Use when: "Create a specialty profile for AI automation"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skills | No | Skill names or IDs | |
| account | No | Which configured Freelancer account to use (see freelancer_list_accounts for labels). Omit to use your default/only account. | |
| tagline | Yes | Short headline | |
| description | Yes | Profile description / bio | |
| hourly_rate | Yes | Hourly rate in USD | |
| profile_name | Yes | Internal name for the specialty profile |