Singapore Charities & IPC Directory avatar

Singapore Charities & IPC Directory

Pricing

from $0.005 / charity returned

Go to Apify Store
Singapore Charities & IPC Directory

Singapore Charities & IPC Directory

Search Singapore's official Charity Portal in bulk: charity name, UEN, charity & IPC status, IPC validity, sector, classification, activities and registration dates. Verify IPC status and generate leads. No key.

Pricing

from $0.005 / charity returned

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 hours ago

Last modified

Share

Search Singapore's official Charity Portal in bulk and export structured records β€” charity name, UEN, charity status, IPC status & validity, primary sector, classification, activities and registration dates β€” as clean JSON, CSV or Excel. Verify whether an organisation is a currently-approved IPC, or pull the entire directory (~3,200 charities) for lead generation and compliance. No key, no login.

Great for donor & giving platforms, grant makers, compliance/KYC teams, and researchers.

Singapore Charities & IPC Directory input β€” query, sector and current-IPC filter in the Apify Console

What you get

  • πŸ›οΈ Full charity records β€” name, UEN, type, charity status, IPC status, IPC valid-from/till
  • βœ… isCurrentIPC β€” a clean computed flag for tax-deductible-donation eligibility today
  • πŸ—‚οΈ Sector & activities β€” primary sector, classification, sector administrator, activities
  • πŸ“… Dates β€” registration and de-registration dates (normalized ISO)
  • πŸ”Ž Search or bulk β€” keyword/UEN search, or the whole directory; filter by sector or current-IPC
  • 🧾 Provenance β€” stable id, profileUrl, sourceUrl, collectedAt

Example input

Every currently-approved IPC in Health:

{ "currentIpcOnly": true, "sector": "Health", "maxItems": 5000 }

The entire directory:

{ "query": "", "maxItems": 5000 }

Output

Singapore Charities & IPC Directory output example β€” charity records with UEN, IPC status and sector as structured JSON

{
"id": "sgchar-...",
"name": "COMMUNITY CHEST",
"uen": "S61SS0132G",
"type": "Registered",
"charityStatus": "Registered",
"ipcStatus": "IPC",
"isCurrentIPC": true,
"ipcValidFrom": "2024-01-01",
"ipcValidTill": "2026-12-31",
"primarySector": "Social and Welfare",
"primaryClassification": ["Others"],
"sectorAdministrator": "Ministry of Social and Family Development",
"activities": ["Fund raising"],
"registrationDate": "1983-11-01",
"website": null,
"profileUrl": "https://www.charities.gov.sg/_layouts/15/CPInternet/SearchOrgProfile.aspx?q=...",
"sourceUrl": "https://www.charities.gov.sg/Pages/BasicSearch.aspx",
"collectedAt": "2026-07-30T07:40:00.000Z"
}

Output schema

FieldTypeDescription
idstringStable record ID assigned to the charity.
namestringRegistered charity name.
uenstringUnique Entity Number (UEN).
typestringOrganisation type (e.g. Registered).
charityStatusstringCurrent charity registration status.
ipcStatusstringIPC (Institution of a Public Character) status.
isCurrentIPCbooleanWhether IPC status is valid today, so donations are tax-deductible.
ipcValidFromstringStart date of the current IPC period.
ipcValidTillstringEnd date of the current IPC period.
primarySectorstringPrimary charitable sector.
primaryClassificationarrayClassification tags within the sector.
sectorAdministratorstringGovernment body overseeing the sector.
activitiesarrayDeclared charitable activities.
registrationDatestringDate the charity was registered.
deregistrationDatestringDate the charity was de-registered, if any.
websitestringCharity website, if listed.
profileUrlstring (URL)Link to the charity's profile on the Charity Portal.
sourceUrlstring (URL)Source search page URL.
collectedAtstring (ISO date)When the record was collected.

Input fields

FieldDescription
queryName / keyword / UEN. Empty = all charities.
currentIpcOnlyOnly currently-approved IPCs.
sectorFilter by primary sector.
maxItemsMax charities to return.

FAQ

Where does the data come from? Singapore's official Charity Portal public search (charities.gov.sg).

What does isCurrentIPC mean? The organisation has IPC status and its IPC period covers today β€” i.e. donations are currently tax-deductible.

Can I get every charity? Yes β€” leave query empty and set a high maxItems; the Actor pages through the full directory.

How does billing work? A tiny per-request charge plus pay per charity returned.

Can I connect this to other apps? The Singapore Charities & IPC Directory can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.

Notes

Original clean-room implementation using Singapore's public Charity Portal. You are responsible for how you use the data. Not affiliated with or endorsed by the Commissioner of Charities or the Singapore Government.