# INTERNSHIP 💛 Idealist Nonprofit Jobs & Volunteer Opps

**Use case:** 

Extract 💛 Idealist Nonprofit Jobs & Volunteer Opps data filtered by INTERNSHIP. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "",
  "type": "INTERNSHIP",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "orgName": {
    "label": "OrgName",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "locationType": {
    "label": "LocationType",
    "format": "text"
  },
  "remoteZone": {
    "label": "RemoteZone",
    "format": "text"
  },
  "actionType": {
    "label": "ActionType",
    "format": "text"
  },
  "areasOfFocus": {
    "label": "Focus Areas",
    "format": "array"
  },
  "functions": {
    "label": "Functions",
    "format": "array"
  },
  "published": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "🔗 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [💛 Idealist Nonprofit Jobs & Volunteer Opps Scraper](https://apify.com/parseforge/idealist-nonprofit-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/idealist-nonprofit-jobs-scraper) to learn more, explore other use cases, and run it yourself.