# Monitor Google Results About AI Startups

**Use case:** 

Monitor Google Results About AI Startups to discover public pages, snippets, and ranking URLs for research.

## Input

```json
{
  "maxItems": 50,
  "query": "AI startup funding news",
  "country": "us",
  "language": "en",
  "domain": "google.com",
  "timeRange": "week"
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  }
}
```

## About this Actor

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