# Google Search Results Extractor for Unique Queries

**Use case:** 

Retrieve 100 unique Google search results based on your specified search term. Obtain URLs, titles, and descriptions efficiently.

## Input

```json
{
  "searchTerm": "google",
  "numResults": 100,
  "lang": "en",
  "safe": "active",
  "start": 0,
  "unique": true
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  }
}
```

## About this Actor

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