# Best ChatGPT SEO Tool with Custom Prompts

**Use case:** 

Run Best ChatGPT SEO Tool with Custom Prompts on Apify in one click. Pre-configured task ready to use.

## Input

```json
{
  "brand": "Stripe",
  "industry": "custom",
  "customPrompts": [
    "What is the best payment processor for SaaS startups in 2026?",
    "Compare {brand} vs Adyen vs Braintree for online payments",
    "Which payment API has the best developer experience?",
    "Recommend a payment platform for a global e-commerce business",
    "What are the top alternatives to {brand} for subscription billing?"
  ],
  "llms": [
    "google/gemini-2.0-flash-001",
    "openai/gpt-4o-mini",
    "anthropic/claude-haiku-4.5"
  ],
  "limit": 5
}
```

## Output

```json
{
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "prompt": {
    "label": "Prompt",
    "format": "text"
  },
  "mention_rate": {
    "label": "Mention rate",
    "format": "text"
  },
  "competitors_detected": {
    "label": "Competitors detected",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [GEO Prompt Bank - Curated AI Prompts by Industry](https://apify.com/dltik/geo-prompt-bank) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dltik/geo-prompt-bank) to learn more, explore other use cases, and run it yourself.