CPSC Certificate eFiling Field Mapper avatar

CPSC Certificate eFiling Field Mapper

Under maintenance

Pricing

from $350.00 / 1,000 certificate parseds

Go to Apify Store
CPSC Certificate eFiling Field Mapper

CPSC Certificate eFiling Field Mapper

Under maintenance

Extract Product Registry and ACE PGA Message Set fields from CPC/GCC Certificate of Compliance text or PDF.

Pricing

from $350.00 / 1,000 certificate parseds

Rating

0.0

(0)

Developer

David Gonzalez

David Gonzalez

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Extract Product Registry and ACE PGA Message Set fields from CPC/GCC certificates.

After confirming your HTS code requires CPSC eFiling (use CPSC HTS Checker first), this Actor parses your Certificate of Compliance and returns structured fields ready for the CPSC Product Registry.


Problem

Importers have PDF or text certificates (CPC/GCC) but struggle to map fields into CPSC Product Registry / ACE PGA Message Set (7+ required fields).


Solution

Paste certificate text or provide a PDF URL. Get JSON with:

  • Certifier name and contact
  • Product identifier and description
  • HTS number (normalized)
  • Certificate type (CPC / GCC)
  • Cited standards (16 CFR, ASTM)
  • Test laboratory
  • pgaMessageSetPreview — copy-paste object for registry
  • missingFields — what you still need to complete

Input

{
"certificateText": "CERTIFICATE OF PRODUCT COMPLIANCE (CPC)\n\nCertifier: ...",
"certificatePdfUrl": "https://example.com/cert.pdf",
"htsCode": "9503.00.00.00"
}

Provide certificateText OR certificatePdfUrl (at least one required).

Optional htsCode validates consistency with the HTS on the certificate.


Output example

{
"certificateType": "CPC",
"certifierName": "SafeKids Testing LLC",
"productIdentifier": "BEAR-2024-A-BRN",
"htsNumber": "9503.00.00.00",
"citationStandard": "16 CFR Part 1500 — Hazardous Substances; ASTM F963-23",
"testLabName": "Pacific Lab Services, Lab ID #1234",
"missingFields": [],
"pgaMessageSetPreview": {
"certifierBusinessName": "SafeKids Testing LLC",
"productIdentifier": "BEAR-2024-A-BRN",
"htsNumber": "9503.00.00.00",
"certificateType": "CPC",
"citationOfStandard": "..."
},
"validationWarnings": [],
"efilingDeadline": "2026-07-08"
}

Workflow

  1. Step 1: Run CPSC HTS Checker — is your import regulated?
  2. Step 2: Run Certificate Mapper — extract registry fields from your CPC/GCC.

Pricing

EventPrice
certificate-parsed$0.35 per document

Limitations

  • v1 uses regex extraction — works best with text-based certificates
  • Scanned PDFs without OCR return a clear error — paste text instead
  • Not legal advice — verify with CPSC and your customs broker

Disclaimer

Informational guidance based on public CPSC data. Not legal advice. Verify with CPSC Regulatory Robot and your customs broker before filing.