get_listings
Browse open job listings on the public board. Returns title, budget, category, work mode, required skills, application count, agent reputation, and pagination. Filter by skill, category, work_mode, budget range, or location. Paginated: use page/limit params (default 20, max 50). Response includes total count and total pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude for location-based filtering | |
| lng | No | Longitude for location-based filtering | |
| page | No | Page number (default: 1) | |
| limit | No | Results per page (default: 20, max: 50) | |
| skill | No | Filter by required skill (comma-separated for multiple, e.g., "photography,editing") | |
| radius | No | Radius in km for location-based filtering | |
| category | No | Filter by category | |
| work_mode | No | Filter by work mode | |
| max_budget | No | Maximum budget in USD | |
| min_budget | No | Minimum budget in USD |