Corporate Registry Aggregator avatar

Corporate Registry Aggregator

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Corporate Registry Aggregator

Corporate Registry Aggregator

Under maintenance

Search official state business registry records and write normalized entity matches to the default dataset. The Actor wraps the Corporate Registry Aggregator API for KYC, onboarding, and vendor-risk workflows.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

jts

jts

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

What this Actor does

Search official state business registry records and write normalized entity matches to the default dataset. The Actor wraps the Corporate Registry Aggregator API for KYC, onboarding, and vendor-risk workflows.

Input example

{
"entities": [
"example-entitie"
]
}

Input fields

Provide entity names or registry lookup objects to search against the Corporate Registry Aggregator API.

  • entities (array, user input): Array of strings or objects with { name, state? } or { registryId, state }.
  • apiBaseUrl (string, optional override): Override of the upstream API base URL. Defaults to runtime.baseUrl from service.json.

Output dataset

Each dataset item is one normalized entity lookup response.

  • input: Original entity lookup input.
  • normalized: Normalized entity name or registry ID.
  • totalMatches: Number of registry matches returned.
  • jurisdictionsSearched: State jurisdictions queried.
  • jurisdictionsFailed: State sources that were unavailable or pending ingestion.
  • matches: Normalized entity matches.
  • confidence: Confidence in the normalized lookup response.

Developer notes

Set CORP_REGISTRY_AGGREGATOR_API_KEY as an Apify secret environment variable. The Actor forwards it as X-API-Key to the upstream API. Use apiBaseUrl only for local or staging QA. Production runs default to the deployed API base URL from service.json. For advanced testing, a requests array can call explicit API paths; normal users should use the service-specific fields above.

Run locally

$apify run

Deploy

$apify push