# GitHub Common Crawl Scraper

**Use case:** 

Query the Common Crawl index for github.com by host. Find archived URLs and web capture history for analysis and link research.

## Input

```json
{
  "maxItems": 3,
  "url": "github.com",
  "matchType": "host"
}
```

## Output

```json
{
  "crawlId": {
    "label": "Crawl Id",
    "format": "text"
  },
  "urlkey": {
    "label": "Urlkey",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "number"
  },
  "timestampIso": {
    "label": "Timestamp Iso",
    "format": "text"
  },
  "statusCode": {
    "label": "Status Code",
    "format": "number"
  },
  "mime": {
    "label": "Mime",
    "format": "text"
  },
  "mimeDetected": {
    "label": "Mime Detected",
    "format": "text"
  },
  "digest": {
    "label": "Digest",
    "format": "text"
  },
  "length": {
    "label": "Length",
    "format": "number"
  },
  "offset": {
    "label": "Offset",
    "format": "number"
  },
  "filename": {
    "label": "Filename",
    "format": "text"
  },
  "warcUrl": {
    "label": "Warc Url",
    "format": "link"
  },
  "languages": {
    "label": "Languages",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Common Crawl URL Index Lookup Scraper](https://apify.com/parseforge/common-crawl-index-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/common-crawl-index-scraper) to learn more, explore other use cases, and run it yourself.