# TechCrunch Fintech & IPO Article Archive Data

**Use case:** 

Bulk scrape the TechCrunch fintech, payments and IPO archive in one run. Gives analysts a research corpus for trend analysis and market modeling work.

## Input

```json
{
  "keywords": [
    "fintech",
    "tech IPO"
  ],
  "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.