> ## Documentation Index
> Fetch the complete documentation index at: https://www.pickfu.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Optimal price finder

> Ask real customers four key pricing questions in a PickFu poll to estimate the best price point for your product before you launch or relaunch.

Find the best price by asking customers four key pricing questions.

<Frame caption="A real optimal price finder poll — the question and options respondents saw.">
  <img src="https://mintcdn.com/pickfu/nrohUWUaawyBgKuI/images/use-cases/optimal-price-finder.png?fit=max&auto=format&n=nrohUWUaawyBgKuI&q=85&s=9e0fcc5b09eb2ef8d57049d92a506702" alt="Optimal price finder example poll" width="1800" height="933" data-path="images/use-cases/optimal-price-finder.png" />
</Frame>

[See the full interactive result →](https://app.pickfu.com/results/ZyvjJDdvHd)

## When to use

Built for Amazon sellers. Reach for it when your options are ready and you want a fast, real-audience read before you commit.

## The test at a glance

| Setting   | Value                                                                                                                                                                                                                                                             |
| --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Poll type | Open-ended                                                                                                                                                                                                                                                        |
| Question  | "Review the product and answer: A) at what price would it be too expensive to buy? B) at what low price would you doubt its quality? C) at what price is it a bargain? D) at what high price does it start to seem expensive but you'd still consider buying it?" |
| Options   | 1 image                                                                                                                                                                                                                                                           |
| Audience  | 50 Amazon Prime subscribers                                                                                                                                                                                                                                       |
| Reporting | Gender identity, Age range, Recently purchased categories, Hobbies and interests, Household income range                                                                                                                                                          |

## Run it

<Tabs>
  <Tab title="One-click">
    [Use this template →](https://app.pickfu.com/ask/template/optimal-price-finder?regular=true)
  </Tab>

  <Tab title="AI · MCP">
    ```text theme={null}
    Create a PickFu open-ended poll titled "Optimal price finder".
    Question: "Review the product and answer: A) at what price would it be too expensive to buy? B) at what low price would you doubt its quality? C) at what price is it a bargain? D) at what high price does it start to seem expensive but you'd still consider buying it?"
    Setup: Open-Ended poll. Respondents will see your product image and leave a comment answering the four pricing questions.
    Audience: 50 respondents, targeting Amazon Prime member - Yes; report by Gender identity, Age range, Recently purchased categories.
    Publish it, then summarize the result when responses arrive.
    Tools: save_survey, publish_survey, get_survey_responses.
    ```
  </Tab>

  <Tab title="CLI">
    ```bash theme={null}
    # Create + publish with the PickFu CLI — see /integrations/cli
    pickfu survey create --type open_ended --question "Review the product and answer: A) at what price would it be too expensive to buy? B) at what low price would you doubt its quality? C) at what price is it a bargain? D) at what high price does it start to seem expensive but you'd still consider buying it?" --sample-size 50
    ```
  </Tab>

  <Tab title="API">
    ```bash theme={null}
    # POST /v1/surveys — see /api-reference/surveys
    curl -X POST https://api.pickfu.com/v1/surveys \
      -H "Authorization: Bearer $PICKFU_API_KEY" -H "Content-Type: application/json" \
      -d '{"questions":[{"type":"open_ended","prompt":"Review the product and answer: A) at what price would it be too expensive to buy? B) at what low price would you doubt its quality? C) at what price is it a bargain? D) at what high price does it start to seem expensive but you'd still consider buying it?"}],"sampleSize":50}'
    ```
  </Tab>

  <Tab title="URL parameters">
    ```
    https://app.pickfu.com/ask/survey?q1-type=open_ended&q1-prompt=Review+the+product+and+answer%3A+A)+at+what+price+would+it+be+too+expensive+to+buy%3F+B)+at+what+low+price+would+you+doubt+its+quality%3F+C)+at+what+price+is+it+a+bargain%3F+D)+at+what+high+price+does+it+start+to+seem+expensive+but+you'd+still+consider+buying+it%3F&sample_size=50
    ```
  </Tab>
</Tabs>

## Customize

* **Audience** — swap or add [targeting traits](/docs/guides/url-parameters#targeting-and-settings) (e.g. `amznpr` for Amazon Prime shoppers).
* **Sample size** — `15` for a fast read, `50` (default), `100`+ for higher confidence.
* **Country** — add `country=US` (or CA, GB, DE, …) to target a locale.
