# 🏛️ SG Charities Scraper — UEN, IPC Status & Sector

**Use case:** 

No-code, cheap Singapore charities API. Scrape charity data: name, UEN, charity status, IPC status, IPC validity, sector, activities — cheapest per item.

## Input

```json
{
  "query": "",
  "currentIpcOnly": false,
  "sector": "",
  "maxItems": 200
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "uen": {
    "label": "Uen",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "charityStatus": {
    "label": "Charity Status",
    "format": "text"
  },
  "ipcStatus": {
    "label": "Ipc Status",
    "format": "text"
  },
  "isCurrentIPC": {
    "label": "Is Current IPC",
    "format": "boolean"
  },
  "ipcValidFrom": {
    "label": "Ipc Valid From",
    "format": "text"
  },
  "ipcValidTill": {
    "label": "Ipc Valid Till",
    "format": "text"
  },
  "primarySector": {
    "label": "Primary Sector",
    "format": "text"
  },
  "primaryClassification": {
    "label": "Primary Classification",
    "format": "text"
  },
  "sectorAdministrator": {
    "label": "Sector Administrator",
    "format": "text"
  },
  "activities": {
    "label": "Activities",
    "format": "text"
  },
  "registrationDate": {
    "label": "Registration Date",
    "format": "date"
  },
  "deregistrationDate": {
    "label": "Deregistration Date",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile Url",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source Url",
    "format": "link"
  },
  "collectedAt": {
    "label": "Collected At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Singapore Charities & IPC Directory](https://apify.com/hipersoft/sg-charities-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/hipersoft/sg-charities-scraper) to learn more, explore other use cases, and run it yourself.