Find projects worth bidding on
find_projectsFilters Freelancehunt project feeds by keywords, budget range, bid count, and employer quality to surface only projects worth bidding.
Instructions
Walks several feed pages and filters them locally on criteria the API cannot express: keywords, budget floor, bid-count ceiling and employer quality. Use this to surface the few projects worth a bid instead of reading the whole feed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum projects to return. | |
| format | No | summary | |
| currency | No | Only projects budgeted in this currency, e.g. UAH. | |
| keywords | No | Case-insensitive; a project matches if any keyword occurs in its title or description. | |
| max_bids | No | Skip crowded projects that already have more bids than this. | |
| max_pages | No | Feed pages to walk (10 projects each). Each page is one API call. | |
| skill_ids | No | Server-side skill filter applied before the local pass. Strongly recommended. | |
| max_budget | No | Maximum budget amount. | |
| min_budget | No | Minimum budget amount. Projects with no budget are kept unless drop_negotiable is set. | |
| drop_negotiable | No | Drop projects with no stated budget. Off by default — negotiable projects are often fine. | |
| exclude_keywords | No | Drop projects whose title or description contains any of these. | |
| require_employer | No | Drop projects whose employer block is hidden (Plus-only listings). | |
| employer_min_rating | No | Minimum employer rating. | |
| employer_min_completed | No | Minimum finished projects on the employer's record. |