# Workdey Career Agent Task

**Use case:** 

Preconfigured autonomous scout run: screens fresh tech job postings against candidate profile, filters scams, and generates tailored application packs.

## Input

```json
{
  "fullName": "Olamide Lawal",
  "email": "lawalolamide676@gmail.com",
  "targetRoles": [
    "Backend Developer",
    "Software Engineer"
  ],
  "preferredLocations": [
    "Remote",
    "Nigeria",
    "Worldwide"
  ],
  "cvText": "Professional Summary\n\nBackend Developer experienced in designing, developing, and maintaining scalable server-side applications and APIs. Skilled in building RESTful services, database systems, authentication workflows, and integrations with third-party services. Comfortable working with modern backend technologies, writing maintainable code, debugging production issues, and collaborating across engineering and product teams.\n\nTechnical Skills\n\nLanguages: Python, JavaScript, TypeScript, Java, SQL\nBackend: Node.js, Express.js, FastAPI, Django\nDatabases: PostgreSQL, MySQL, MongoDB, Redis\nAPIs: REST APIs, GraphQL, Webhooks\nCloud & DevOps: AWS, Docker, GitHub Actions, CI/CD\nTools: Git, GitHub, Postman, Linux\nPractices: Authentication & Authorization, Database Design, API Security, Testing, System Design",
  "minScore": 50,
  "maxPacks": 1,
  "resetMemory": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [WorkDey: Autonomous AI Career Scout & Application Agent](https://apify.com/em07_adoz/workdey-career-agent.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/em07_adoz/workdey-career-agent.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/em07_adoz/workdey-career-agent.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
