If you’d like to see conversations between users download and install this extension:
https://docs.purethemes.net/workscout-spy.zip
If you’d like to see conversations between users download and install this extension:
https://docs.purethemes.net/workscout-spy.zip
Create an OpenAI Account
Go to https://openai.com
â Click the “Log In” button (top right corner) and select API Platform.
â Register using your email, Google, or Microsoft account.
After signing up, navigate to API Keys https://platform.openai.com/api-keys
â Click the “Create new secret key” button.
â This begins the setup process for your API key.
Generate Your API Key
In the “Create new secret key” dialog:
â Enter a name for your key (e.g., demo API key
) to identify it later.
â Choose the project (default is fine unless you have multiple projects).
â Click “Create secret key”
Your new key will be shown only once â copy it immediately.
This key is what you’ll use in our data scraper and other tools that are coming soon
Minimal amount is $5 – rest assured it $5 will lasts forver in case AI features for WorkScout đ
AI Review Highlights plugin reads reviews for resumes (freelancer profiles) and companies and uses AI to generate clear summaries of the most common pros and cons.
AI Hiring Assistant analyzes job applications with AI to rate candidate fit. Works in tandem with WP Job Manager Applications.
If you would like to change some texts from english to english please check this article: How to change some texts/words?
WorkScout is pre-translated into 20+ languages and verified by native speakers, ready to use:
Translation is 100% complete including WorkScout and all WP Job Manager add-ons.
If your language is not on the list simply send us a message and we will generate language files for you within few hours:
Request Missing Language â
Each translation is generated using the OpenAI API with the GPT-4o model. The translations are very accurate and natural. You’ll likely need to adjust only a few words or phrases – if any. đ
e.g for Spanish
http://example.com/job/single-listing
http://example.com/trabajo/single-listing
Dashboard page titles has to be changed in WordPress page editor:
Texts on homepages have to be translated in Elementor (click Edit with Elementor on WordPress toolbar).
If you’d like to enable language switcher on your website we recommend TranslatePress. Free version offers 1 additional language, Pro version – unlimited.
One of the reasons you may receive this error is if you have uploaded the incorrect file. You have two options for downloading your theme.
Please make sure you are uploading only the installable theme which is called NameOf Theme.zip. If you upload ALL these files you will receive an error.
You can use the workscout_reviews_criteria
filter to modify the criteria by adding code to your theme’s functions.php
file (preferably or in a plugin. Here are several examples:
function modify_workscout_reviews_criteria($criteria) {
// Add new criteria
$criteria['timeliness'] = array(
'label' => esc_html__('Timeliness', 'workscout-freelancer'),
'tooltip' => esc_html__('Ability to meet deadlines and deliver work on time', 'workscout-freelancer')
);
$criteria['creativity'] = array(
'label' => esc_html__('Creativity', 'workscout-freelancer'),
'tooltip' => esc_html__('Creative problem-solving and innovative approach to work', 'workscout-freelancer')
);
return $criteria;
}
add_filter('workscout_reviews_criteria', 'modify_workscout_reviews_criteria');
function remove_workscout_criteria($criteria) {
// Remove specific criteria
unset($criteria['communication-skills']);
return $criteria;
}
add_filter('workscout_reviews_criteria', 'remove_workscout_criteria');
function update_workscout_criteria($criteria) {
// Modify existing criteria labels or tooltips
if (isset($criteria['quality'])) {
$criteria['quality']['label'] = esc_html__('Work Quality', 'workscout-freelancer');
$criteria['quality']['tooltip'] = esc_html__('Overall quality and accuracy of delivered work', 'workscout-freelancer');
}
return $criteria;
}
add_filter('workscout_reviews_criteria', 'update_workscout_criteria');
function replace_workscout_criteria($criteria) {
// Replace with entirely new criteria
return array(
'expertise' => array(
'label' => esc_html__('Technical Expertise', 'workscout-freelancer'),
'tooltip' => esc_html__('Level of technical skill and knowledge demonstrated', 'workscout-freelancer')
),
'reliability' => array(
'label' => esc_html__('Reliability', 'workscout-freelancer'),
'tooltip' => esc_html__('Consistency in delivering promised results', 'workscout-freelancer')
),
'value' => array(
'label' => esc_html__('Value for Money', 'workscout-freelancer'),
'tooltip' => esc_html__('Quality of work relative to cost', 'workscout-freelancer')
)
);
}
add_filter('workscout_reviews_criteria', 'replace_workscout_criteria');
WorkScout not only offers classic job board and resume feature but also includes a freelance marketplace, enabling freelancers to earn by completing micro jobs or user-posted projects.
For example, a freelancer completes 40% of a project, submits a milestone, waits for employer approval and payment, then continues with the next phase.Once both parties confirm a milestone, the employer sees a Pay Now button.Payments are processed via Stripe Split Payments, automatically distributing funds and admin commission. Alternatively, the admin can collect payments (using any WooCommerce gateway) and manually pay freelancers.
If you’d like to manually approve or reject new registrations simply use this plugin
Agent usually understand the context but you should ask in detailed way, for example:
â package change
â
How can I modify paid package settings?
â disable similar jobs
â
How can I disable similar jobs sections on single listing page
â Deactivate Resume
â
How to disable specific resume listing?
â
How to disable resume feature?
â Jobs don’t work
â
I added jobs but I can’t see them on map
No. Agent do not have access to theme files and cannot assist with coding, as this is restricted by our system prompt. Responses are based on our training data and the general knowledge about WordPress of the GPT-4o mini model.
This might happen when a question is not precise or not covered in training data. The AI predicts answers based on patterns, so it may suggest for example setting that doesn’t exist.
You can chat with the AI in your language, but answers may be less precise since Listeo training data is in english.
Also, if your question is not precise or uses unusual terminology in your language (e.g. “Add an Add” instead “Add Job”), the AI might not fully understand it.
By starting a conversation with chatbot, you acknowledge that we may have access to your conversation with chatbot in order to help improve the chatbot and training data.