Alabama Business Entity Search - LLC & Corporation Lookup
Pricing
from $4.00 / 1,000 results
Alabama Business Entity Search - LLC & Corporation Lookup
Search Alabama Secretary of State business records by company name. Alabama LLC lookup and corporation search returning entity ID, name, city, entity type and status as structured JSON or CSV, straight from the state's own registry with no API key.
Pricing
from $4.00 / 1,000 results
Rating
0.0
(0)
Developer
Joseph McRell
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 hours ago
Last modified
Categories
Share
Alabama Business Entity Search
Search Alabama public business-entity records by company name and export clean, CSV-ready entity IDs, names, status, type, and location. The Actor returns a structured default dataset suitable for CSV, JSON, spreadsheets, automations, and AI-agent workflows.
What data can I extract?
entity_id- Alabama public entity identifier.entity_name- Business name displayed by the Alabama public registry.location- Registry location text when present.entity_type- Registry classification, such as LLC or corporation, when present.status- Current registry status when present.
Data source: Alabama Secretary of State public business-search pages.
All 12 columns
Identity — entity_id, entity_name
Status — entity_type, status
Dates — formation_date
Location — location, place_of_formation, principal_address
People — registered_agent
Other detail — principal_mailing, registered_mailing, registered_office
Input example
Use a bounded input to control output volume and cost:
{"search_terms": ["SMITH"],"max_items": 10}
max_items is a hard ceiling on records returned and billed. The default returns at most 10 records so the Store test and first trial remain inexpensive.
Output example
Each dataset item is one normalized record. Example values are illustrative:
{"entity_id": "000123456","entity_name": "SMITH SERVICES LLC","location": "Birmingham, AL","entity_type": "Domestic Limited Liability Company","status": "Exists"}
Download the default dataset as JSON, CSV, Excel, XML, or RSS, or retrieve it through the Apify API.
Pricing and cost control
This Actor uses Pay Per Event. The built-in apify-actor-start event is charged once at run start and apify-default-dataset-item is charged once for each dataset item. The live Store pricing panel is authoritative. Set max_items to establish a predictable output-charge ceiling; there is no duplicate explicit item charge in the runtime.
Use with AI agents and MCP
Apify's MCP server can discover this Actor, inspect its strict input and output schemas, call it with call-actor, and retrieve structured results with get-actor-output.
Find Alabama companies matching Smith
{"search_terms": ["SMITH"],"max_items": 50}
Common use cases
- Company verification and registry research
- Due-diligence and compliance workflows
- Business-directory enrichment
- Spreadsheet and CRM preparation
- Scheduled public-record monitoring
Limitations and responsible use
- Public registry data only; this is not an official certificate or legal opinion.
- Source sites can omit fields, change markup, throttle traffic, or be temporarily unavailable.
- Name searches can produce unrelated matches; verify critical records with the originating agency.
- Output coverage is limited to fields displayed by the public result pages.
- The Actor does not bypass authentication, CAPTCHAs, or access controls.
FAQ
Is the output structured?
Yes. Names, identifiers, status, location, and other supported values are separate dataset columns rather than concatenated table-cell blobs.
Can I cap cost?
Yes. max_items is the hard maximum number of result events and dataset records for a run.
Can an AI agent call it?
Yes. The input schema acts as a strict tool contract, and the dataset and Actor output schemas describe every returned field.
Is this an official government service?
No. It is an independent extraction tool that reads publicly available registry pages. Confirm consequential decisions at the original source.
Reliability
The Actor is protected by production canaries, typed output contracts, bounded defaults, and fleet monitoring. If a source-page change causes incomplete output, open an Actor issue with the run ID and a redacted input example.