browse_open_tasks
Browse open consumer tasks (jobs) posted on GigNGo that workers can apply to. Each task includes title, description, details (the poster's Additional Details note, present on most jobs and usually the most specific part), category, budget, approximate location (coordinates are privacy-offset), when it was posted (postedAt, ageHours, ageDays, postedAgo), how many locals have applied (applicantCount, hasApplicants) and how fast the first one did (hoursToFirstApplicant), plus a link to apply. Filter by category, state, city, age or applicant count, and sort by newest, oldest, most_applicants or fewest_applicants. All filters are optional — call with no arguments for the most recent open tasks nationwide.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Optional city slug, lowercase with hyphens. Example: "los-angeles". | |
| sort | No | Order of results. "oldest" surfaces the jobs that have been waiting longest (the ones about to be abandoned); "most_applicants" surfaces where locals are actually competing. | |
| limit | No | Max tasks to return (1-50, default 20). | |
| state | No | Optional full US state name, lowercase, hyphens for spaces. Example: "pennsylvania". | |
| category | No | Optional service category slug, e.g. "moving-help". See list_service_categories. | |
| maxAgeDays | No | Only tasks posted within this many days. | |
| unanswered | No | Only tasks with zero applicants so far — the unfilled queue. |