# Audit definition-query results

**Use case:** 

Capture results and SERP context for a definition query.

## Input

```json
{
  "queries": [
    "what is retrieval augmented generation"
  ],
  "country": "US",
  "language": "en",
  "numResults": 10,
  "startPage": 1,
  "maxPages": 1,
  "includePeopleAlsoAsk": true,
  "includeRelatedSearches": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "GOOGLE_SERP"
    ]
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "displayUrl": {
    "label": "Display URL",
    "format": "string"
  },
  "snippet": {
    "label": "Snippet",
    "format": "string"
  },
  "resultType": {
    "label": "Result type",
    "format": "string"
  },
  "page": {
    "label": "Page",
    "format": "integer"
  },
  "peopleAlsoAsk": {
    "label": "People Also Ask",
    "format": "array"
  },
  "relatedSearches": {
    "label": "Related searches",
    "format": "array"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "searchUrl": {
    "label": "Search URL",
    "format": "string"
  }
}
```

## About this Actor

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