# Compare Crypto News Across Languages

**Use case:** 

Scrape Cointelegraph language editions for the same keyword to compare how crypto stories are covered across global markets in JSON.

## Input

```json
{
  "language": "de",
  "article_count": 20,
  "search_query": "Bitcoin",
  "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"
  },
  "full_text": {
    "label": "Full text",
    "format": "text"
  },
  "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.