# TechCrunch AI startups article scraper

**Use case:** 

Search TechCrunch for AI startup articles and export article titles, URLs, authors, categories, publication dates, and summaries.

## Input

```json
{
  "searchQuery": "AI startups",
  "maxArticles": 50,
  "maxPages": 3
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  },
  "excerpt": {
    "label": "Excerpt",
    "format": "text"
  },
  "featuredImage": {
    "label": "Image",
    "format": "image"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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