# Semafor Technology News Scraper

**Use case:** 

Extract Semafor technology news articles with headlines, authors and links. Export structured content for tech media monitoring and aggregation.

## Input

```json
{
  "maxItems": 3,
  "section": "technology"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "section": {
    "label": "Section",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Semafor Articles Scraper | Global News Article Feed](https://apify.com/parseforge/semafor-articles-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/semafor-articles-scraper) to learn more, explore other use cases, and run it yourself.