> ## Documentation Index
> Fetch the complete documentation index at: https://memberpulseptyltd.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Browse Jobs

> Search job opportunities from sponsors and members

Search career opportunities posted by sponsors and member companies.

## Search Jobs

* **Keyword** - Search by title, description
* **Location** - Filter by city, region
* **Type** - Full-time, part-time, contract
* **Category** - Industry, function

## Job Listings

Each job shows:

* Title and company
* Location
* Salary range (if provided)
* Posted date
* Application deadline

## Apply

Click apply to:

* View full description
* Apply via email or URL
* Applications are handled externally (the job’s application email/URL). The platform may optionally track outbound apply clicks for reporting.

## Features

### Browse Jobs

#### Acceptance Criteria

##### Frontend

* [ ] UI supports the workflows described in this feature.

##### Backend / API

* [ ] Backend behavior supports this feature as documented.

##### Permissions

* [ ] Access is restricted per the Capabilities matrix on this page (or equivalent role rules).

##### Business Rules

* [ ] All business rules for this feature are enforced.

##### Error Handling

* [ ] Error states return clear messages and appropriate HTTP status codes.

## Implementation Contracts

### Backend (API)

```
GET    /api/jobs                             # List jobs
GET    /api/jobs/{id}                        # Job details
POST   /api/jobs/{id}/apply                  # Optional: track outbound apply click
GET    /api/jobs/categories                  # Job categories
```
