US Business Entity Search Scraper (Multi-State) avatar

US Business Entity Search Scraper (Multi-State)

Pricing

from $6.00 / 1,000 results

Go to Apify Store
US Business Entity Search Scraper (Multi-State)

US Business Entity Search Scraper (Multi-State)

Search Secretary of State business registries across Florida, Alabama, Iowa and Wisconsin from one input. LLC lookup, corporation search and company registry records come back in one unified schema.

Pricing

from $6.00 / 1,000 results

Rating

0.0

(0)

Developer

Joseph McRell

Joseph McRell

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 hours ago

Last modified

Categories

Share

US Multi-State Business Entity Search

Search public business registries across Florida, Alabama, Iowa, and Wisconsin and receive normalized, source-tagged company records. The Actor returns a structured default dataset suitable for CSV, JSON, spreadsheets, automations, and AI-agent workflows.

What data can I extract?

  • source - State registry that produced the record.
  • entity_name - Legal entity name displayed by the source registry.
  • entity_id - Public document, filing, or entity identifier from the source registry.
  • status - Registry status when available.
  • entity_type - Registry entity classification when available.
  • location - Registry location text when available.

Data source: Public state business-registry search pages for Florida, Alabama, Iowa, and Wisconsin.

Input example

Use a bounded input to control output volume and cost:

{
"search_terms": [
"SMITH"
],
"sources": [
"florida",
"alabama",
"iowa",
"wisconsin"
],
"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:

{
"source": "florida",
"entity_name": "SMITH SERVICES LLC",
"entity_id": "L24000123456",
"status": "Active",
"entity_type": "Limited Liability Company",
"location": "Miami, FL"
}

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.

Search Smith entities across four states

{
"search_terms": [
"SMITH"
],
"sources": [
"florida",
"alabama",
"iowa",
"wisconsin"
],
"max_items": 100
}

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.