Place a Bid
freelancer_place_bidSubmit a bid on a Freelancer.com project by specifying project ID, amount, delivery days, and proposal text. This creates a real bid on your account. Optionally set milestone percentage and account.
Instructions
Submit a bid / proposal on a Freelancer.com project.
Args:
project_id (number): Project ID to bid on
amount (number): Your bid amount in the project's currency
period (number): Delivery time in days
description (string): Your proposal text (cover letter)
milestone_percentage (number, 0-100, default 100): Percentage to request as initial milestone
account (string, optional): Which configured Freelancer account to use (see freelancer_list_accounts for labels). Omit to use your default/only account. This is the account the bid is placed FROM.
Returns: confirmation with bid ID and status
⚠️ This creates a real bid on your account. Review before confirming — including which account, when multiple are configured.
Use when: "Bid $150 on project 12345 with 7 days delivery", "Submit a proposal"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Bid amount in project currency | |
| period | Yes | Delivery time in days | |
| account | No | Which configured Freelancer account to use (see freelancer_list_accounts for labels). Omit to use your default/only account. This is the account the bid is placed FROM. | |
| project_id | Yes | Project ID to bid on | |
| description | Yes | Proposal / cover letter text | |
| milestone_percentage | No | Percentage to request as initial milestone (default 100) |