NiceJob is a reputation marketing software designed for local and service-based businesses. Its main purpose is to help businesses get more customer reviews, manage their online reputation, and use that reputation to attract more sales. The platform automates the process of asking customers for reviews on sites like Google and Facebook. It also helps generate referrals and create social media content from positive reviews. NiceJob was founded by Lars Kristensen and is headquartered in London, Ontario, Canada. The company focuses on providing an easy-to-use tool for business owners who may not have a large marketing team.
NiceJob offers several features to help businesses grow their reputation and sales.
NiceJob typically offers a couple of pricing plans to fit different business needs. Specific prices are not listed, but the plans are structured based on features.
NiceJob does not have a permanent free plan. However, they offer a 14-day free trial for new users. The trial provides full access to the platform's features, allowing businesses to test the software completely. A credit card is not required to start the trial, making it easy to try without commitment.
Getting started with NiceJob is a simple process.
Here are some of the advantages and disadvantages of using NiceJob.
Pros:
Cons:
NiceJob integrates with many popular business applications to automate workflows. This allows the system to automatically trigger a review request when a job is marked as complete in another software.
If NiceJob is not the right fit, here are some alternatives:
Yes, NiceJob provides a developer API. This allows businesses and developers to build custom integrations and connect NiceJob's features with other software systems. The API can be used to add contacts, trigger review invitations, and retrieve review data.
To get an API key, you typically need to be a paying customer. The key can usually be generated from the settings or developer section of your NiceJob account dashboard.
Here is a simple example of how you might add a person to a review campaign using the API (this is a general example):
const fetch = require('node-fetch');
const apiKey = 'YOUR_API_KEY';
const campaignId = 'YOUR_CAMPAIGN_ID';
const customerData = {
name: 'John Doe',
email: 'john.doe@example.com',
phone: '15551234567'
};
fetch(`https://api.nicejob.co/v1/campaigns/${campaignId}/people`, {
method: 'POST',
headers: {
'Authorization': `Bearer ${apiKey}`,
'Content-Type': 'application/json'
},
body: JSON.stringify(customerData)
})
.then(res => res.json())
.then(json => console.log(json))
.catch(err => console.error('Error:', err));
For detailed documentation, developers should visit the official NiceJob developer portal or contact their support.
NiceJob has a Partner Program that functions like an affiliate or reseller program. It is designed for marketing agencies, consultants, and other businesses that serve local clients. Partners can offer NiceJob's services to their own customers.
Partners typically receive a commission, which is often a recurring percentage of the subscription fee for each client they refer. The program also provides partners with resources, training, and support to help them succeed. To join, you can apply through the 'Partners' section on the NiceJob website. After applying, their partner team will likely contact you to discuss the details and get you started.