SOS Scraper
Pricing
$15.00/month + usage
SOS Scraper
Search California Secretary of State (bizfileonline.sos.ca.gov) by company name. Returns entity status, type, formation date, registered agent, and address. Includes risk scoring for dissolved, suspended, or inactive businesses. Supports bulk searches with up to 1M results
Pricing
$15.00/month + usage
Rating
0.0
(0)
Developer

ParseForge
Actor stats
0
Bookmarked
3
Total users
2
Monthly active users
7 days ago
Last modified
Categories
Share
ποΈ California Secretary of State Business Entity Scraper
Search the California Secretary of State business registry (bizfileonline.sos.ca.gov) by company name. Returns official entity details including registration status, entity type, formation date, registered agent, and principal address. Includes risk scoring for dissolved, suspended, or inactive businesses.
π What it does
This scraper searches the California Secretary of State's BizFile Online portal for business entities. For each business name you provide, it:
- π Searches the SOS business registry
- π Navigates to the entity detail page
- π Extracts official registration data
- β οΈ Computes a risk level based on entity status (Active, Dissolved, Suspended, etc.)
- π¦ Returns structured results with risk signals
π How to use
- Create a free account w/ $5 credit on the Apify platform.
- Open this Actor.
- Enter the business names you want to search.
- Click "Start" and wait for the results.
- Download your data in JSON, CSV, Excel, or connect via API.
π₯ Input
| Field | Type | Description |
|---|---|---|
businessNames | String[] | Required. List of business names to search (e.g., "Apple Inc", "Google LLC") |
maxItems | Integer | Maximum number of results. Free users: limited to 100. Paid users: up to 1,000,000 |
proxyConfiguration | Object | Proxy settings. No proxy is needed by default. Enable if you experience blocking |
Example input
{"businessNames": ["Apple Inc", "Google LLC", "Tesla Inc"],"maxItems": 10}
π€ Output
Each result contains the following fields:
| Field | Type | Description |
|---|---|---|
entityName | String | Official entity name registered with the California SOS |
entityNumber | String | SOS entity/file number |
url | String | Link to the SOS detail page |
searchTerm | String | Original search term used |
entityType | String | Corporation, LLC, Limited Partnership, etc. |
status | String | Active, Dissolved, Suspended, Forfeited, Surrendered, etc. |
riskLevel | String | Risk assessment: low, medium, high, or critical |
formationDate | String | Date the entity was formed or registered |
registeredAgent | String | Agent for service of process |
principalAddress | String | Business principal address |
signals | Array | Risk signal details [{type, severity, description}] |
scrapedAt | String | ISO timestamp when the data was scraped |
error | String | Error message if the search failed |
π¦ Risk levels
| Status | Risk Level | Meaning |
|---|---|---|
| β Active | Low | Business is registered and in good standing |
| β οΈ Suspended, Forfeited | High | Registration is not in good standing |
| π« Dissolved, Surrendered, Canceled, Term Expired | Critical | Business is no longer active |
| π Merged Out, Converted-Out | Medium | Business may have transitioned |
| β Not found | Medium | No matching entity in California SOS records |
Example output
{"entityName": "APPLE INC.","entityNumber": "C0806592","url": "https://bizfileonline.sos.ca.gov/search/business","searchTerm": "Apple Inc","entityType": "DOMESTIC STOCK CORPORATION","status": "ACTIVE","riskLevel": "low","formationDate": "01/03/1977","registeredAgent": "CT CORPORATION SYSTEM","principalAddress": "ONE APPLE PARK WAY, CUPERTINO, CA 95014","signals": [{"type": "entity_active","severity": "low","description": "Entity status is \"ACTIVE\" - business is registered and in good standing"}],"scrapedAt": "2026-02-23T12:00:00.000Z"}
π‘ Use cases
- π€ Due diligence - Verify business registration status before partnerships, acquisitions, or investments
- π’ Vendor vetting - Check if suppliers and contractors are properly registered in California
- π Portfolio monitoring - Track registration status of businesses in your portfolio
- π Compliance research - Verify entity status for regulatory compliance
- π― Lead qualification - Filter leads by business registration status
- βοΈ Legal research - Find registered agent and address information for service of process
π Integration
Connect this scraper with your existing tools using Apify integrations:
- Make (Integromat) - Automate workflows with scraped business data
- Zapier - Connect to 5,000+ apps
- Google Sheets - Export results directly to spreadsheets
- Slack - Get notifications when scraping completes
- GitHub - Trigger scrapes from CI/CD pipelines
- Airbyte - Sync data to your data warehouse
- Google Drive - Save results as files
You can also use the Apify API to programmatically start runs, fetch results, and integrate with any system.
π Recommended Actors
| Actor | Description |
|---|---|
| FINRA BrokerCheck Scraper | Search FINRA BrokerCheck for broker and firm registration details |
| SEC EDGAR Form D Scraper | Scrape SEC Form D filings for private placement offerings |
| Pitchbook Companies Scraper | Extract company data from Pitchbook |
| OpenCorporates Scraper | Search global business registries via OpenCorporates |
| Crunchbase Scraper | Scrape company profiles and funding data from Crunchbase |
β οΈ Disclaimer
This Actor is provided for informational and research purposes only. The data is scraped from publicly available California Secretary of State records. The developers are not responsible for the accuracy, completeness, or timeliness of the data. Use at your own risk. Always verify critical business information through official channels. This Actor is not affiliated with or endorsed by the California Secretary of State.