# Apec Jobs Job Board API with Structured Data

**Use case:** 

apec jobs job board api for AI agents and Apify MCP: structured, source-linked records with bounded inputs for research, automation, monitoring, and export.

## Input

```json
{
  "searchQuery": "apec jobs job board",
  "maxResults": 20,
  "sortBy": "date_desc",
  "contractTypes": [
    "CDI"
  ],
  "proxy": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Company name",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salaryText": {
    "label": "Salary (raw text)",
    "format": "string"
  },
  "contractType": {
    "label": "Contract type",
    "format": "string"
  },
  "remoteWork": {
    "label": "Remote work",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published at (ISO 8601)",
    "format": "string"
  },
  "url": {
    "label": "Public URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [APEC Jobs Scraper](https://apify.com/khadinakbar/apec-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/apec-jobs-scraper) to learn more, explore other use cases, and run it yourself.