List open projects
list_projectsBrowse Freelancehunt project feed sorted newest first, ten per page. Filter projects by skill IDs or employer ID to find relevant opportunities.
Instructions
Open projects from the Freelancehunt feed, newest first, 10 per page. Only skill_ids and employer_id are actually enforced by the API — only_my_skills and only_for_plus are documented but ignored by the server, so pass explicit skill ids to narrow the feed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 10 projects per page. | |
| format | No | `summary` is compact and readable; `raw` returns the full API payload. | summary |
| skill_ids | No | Skill ids to filter by; use list_skills to look them up. Overrides only_my_skills. | |
| employer_id | No | Only projects from this employer. | |
| only_for_plus | No | Documented filter; currently ignored by the API. | |
| only_my_skills | No | Documented filter; currently ignored by the API. Prefer skill_ids. |