# TechCrunch AI & Startup Funding News Scraper

**Use case:** 

Scrape TechCrunch each weekday for AI and startup funding articles. Feeds VC teams a Slack digest so they spot new rounds and rivals the same morning.

## Input

```json
{
  "keywords": [
    "artificial intelligence",
    "startup funding"
  ],
  "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.