# Scrape Ethereum News From Cointelegraph

**Use case:** 

Scrape Ethereum news from Cointelegraph and collect article titles, summaries, full text, authors, dates, tags, images, URLs, and views.

## Input

```json
{
  "language": "en",
  "article_count": 50,
  "search_query": "ethereum",
  "search_mode": "tag",
  "fetch_full_text": true,
  "fetch_views": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "post_url": {
    "label": "Article URL",
    "format": "link"
  },
  "postTranslate.id": {
    "label": "Id"
  },
  "postTranslate.title": {
    "label": "Title",
    "format": "text"
  },
  "postTranslate.avatar": {
    "label": "Image",
    "format": "image"
  },
  "postTranslate.audio": {
    "label": "Audio",
    "format": "link"
  },
  "postTranslate.published": {
    "label": "Published Date",
    "format": "text"
  },
  "postTranslate.publishedHumanFormat": {
    "label": "Published",
    "format": "text"
  },
  "postTranslate.leadText": {
    "label": "Lead Text",
    "format": "text"
  },
  "author.id": {
    "label": "Id"
  },
  "author.author_url": {
    "label": "Author url"
  },
  "author.authorTranslates": {
    "label": "Author",
    "format": "array"
  },
  "category.id": {
    "label": "Id"
  },
  "category.category_url": {
    "label": "Category url"
  },
  "category.categoryTranslates": {
    "label": "Category",
    "format": "array"
  },
  "postBadge.id": {
    "label": "Id"
  },
  "postBadge.label": {
    "label": "Label"
  },
  "postBadge.postBadgeTranslates": {
    "label": "Badge",
    "format": "array"
  },
  "full_text": {
    "label": "Full Article Text",
    "format": "text"
  },
  "views": {
    "label": "Views",
    "format": "number"
  }
}
```

## About this Actor

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