# Discover high-intent SaaS and startup ideas using Google

**Use case:** 

Free - Find SaaS ideas from Google Autocomplete. Automate startup research via Apify, MCP and AI Agents to discover real user needs and pain points.

## Input

```json
{
  "seedPhrases": [
    "i need a tool to",
    "i need software to",
    "i need an app to",
    "is there software for",
    "is there a tool to",
    "is there an app for",
    "software for",
    "tool for",
    "app for",
    "platform for",
    "dashboard for",
    "crm for",
    "automation for",
    "ai tool for",
    "ai software for",
    "how to automate",
    "how to manage",
    "how to track",
    "how to monitor",
    "how to organize",
    "how to analyze",
    "how to extract",
    "how to scrape",
    "how to generate",
    "how to create reports for",
    "how to find leads for",
    "how to automate emails for",
    "how to automate customer support for",
    "how to manage clients for",
    "how to manage bookings for",
    "how to manage invoices for",
    "how to track expenses for",
    "how to track reviews for",
    "how to monitor competitors for",
    "how to get customers for",
    "how to reduce churn for",
    "how to improve retention for",
    "best software for",
    "best tool for",
    "cheap software for",
    "free software for",
    "alternative to",
    "competitor to"
  ],
  "country": "us",
  "language": "en",
  "expansionMode": "alphabet",
  "maxLetters": 8,
  "includeNumbers": true,
  "commonSuffixes": [
    "for small business",
    "for agencies",
    "for ecommerce",
    "for freelancers",
    "for consultants",
    "for real estate agents",
    "for restaurants",
    "for dentists",
    "for lawyers",
    "for accountants",
    "for recruiters",
    "for property managers",
    "for coaches",
    "with ai",
    "without coding",
    "automatically",
    "software",
    "tool",
    "app",
    "dashboard",
    "automation",
    "template",
    "generator",
    "tracker",
    "scraper",
    "crm",
    "alternative",
    "free",
    "cheap",
    "best"
  ],
  "maxResults": 1000,
  "delayBetweenRequests": 10,
  "concurrency": 15,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  },
  "outputFormat": "detailed"
}
```

## Output

```json
{
  "seed": {
    "label": "Seed Phrase",
    "format": "string"
  },
  "keyword": {
    "label": "Suggestion",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "relevance_score": {
    "label": "Relevance Score",
    "format": "number"
  },
  "word_count": {
    "label": "Word Count",
    "format": "integer"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Search Autocomplete: Cheaper, Faster, Reliable](https://apify.com/lofomachines/google-search-autocomplete-cheaper-faster-reliable) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lofomachines/google-search-autocomplete-cheaper-faster-reliable) to learn more, explore other use cases, and run it yourself.