> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/study-basics/design-a-mission/recommended-mission-incentives.md).

# Recommended mission incentives

There are a lot of factors at play when designing research, and one of the most important questions you may ask yourself is: *How much should I pay participants?*

{% hint style="success" %}
In general, incentives should:

* **Be fair** for the effort you’re asking of participants.
* **Motivate** participants to be thoughtful and timely in their responses.
  {% endhint %}

Use this article to help determine what makes the most sense incentive-wise for your specific research.

## Incentive tips and considerations

Incentives should be part of the research conversation from the very beginning. The last thing you want to do is build out your mission and then realize you don’t have the budget to entice participants. To help, here are some questions to consider:

* **What am I asking participants to do?** High-effort missions should offer higher rewards. But if your mission is mostly multiple-choice questions or other behavioral commentary, you might keep it on the lower end.
* **Who am I recruiting?** If you need participants with very specific experience, like those recruited from our Partner Panels, it’ll be easier to recruit by offering a higher incentive. When you're looking for specialized roles like clinicians, engineers, or C-suite executives, expect to pay somewhere between $150 and $600 for just 15 to 30 minutes of their time.
* **When do I need the data?** If you’re on a tight turnaround, you can encourage timely completion with higher incentives (especially in diary studies).
* **How much would I expect to be paid for this mission?** Take an objective look at your mission and consider what it would take to get you to participate.

With these questions in mind, you’ll be well on your way to determining an incentive that is both fair and motivating for your participants.

## Baseline recommendations by mission type

The sections below offer general starting points for determining incentives based on the kind of mission you’re running. Usability tests, media surveys, diary studies, and interview studies all require a different level of commitment from participants, so refer to the section relevant to you for guidance.

Keep in mind that these incentives are only baselines—use your best judgment to adjust them as needed.

{% hint style="info" %}
**A note on niche recruits:** The following guidance does not apply when recruiting from our Partner Panels. Partner Panels offer access to niche, B2B recruits whose expertise is hard to source. Their schedules are tight, and the compensation you offer should reflect that. Budget accordingly.
{% endhint %}

### Usability tests

Most usability tests offer an incentive between $10 and $50. Use these specific guidelines to determine the right incentive for your mission:

| Question type                                 | Baseline incentive |
| --------------------------------------------- | ------------------ |
| Every task question                           | $8                 |
| Every 3 talk-out-loud or open-ended questions | $5                 |
| Every 10 closed-ended questions               | $5                 |

### Media surveys

Most media surveys offer an incentive between $5 and $20. Use these specific guidelines to determine the right incentive for your mission:

| Question type                   | Baseline incentive |
| ------------------------------- | ------------------ |
| Every 3 video questions         | $5                 |
| Every 3 open-ended questions    | $5                 |
| Every 3 photo questions         | $3                 |
| Every 10 closed-ended questions | $5                 |

### Intercept studies

Intercept studies interrupt participants while they’re naturally completing another task. That’s by design so you can gather in-the-moment feedback, but you should also keep this in mind when determining an incentive. Your intercept should offer enough to make participants want to stop what they’re doing and complete the study.

**At a minimum, we recommend intercept studies offer $5 as an incentive.** Lower incentives risk lower engagement.

### Diary studies

Diary studies can sometimes span several days or even weeks, depending on what you’re researching. However, we don’t recommend basing incentives on the length of the mission alone. Instead, it’s a good idea to pay on a per-activity and per-entry basis.

Most diary studies offer an incentive between $50 and $200. Use these specific guidelines to determine the right incentive for your mission:

| Mission component                                  | Baseline incentive |
| -------------------------------------------------- | ------------------ |
| Every activity                                     | $10                |
| Every additional entry (in a multi-entry activity) | $5                 |

So, let’s say your mission has three activities, but the third activity requires two entries. The math for that would look like this:

* Activity 1: $10
* Activity 2: $10
* Activity 3: $15 ($10 for the activity and an additional $5 for the second entry)
* **Base mission incentive:** $35

### Interview studies

Participating in interview studies involves the extra effort required to schedule a session and sit down for a one-on-one conversation. So, it’s a good idea to offer a slightly higher incentive for these missions. Consider the intended length of your sessions and go from there:

| Session length | Baseline incentive |
| -------------- | ------------------ |
| 30 minutes     | $50                |
| 60 minutes     | $75-100            |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.dscout.com/study-basics/design-a-mission/recommended-mission-incentives.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
