Discover/arc-sos.state.al.us API
live

arc-sos.state.al.us APIarc-sos.state.al.us

Search and retrieve Alabama business entity records from arc-sos.state.al.us. Access registration status, agents, officers, formation dates, and filings.

Endpoints
5
Updated
27d ago
Try it
The 9-digit entity ID, leading zeros preserved (e.g., 000210236).
api.parse.bot/scraper/8751016c-86ae-408f-bf0b-fdbd6ff3163d/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/8751016c-86ae-408f-bf0b-fdbd6ff3163d/get_entity_detail?entity_id=000963237' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Get detailed information for a specific business entity by its 9-digit ID. Returns entity details including legal name, type, status, formation date, registered agent, addresses, transactions, and scanned documents.

Input
ParamTypeDescription
entity_idrequiredstringThe 9-digit entity ID, leading zeros preserved (e.g., 000210236).
Response
{
  "type": "object",
  "fields": {
    "status": "string, entity status (e.g., Exists, Dissolved)",
    "entity_id": "string, 9-digit entity ID",
    "legal_name": "string, legal name of the entity",
    "entity_type": "string, type of entity (e.g., Domestic Corporation)",
    "transactions": "array of transaction objects with date, description, and value",
    "formation_date": "string, formation date in MM/DD/YYYY format",
    "scanned_documents": "array of document objects with date, type, and pages"
  },
  "sample": {
    "data": {
      "status": "Exists",
      "entity_id": "000210236",
      "legal_name": "ABC & 'D' Mortgage, Inc.",
      "entity_type": "Domestic Corporation",
      "transactions": [
        {
          "date": "10/30/2000",
          "value": "NATIONAL REGISTERED AGENTS INC",
          "description": "Registered Agent Changed From"
        }
      ],
      "formation_date": "05/30/2000",
      "principal_address": "MONTGOMERY, AL",
      "scanned_documents": [
        {
          "date": "05/30/2000",
          "type": "Certificate of Formation",
          "pages": "2 pgs."
        }
      ],
      "nature_of_business": "RESIDENTIAL MORTGAGE LENDING",
      "place_of_formation": "Montgomery County",
      "registered_agent_name": "CAPITOL CORPORATE SERVICES INC"
    },
    "status": "success"
  }
}

About the arc-sos.state.al.us API

This API provides access to 5 endpoints covering Alabama Secretary of State business entity records, returning details such as legal name, entity type, status, registered agent, formation date, and scanned documents. The get_entity_detail endpoint returns a full record for any 9-digit entity ID, while search_by_entity_name and search_by_agent_officer_incorporator support name-based lookups across the state registry.

Endpoints and Data Coverage

The API covers the Alabama Secretary of State's business entity registry through five endpoints. get_entity_detail accepts a 9-digit entity_id (leading zeros preserved, e.g., 000210236) and returns the full record: legal_name, entity_type, status (e.g., Exists or Dissolved), formation_date in MM/DD/YYYY format, a transactions array with dates and descriptions, and a scanned_documents array listing document type and page count. check_entity_exists takes the same ID format and returns a simple boolean exists field, useful for batch validation without fetching full records.

Search and Bulk Retrieval

search_by_entity_name accepts a name query and an optional 1-based start index for pagination, returning up to 25 results per page. Each result includes entity_id, entity_name, location, entity_type, and status. search_by_agent_officer_incorporator searches by a person's name across registered agent, officer, and incorporator roles, returning agent_name and position alongside the entity identifiers — useful for tracing individuals across multiple filings.

Range Retrieval and Filtering

scrape_entity_range accepts a start_id and end_id to retrieve full entity detail objects for a sequential block of up to 50 IDs per call. Setting filter_dates to true narrows results to entities whose formation_date falls within the requested window, which reduces noise when scanning for recently formed entities. The count field in the response reflects how many records were actually returned after filtering.

Common use cases
  • Verify whether an Alabama business entity is currently active or dissolved before entering a contract.
  • Build a database of registered agents operating in Alabama by querying search_by_agent_officer_incorporator with agent names.
  • Identify all entities associated with a specific officer or incorporator using their name as the search query.
  • Scan newly formed businesses in a date range using scrape_entity_range with filter_dates enabled.
  • Check for entity ID existence in bulk before fetching full records with check_entity_exists.
  • Track filing history and transaction timelines for Alabama corporations using the transactions array from get_entity_detail.
  • Retrieve links to scanned formation documents and amendments for due diligence via the scanned_documents field.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does the Alabama Secretary of State offer an official developer API for arc-sos.state.al.us?+
No. The Alabama Secretary of State does not publish an official public developer API for the business entity registry. This Parse API provides structured programmatic access to the same records.
What does `get_entity_detail` return beyond basic registration info?+
get_entity_detail returns a transactions array listing dated events and descriptions on the entity's record, and a scanned_documents array with document type, date, and page count. It also returns formation_date, entity_type, status, and the entity's legal_name. Address and registered agent fields are included in the response as well.
How does pagination work for name searches?+
search_by_entity_name returns up to 25 results per call. Use the start parameter (1-based integer) to page through results. The total field in the response reflects how many results were returned in that page, not the total count across all pages — plan your pagination logic accordingly.
Does the API cover entities from other states or only Alabama?+
Coverage is limited to entities registered with the Alabama Secretary of State. Out-of-state or foreign-registered entities only appear if they have filed for authority to do business in Alabama. You can fork this API on Parse and revise it to point to another state's Secretary of State registry as an additional endpoint.
Does the API return officer lists or contact details for entity principals?+
The get_entity_detail endpoint does not return a structured officer list or direct contact information. You can search by officer name using search_by_agent_officer_incorporator, which returns their position and associated entities. If you need a structured officer roster per entity, you can fork the API on Parse and revise get_entity_detail to parse and expose that field.
Page content last updated . Spec covers 5 endpoints from arc-sos.state.al.us.
Related APIs in Government PublicSee all →
businesssearch.ohiosos.gov API
Search for registered businesses in Ohio and retrieve detailed information like entity names, registration status, and corporate details from the Ohio Secretary of State's office. Quickly look up company information to verify business registrations or find details about Ohio-based entities.
search.sunbiz.org API
Search the Florida Sunbiz corporate registry to find detailed business registration information by company name, officer, address, or EIN, and retrieve complete entity details including filing history, registered agents, and officer names.
service.asic.gov.au API
Search and retrieve comprehensive information about Australian financial professionals and entities, including AFS and credit licensees, their representatives, liquidators, auditors, and managed investment schemes. Verify credentials, check regulatory status, and access detailed profiles of financial service providers registered with ASIC.
opencorporates.com API
Access comprehensive company registration data, officer details, and filing histories from OpenCorporates across jurisdictions worldwide to research businesses and their leadership. Search for specific companies or officers, retrieve detailed corporate information, and explore filing records to support due diligence, compliance checks, and business intelligence.
bizapedia.com API
Search for detailed business profiles and contact information from Bizapedia, including company details, employee data, and communication channels. Access comprehensive business intelligence to research companies and build targeted contact lists.
businessregistration.moc.gov.kh API
Search and retrieve detailed business information from Cambodia's official business registry, including company profiles, director details, and registered addresses for corporations, partnerships, and sole proprietorships. Instantly access verified business entity data to verify company credentials, find ownership details, and conduct due diligence on Cambodian businesses.
alabamabids.com API
Search and monitor bid opportunities from Alabama Bid Network by date or month, view detailed bid information and results, and browse classified listings all in one place. Stay updated on the latest bids and their outcomes to never miss contracting opportunities in Alabama.
find-and-update.company-information.service.gov.uk API
Search and access detailed information about UK companies registered at Companies House, including company profiles, filing histories, officers, and financial charges. Filter companies by name, status, type, SIC code, and more.