Refiner is a software tool made for collecting feedback from users directly inside a web or mobile application. Its main purpose is to help companies understand their users better by asking them questions at the right moment. This is done through small surveys, often called microsurveys, that appear within the app. These surveys are highly targeted, meaning they can be shown to specific groups of users based on their behavior or characteristics. This helps to get more accurate and useful answers. The company was founded to solve the problem of generic survey tools that are not well-suited for in-app feedback. Refiner focuses on providing a smooth experience for the user and powerful integrations for the business. The company is based in Europe and serves a global customer base of software companies.
Refiner offers a set of features designed for effective in-app feedback collection.
Refiner offers several pricing plans to fit different company sizes and needs. The plans are typically based on the number of Monthly Active Users (MAUs) your application has.
Refiner does not have a permanently free plan. However, they offer a free trial that allows you to test the platform. The trial typically lasts for 14 days and gives you access to all the features of a paid plan. This allows you to fully explore the tool, set up surveys, and see how it works with your application before deciding to purchase a subscription. No credit card is required to start the free trial.
Getting started with Refiner is a straightforward process.
Pros:
Cons:
Refiner integrates with a wide range of tools to help you create a connected feedback loop. These integrations allow you to sync user data for better targeting and send survey responses to other platforms for analysis and action.
Yes, Refiner provides a developer API. They offer a REST API and a JavaScript client that allow you to interact with the platform programmatically. This is useful for advanced use cases, such as identifying users, tracking events, or triggering surveys from your own backend code.
You can find your API keys in your Refiner account under the Settings > API Keys section. There are different keys for the JavaScript client (public key) and the server-side API (private key).
Here is a simple example using the JavaScript client to identify a user:
// This code snippet is placed in your web application
_refiner('identifyUser', {
id: 'USER_ID_123',
email: 'user@example.com',
name: 'John Doe',
plan: 'Premium',
signed_up_at: 1609459200
});
This code tells Refiner who the current user is, allowing you to target them with surveys based on these attributes.
Refiner does not have a publicly advertised affiliate program with set commission rates listed on their website. However, many SaaS companies offer partnership opportunities. If you are interested in promoting Refiner, it is best to contact their support or partnership team directly. You can email them to ask about becoming a partner, an influencer, or joining any referral program they might have for their customers or industry experts.
Show your users that Refiner is listed on SAASprofile. Add this badge to your website:
<a href="https://saasprofile.com/refiner?utm_source=saasprofile&utm_medium=badge&utm_campaign=embed&utm_content=tool-refiner" target="_blank"><img src="https://saasprofile.com/refiner/badge.svg?theme=light&width=200&height=50" width="200" height="50" alt="Refiner badge" loading="lazy" /></a>