WorkDey: Autonomous AI Career Scout & Application Agent avatar

WorkDey: Autonomous AI Career Scout & Application Agent

Pricing

from $2.00 / 1,000 verified match founds

Go to Apify Store
WorkDey: Autonomous AI Career Scout & Application Agent

WorkDey: Autonomous AI Career Scout & Application Agent

Autonomous AI career agent that discovers verified tech roles across global feeds and African ATS boards, screens out scam postings, calculates CV fit, and drafts tailored application packs.

Pricing

from $2.00 / 1,000 verified match founds

Rating

0.0

(0)

Developer

Olamide Lawal

Olamide Lawal

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 hours ago

Last modified

Categories

Share

WorkDey: AI Career Scout & Application Agent

WorkDey is an AI-powered career agent that discovers live job opportunities, evaluates how well they match your CV, screens listings for potential scam signals, and prepares tailored application materials for relevant roles.

Tell WorkDey what you can do once. Let it find the opportunities that fit.

WorkDey was built with Nigerian job seekers in mind, but it is not limited by location. Whether you are in Nigeria, elsewhere in Africa, or looking for opportunities beyond the continent, WorkDey helps you discover roles that match your skills and preferences.

WorkDey Frontend

WorkDey also includes a web interface for interacting with the career agent without working directly with the Apify Actor interface.

The frontend allows users to provide their CV, define target roles and preferences, and start a job-matching workflow. It presents the results in a more accessible interface and connects the user experience to the underlying WorkDey Actor.

Web app: https://workdey-mocha.vercel.app/index.html

The Apify Actor remains the core job discovery and processing engine. The frontend is an additional interface built around it.

What problem does WorkDey solve?

Job hunting can become a repetitive daily process.

You open multiple job boards, search for roles, copy interesting listings into your notes, compare each requirement against your CV, wonder whether a posting is legitimate, and then start another application from a blank page.

WorkDey automates the early stages of that process.

Instead of simply returning a large list of jobs, it evaluates opportunities against your profile and helps you focus on the roles that are more relevant to you.

What WorkDey does

WorkDey:

  1. Discovers live jobs from supported job feeds.
  2. Checks listings for potential scam signals.
  3. Compares jobs with your CV using AI.
  4. Produces a compatibility score from 0 to 100.
  5. Explains why a role matches your background.
  6. Identifies potential gaps between your CV and the job requirements.
  7. Generates tailored application materials for qualifying matches.
  8. Creates an HTML dashboard containing the results.
  9. Can send the generated application materials by email.
  10. Remembers previously processed jobs to reduce repeated processing.

WorkDey does not apply for you. You review the job, review the generated materials, and submit the application yourself.

Key Features

Live Job Discovery

The current Apify Actor retrieves job listings from:

  • RemoteOK
  • Remotive
  • BambooHR

Listings are normalized and processed through the same evaluation workflow.

The broader WorkDey product is being expanded to support additional job sources and recurring career discovery.

Scam-Risk Screening

WorkDey checks listings for signals commonly associated with employment scams.

Examples include:

  • Requests for upfront payments
  • Training or interview fees
  • Suspicious recruitment requirements
  • Other patterns identified by the screening logic

Scam screening provides a risk signal, not a guarantee that a listing is legitimate.

Candidates should still verify employers and job listings independently before sharing sensitive information or applying.

CV-to-Job Matching

WorkDey compares the information in your CV with the available job description and produces a compatibility score from 0 to 100.

The evaluation can consider:

  • Relevant skills
  • Experience overlap
  • Technical requirements
  • Role alignment
  • Information contained in the job description

You can control the minimum score required for a job to qualify using minScore.

Application Pack Generation

For qualifying matches, WorkDey can prepare an application pack containing:

  • A tailored cover letter
  • A recruiter outreach message
  • CV improvement suggestions
  • Facts from your CV used to support the application

The generated materials are grounded in information provided in your CV rather than intentionally inventing credentials or experience.

Always review generated materials before sending them.

Persistent Job Memory

WorkDey maintains a persistent record of previously processed job IDs using an Apify Key-Value Store.

This helps later runs avoid repeatedly processing the same listings.

Set resetMemory to true when you want previously processed jobs to be evaluated again.

HTML Dashboard

Each run generates:

OUTPUT_DASHBOARD.html

The dashboard provides a visual view of the processed opportunities and generated application materials.

It can include:

  • Job title
  • Company
  • Location
  • Job source
  • Match score
  • Scam status
  • Fit information
  • Direct job link
  • Recruiter outreach message
  • Cover letter
  • CV suggestions

Email Delivery

You can optionally provide an email address.

When application packs are generated, WorkDey sends a consolidated report containing the generated application materials and a link to the WorkDey dashboard.

How It Works

Candidate CV + Target Roles
│
▼
Job Discovery
│
▼
Job Memory
│
▼
Scam Screening
│
▼
CV-Job Evaluation
│
▼
Match Scoring
│
▼
Application Pack Generation
│
┌────┴────┐
▼ ▼
Dashboard Email
│ │
└────┬────┘
▼
Final Results

Input

FieldTypeRequiredDescription
fullNameStringYesCandidate's name used to personalize application materials.
cvTextStringYesPlain-text CV or resume used for matching and application generation.
targetRolesArrayYesJob titles or keywords to search for.
emailStringNoEmail address for receiving the application report.
preferredLocationsArrayNoPreferred locations or work modes such as Remote, Lagos, or Worldwide.
minScoreIntegerNoMinimum compatibility score from 1 to 100. Default: 60.
maxPacksIntegerNoMaximum number of application packs generated per run. Default: 2.
resetMemoryBooleanNoRe-evaluates previously processed jobs when set to true.

Example Input

{
"fullName": "Olamide Lawal",
"email": "candidate@example.com",
"targetRoles": [
"Machine Learning Engineer",
"Data Scientist"
],
"preferredLocations": [
"Remote",
"Lagos",
"Worldwide"
],
"cvText": "Electronic & Electrical Engineering undergraduate with experience in machine learning, Python, PyTorch, medical imaging, embedded systems, and edge ML deployments.",
"minScore": 60,
"maxPacks": 2,
"resetMemory": true
}

Output

WorkDey produces results through the Actor's default dataset and generated files.

Processed Dataset

Dataset records can include:

  • Job title
  • Company
  • Location
  • Job URL
  • Source
  • Match score
  • Scam status
  • Scam reason
  • Fit reasons
  • Application pack
  • Processing timestamp

HTML Dashboard

The Actor generates:

OUTPUT_DASHBOARD.html

The dashboard provides a visual summary of processed jobs and generated application materials.

Email Application Report

When an email address is provided and application packs are generated, WorkDey can send an email containing:

  • Matched roles
  • Match scores
  • Job links
  • Recruiter outreach messages
  • Cover letters
  • CV suggestions
  • Facts used from the candidate's CV
  • Dashboard link

What You Get From a Match

A qualifying opportunity can include:

Match score

A score from 0 to 100 representing the estimated fit between the candidate's CV and the job.

Why it matches

Relevant skills, experience, or requirements identified during the evaluation.

Application draft

A tailored cover letter and recruiter outreach message.

CV suggestions

Specific changes that can help align the CV more closely with the role.

Evidence from your CV

The facts from the candidate profile used to support the generated application materials.

Review Before You Apply

WorkDey is designed to assist with job applications, not submit them automatically.

You remain in control of every application.

Before applying:

  1. Read the original job description.
  2. Verify the employer and application link.
  3. Review the match score and reasoning.
  4. Check the generated cover letter and recruiter message.
  5. Confirm that every statement about your experience is accurate.
  6. Submit the application yourself through the original job source.

Monetization

WorkDey uses Apify Pay Per Event (PPE) monetization.

Current billable events are:

EventPrice
Verified Match Found$0.002
Result$0.01
Application Pack Drafted$0.50
Actor Start$0.00005

The amount you pay depends on the events triggered during a run.

Application-pack generation is the main higher-cost event because it produces the personalized application materials.

Important Limitations

WorkDey is a career assistance tool, not a hiring platform.

A match score is an estimate based on the information available in the job listing and candidate profile. It does not guarantee:

  • That the candidate meets every employer requirement
  • That the candidate will be shortlisted
  • That an employer will respond
  • That a position is still available when the candidate applies

Scam screening identifies potential risk signals but cannot guarantee that a job posting is legitimate.

Job availability and source coverage can change as external job boards and feeds change.

Always verify the original listing and employer before applying or sharing sensitive information.

Technology

WorkDey is built with:

  • TypeScript
  • Apify Actors
  • Apify Datasets
  • Apify Key-Value Stores
  • Groq
  • HTML/CSS

Project Structure

src/
├── main.ts
├── ai.ts
├── email.ts
└── types.ts
.actor/
└── actor.json
input_schema.json
package.json
README.md
tsconfig.json

Running WorkDey Locally

1. Install dependencies

$npm install

2. Build the Actor

$npm run build

3. Configure environment variables

Configure the environment variables required by the Actor, including the API credentials needed for the AI integration.

Never commit API keys or other secrets to your repository.

4. Run the Actor

Using the Apify CLI:

$apify call

You can also run the Actor through the Apify Console or API using the configured input schema.

Who Is WorkDey For?

WorkDey is designed for people who want to reduce the repetitive work involved in finding and preparing applications for technology roles.

It can be useful for:

  • Software engineers
  • Machine learning engineers
  • Data scientists
  • Data analysts
  • Product and technical professionals
  • Students and early-career professionals
  • Job seekers in Nigeria
  • Job seekers across Africa
  • Candidates looking for remote and international opportunities

WorkDey does not treat location as a barrier. It is built with Nigerian job seekers in mind while supporting a broader search for opportunities across Africa and beyond.

Project Goal

WorkDey is designed to make the early stages of job searching more structured, targeted, and less repetitive.

Find relevant opportunities. Understand your fit. Prepare better applications.