# Research organic competitors by keyword

**Use case:** 

See which domains rank for your target keywords. Extract titles, URLs, snippets, and related searches for competitor and market research.

## Input

```json
{
  "searchTerms": [
    "best CRM software",
    "salesforce alternatives",
    "hubspot vs salesforce"
  ],
  "maxPages": 1,
  "country": "us",
  "language": "en",
  "mobile": false,
  "includeUnfiltered": false,
  "captureAiOverview": false,
  "saveHtmlSnapshot": false,
  "saveHtml": false
}
```

## Output

```json
{
  "serpUrl": {
    "label": "SERP URL",
    "format": "string"
  },
  "hasMore": {
    "label": "Has more pages",
    "format": "boolean"
  },
  "totalResults": {
    "label": "Total results",
    "format": "integer"
  },
  "organic": {
    "label": "Organic results",
    "format": "array"
  },
  "relatedSearches": {
    "label": "Related searches",
    "format": "array"
  },
  "alsoAsked": {
    "label": "People also ask",
    "format": "array"
  },
  "aiSummary": {
    "label": "AI overview",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [🔥 Google Search Scraper](https://apify.com/powerai/google-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/powerai/google-search-scraper) to learn more, explore other use cases, and run it yourself.