# Monitor Product-Launch Press Releases | PR Newswire

**Use case:** 

Pull new product & service launch announcements from PR Newswire — for competitive intelligence, market research, and product teams.

## Input

```json
{
  "keyword": "launches",
  "category": "",
  "country": "US",
  "dateFrom": "",
  "dateTo": "",
  "includeFullBody": false,
  "maxReleases": 40
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "date_published": {
    "label": "Date Published",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "tickers": {
    "label": "Tickers",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [PR Newswire Scraper — Press Releases & Tickers](https://apify.com/nexgendata/pr-newswire-press-releases-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexgendata/pr-newswire-press-releases-scraper) to learn more, explore other use cases, and run it yourself.