Search Projects
freelancer_search_projectsSearch for freelance projects on Freelancer.com by keyword, budget, or project type. Returns matching projects sorted by newest first.
Instructions
Search for projects/jobs on Freelancer.com by keyword, budget or project type.
Args:
query (string, optional): Search keywords (e.g. "wordpress website", "n8n automation")
project_type (string, optional): "fixed" or "hourly"
min_budget (number, optional): Minimum budget in USD
max_budget (number, optional): Maximum budget in USD
limit (number, 1-50, default 10): Number of results
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 matching projects with title, budget, bid count, skills required. Results are ordered newest-first, so this also answers "what are the latest projects?".
Use when: "Find projects for Zoho CRM", "Show me hourly WordPress jobs", "Any SEO projects available?", "What are the latest projects posted?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results (max 50) | |
| query | No | Search keywords | |
| 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. | |
| max_budget | No | Maximum budget in USD | |
| min_budget | No | Minimum budget in USD | |
| project_type | No | Project type: fixed or hourly |