# TechCrunch Cybersecurity Breach News Monitor

**Use case:** 

Scrape TechCrunch twice a day for breach, ransomware and zero-day stories. Helps security vendors and PR teams track incidents across their market fast.

## Input

```json
{
  "keywords": [
    "cybersecurity",
    "data breach"
  ],
  "max_results": 10
}
```

## Output

```json
{
  "post_title": {
    "label": "Article Title",
    "format": "text"
  },
  "post_url": {
    "label": "Article URL",
    "format": "link"
  },
  "post_id": {
    "label": "Post ID",
    "format": "text"
  },
  "publication_date": {
    "label": "Publication Date",
    "format": "date"
  },
  "publication_datetime": {
    "label": "Publication Datetime",
    "format": "date"
  },
  "author_info": {
    "label": "Author Info",
    "format": "object"
  },
  "category_info": {
    "label": "Category Info",
    "format": "object"
  },
  "search_term": {
    "label": "Search Keyword",
    "format": "text"
  },
  "extraction_date": {
    "label": "Extraction Date",
    "format": "date"
  },
  "extraction_datetime": {
    "label": "Extraction Datetime",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Techcrunch Articles Listing By Keyword](https://apify.com/datacach/techcrunch-articles-listing-by-keyword) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datacach/techcrunch-articles-listing-by-keyword) to learn more, explore other use cases, and run it yourself.