Pennsylvania Insurance License Lookup avatar

Pennsylvania Insurance License Lookup

Under maintenance

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Pennsylvania Insurance License Lookup

Pennsylvania Insurance License Lookup

Under maintenance

Search Pennsylvania's Sircon licensing database for individual producers, agencies, or insurance companies. Returns license number, NPN, status, lines of authority, and address.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Tony

Tony

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Search Pennsylvania's insurance licensing database (powered by Sircon/Vertafore) for individual producers, agencies, or insurance companies. Returns license number, NPN, license status, lines of authority, business address, and more.

What it does

This actor automates the PA Sircon Consumer Inquiry — the official Pennsylvania Insurance Department's public license verification tool. It handles the multi-step form flow, honeypot validation, JavaScript-rendered results, and pagination automatically.

Who needs this:

  • Insurance verification platforms
  • Compliance teams checking PA producer status
  • Agencies vetting new agents
  • Recruiters sourcing licensed producers in Pennsylvania
  • Legal/due diligence workflows

Input

{
"entityType": "INDIVIDUAL",
"lastName": "Smith",
"firstName": "Jane",
"city": "",
"licenseNumber": "",
"licenseType": "",
"maxResults": 100
}

Search rules (same as the Sircon form):

  • Provide licenseNumber alone for an exact lookup, OR
  • Provide lastName + at least one of firstName / city

Output

Each record pushed to the default dataset:

{
"id": "7007908",
"npn": "7007908",
"license_number": "793440",
"license_type": "Resident Producer",
"name": "Jane Carol Smith",
"first_name": "Jane",
"middle_name": "Carol",
"last_name": "Smith",
"address_city": "Philadelphia",
"address_state": "PA",
"address_zip": "19103",
"status": "Active",
"is_active": true,
"residency": "Yes",
"license_effective_date": "2002-06-01",
"license_expiration_date": "2024-05-31",
"business_phone": "(215) 555-1234",
"loas": [
{ "loa": "Life", "effective_date": "2002-06-01" },
{ "loa": "Accident and Health", "effective_date": "2002-06-01" }
],
"jurisdiction": "PA",
"source_url": "https://www.sircon.com/ComplianceExpress/Inquiry/consumerInquiryDetail.do?...",
"scraped_at": "2026-05-30T03:00:00.000Z"
}

Pricing

Pay-per-result — you're only charged for records that appear in the dataset. Searches that return 0 results cost nothing.

Known limitations

  • Sircon requires two search criteria for name searches (lastName + firstName, or lastName + city). A last name alone is not sufficient.
  • Maximum 500 records per search (Sircon platform limit). For bulk lookups, break searches by first name initial or license type.
  • Insurance Companies (entityType = COMPANY) have a different result schema; address and LOA fields may be null.
  • Results are sourced from Sircon's PA database, which is refreshed regularly but may lag the PA Insurance Department's internal system by a short delay.

FAQ

Q: Does this work for NPN lookups?
A: Yes. Enter the license number in licenseNumber field for a direct lookup.

Q: How current is the data?
A: Sircon is the official PA licensing system; data is updated in near real-time as licenses are issued, renewed, or revoked.

Q: Can I look up multiple producers in one run?
A: Currently one search per run. For batch lookups, use the Apify API to trigger multiple runs in parallel.

Q: What states besides PA does this cover?
A: Only Pennsylvania. For WV, IL, IA and other NAIC SBS states, see the companion actors in the ws_tony store.