# Bulk Crypto News Archive Scraper

**Use case:** 

Bulk-scrape hundreds of Cointelegraph articles with full text and views into JSON to build or backfill a crypto news archive.

## Input

```json
{
  "language": "en",
  "article_count": 500,
  "search_query": "",
  "fetch_full_text": true,
  "fetch_views": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "postTranslate": {
    "label": "Post translate"
  },
  "post_url": {
    "label": "URL",
    "format": "link"
  },
  "author": {
    "label": "Author",
    "format": "object"
  },
  "category": {
    "label": "Category",
    "format": "object"
  },
  "postBadge": {
    "label": "Badge",
    "format": "object"
  },
  "views": {
    "label": "Views",
    "format": "number"
  }
}
```

## About this Actor

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