# Latest TechCrunch articles scraper

**Use case:** 

Scrape the latest TechCrunch articles without a keyword to monitor new posts, authors, categories, URLs, and publication dates.

## Input

```json
{
  "searchQuery": "",
  "maxArticles": 40,
  "maxPages": 2
}
```

## 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.