get_listings
Browse and filter open job listings on Human Pages to find tasks matching specific skills, budgets, locations, and work modes.
Instructions
Browse open job listings on the Human Pages job board. Returns listings with agent reputation and application counts. Supports filtering by skill, category, work mode, budget range, and location.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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") | |
| category | No | Filter by category | |
| work_mode | No | Filter by work mode | |
| min_budget | No | Minimum budget in USDC | |
| max_budget | No | Maximum budget in USDC | |
| lat | No | Latitude for location-based filtering | |
| lng | No | Longitude for location-based filtering | |
| radius | No | Radius in km for location-based filtering |