Get Project Bids
freelancer_get_project_bidsGet detailed bid information for any Freelancer project, including amounts, periods, bidder reputation, and descriptions.
Instructions
List all bids on a specific Freelancer.com project.
Args:
project_id (number): The project ID to fetch bids for
limit (number, 1-50, default 10): Number of bids to return
offset (number, default 0): Pagination offset
account (string, optional): Which configured Freelancer account to use (see freelancer_list_accounts for labels). Omit to use your default/only account.
Returns: list of bids with amount, period, bidder reputation and description
Use when: "Who has bid on project 12345?", "How much are people bidding?", "Show me the bids on my project"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of bids | |
| offset | No | Pagination offset | |
| account | No | Which configured Freelancer account to use (see freelancer_list_accounts for labels). Omit to use your default/only account. | |
| project_id | Yes | Numeric project ID |