# RIPEstat Google ASN Overview Scraper

**Use case:** 

Scrape RIPEstat AS overview for Google's AS15169. Get ASN holder name, announced prefixes and routing information.

## Input

```json
{
  "dataCall": "as-overview",
  "resource": "AS15169",
  "resources": [],
  "countryCode": "",
  "maxItems": 5
}
```

## Output

```json
{
  "resource": {
    "label": "Resource",
    "format": "text"
  },
  "dataCall": {
    "label": "Data Call",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "queriedAt": {
    "label": "Queried At",
    "format": "text"
  }
}
```

## About this Actor

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