# Techcrunch The Verge, TechCrunch & Wired RSS - Tech News

**Use case:** 

Extract The Verge, TechCrunch & Wired RSS - Tech News data filtered by techcrunch. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "sources": [
    "techcrunch"
  ]
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published At",
    "format": "date"
  },
  "updatedAt": {
    "label": "Updated At",
    "format": "date"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [The Verge, TechCrunch & Wired RSS Scraper - Tech News](https://apify.com/parseforge/theverge-techcrunch-wired-rss-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/theverge-techcrunch-wired-rss-scraper) to learn more, explore other use cases, and run it yourself.