VOOZH about

URL: https://apify.com/jungle_synthesizer/acra-singapore-companies-scraper

⇱ ACRA Singapore Company Registry Scraper Β· Apify


πŸ‘ ACRA Singapore Company Registry Scraper avatar

ACRA Singapore Company Registry Scraper

Pricing

Pay per event

Go to Apify Store

ACRA Singapore Company Registry Scraper

Scrapes the Singapore ACRA company registry via the data.gov.sg public API. Returns UEN, entity name, type, registration status, date, and address for all 2M+ entities. Filter by status or type, search by name, or bulk-enrich a list of UENs.

Pricing

Pay per event

Rating

0.0

(0)

Developer

πŸ‘ BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

Extract company data from the Singapore ACRA (Accounting and Corporate Regulatory Authority) company registry via the data.gov.sg public API.

Returns UEN (Unique Entity Number), entity name, type, registration status, date, and address for all 2M+ entities in the registry. Filter by status, entity type, or search by keyword β€” or supply a list of UENs to batch-enrich in a single run.

What you get

Each record contains:

FieldDescription
uenUnique Entity Number β€” Singapore's primary business identifier
entity_nameRegistered company name
entity_typeLocal Company, Foreign Company Branch, LLP, Sole Proprietorship, etc.
entity_statusRegistered (active) or Deregistered (struck off)
registration_dateDate the UEN was issued (YYYY-MM-DD)
issuance_agencyGovernment agency that issued the UEN (typically ACRA)
street_nameRegistered street address
postal_codeSingapore postal code
scraped_atISO 8601 timestamp of retrieval

Use cases

  • Lead generation β€” filter active companies by type or keyword to build prospect lists
  • B2B data enrichment β€” batch-enrich an existing CRM list by supplying a list of UENs
  • Market research β€” count and analyse company distributions across Singapore industries
  • AML / KYC screening β€” verify registration status of counterparties
  • Competitive intelligence β€” discover companies in a specific sector

Input

ParameterTypeDescription
maxItemsintegerMaximum records to return. Leave blank for all.
searchQuerystringFull-text search across name, UEN, and address.
entityStatusstringregistered (active), deregistered, or all. Default: registered.
entityTypestringFilter by entity type (e.g. Local Company). Default: all.
uenListstring[]Batch-enrich mode: list of UENs to look up individually. When set, search filters are ignored.

Example: search for technology companies

{
"searchQuery":"technology",
"entityStatus":"registered",
"maxItems":100
}

Example: batch-enrich UENs

{
"uenList":["201201936C","53250767C","200512365W"],
"maxItems":3
}

Data source

Data is fetched from the data.gov.sg CKAN API (ACRA Information on Corporate Entities). The dataset covers 2M+ entities and is refreshed monthly by ACRA.

The UEN is the canonical identifier for Singapore B2B data β€” every government system (IRAS tax, MOM work passes, GeBIZ tenders) links on it. Pairs naturally with MyCareersFuture job listings and GeBIZ procurement data for cross-dataset Singapore B2B intelligence.

You might also like

Singapore Company Scraper β€” UEN, Registry & Business Leads

scrapesage/singapore-company-scraper

Scrape Singapore company data from sgpbusiness.com: UEN, status, incorporation date, entity type, SSIC activity, registered address, phone & website. Browse by category, look up companies, or monitor new registrations. Optional email enrichment for B2B leads. No start fee.

Singapore Business Directory Scraper

nickslam/yelu-sg-scraper

Scrapes business directory data from Yelu.sg (Singapore) including company information, reviews, products, and more

USA New York Company Registry Scraper β€” B2B Leads

logiover/usa-new-york-company-registry-scraper

Scrape New York State's official Active Corporations registry (data.ny.gov). Get DOS ID, entity name, type, jurisdiction, county, filing date and registered agent name & address. Filter by full-text query, county & entity type. No login, no API key.

Singapore Government Data API

lentic_clockss/singapore-government-data-search

Search Singapore business, housing, procurement, health, and court datasets in one run. Get structured Singapore records fast.

Singapore Open Data Scraper

parseforge/singapore-data-gov-sg-scraper

Export records from data.gov.sg open datasets. Pull HDB resale prices, transport, demographics, climate, business, finance, and thousands more Singapore government datasets. Filter by field values or full-text search. Returns raw rows with all fields preserved.

Singapore data.gov.sg Datasets Scraper

parseforge/mygov-singapore-data-scraper

Hit any data.gov.sg datastore resource by ID and pull every record with dataset_id, record_id, fields, values, and resource_name. Optional full row search lets you filter rows. Useful for civic analytics, transport studies, and economic research across Singapore public datasets.