# Non-profit 📰 GlobeNewswire Press Releases

**Use case:** 

Extract 📰 GlobeNewswire Press Releases data filtered by non-profit. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "feed": "non-profit",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image Url",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 Url",
    "format": "link"
  },
  "publishedDate": {
    "label": "📅 Published Date",
    "format": "date"
  },
  "company": {
    "label": "🏢 Company",
    "format": "text"
  },
  "summary": {
    "label": "📝 Summary",
    "format": "text"
  },
  "sourceUrl": {
    "label": "🔗 Source Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [📰 GlobeNewswire Press Releases Scraper](https://apify.com/parseforge/globenewswire-releases-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/globenewswire-releases-scraper) to learn more, explore other use cases, and run it yourself.