Wyoming Details Extractor avatar

Wyoming Details Extractor

Pricing

from $3.99 / 1,000 results

Go to Apify Store
Wyoming Details Extractor

Wyoming Details Extractor

Extract full-detail Wyoming business filing records filtered by initial filing date. Filter by year, month, or exact day, and export clean rows as JSON, CSV, or Excel in seconds.

Pricing

from $3.99 / 1,000 results

Rating

0.0

(0)

Developer

B2B Lead Generation

B2B Lead Generation

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Share

Wyoming Details Extractor

Return full-detail Wyoming business filing records straight from the Wyoming Secretary of State business registry, filtered by initial filing date. Choose a date filter like 2021, 03/2021, or 15/03/2021 and get clean, complete rows back in seconds.

Download the results as JSON, CSV, or Excel.

What you can do

  • Filter by initial filing date: match a full date, a month and year, or just a year
  • Filter by many dates at once: pass several date lines and the actor returns every filing that matches any of them
  • Get the complete record: every field for each filing, from status and standing to registered agent and officers
  • Export anywhere: download from the Apify dataset as JSON, CSV, or Excel

Use cases

  • Entity research: pull every Wyoming filing registered in a given year and review status, agent, and officers in one place
  • Compliance checks: track tax standing and annual report state for the entities you care about
  • Cohort building: collect all filings from a specific month and year to study a registration wave
  • CRM enrichment: feed clean names, addresses, and filing IDs into your own systems
  • Reporting: build a monthly or yearly summary without touching raw rows by hand

Input

Every input field is optional. Leave dates empty to return all records up to maxResults.

ParameterTypeDefaultDescription
datesstring listnoneOne date filter per line. Full date (day, month, year), month and year, or year only.
maxResultsinteger100Cap on records returned in one run. Maximum 100000.

Date filter formats

Type the parts in this order: day, then month, then year.

You typeThe actor reads it as
2021every filing in 2021
03/2021 or March 2021filings in March 2021
15/03/2021filings on 15 March 2021

US-style MM/DD/YYYY input is detected and handled too, so 03/15/2021 also resolves to 15 March 2021.

Example input: one year

{
"dates": ["2021"],
"maxResults": 500
}

Example input: several dates

{
"dates": ["03/2021", "04/2021", "2020"],
"maxResults": 3000
}

Example input: everything available

{
"dates": [],
"maxResults": 100000
}

Output data

Results are written to your Apify dataset. Export as JSON, CSV, or Excel. Each record is a full filing:

{
"Filing Detail URL": "https://wyobiz.wyo.gov/Business/FilingDetails.aspx?eFNum=2041...",
"eFNum": "204184232223142015015068039180099090198059207037",
"Name": "ACME HOLDINGS LLC",
"Filing ID": "2001-000123456",
"Type": "Limited Liability Company",
"Status": "Active",
"Sub Status": "",
"Initial Filing": "03/15/2021",
"Standing - Tax": "Good",
"Standing - Other": "Good",
"Term of Duration": "Perpetual",
"Formed In": "Wyoming",
"Principal Office": "123 Main St, Cheyenne, WY 82001",
"Mailing Address": "PO Box 100, Cheyenne, WY 82001",
"Registered Agent": "Jane Doe",
"Registered Agent Address": "1 Elk Rd, Cheyenne, WY 82001",
"Latest AR Number": "AR-2024-0001",
"Latest AR Year": "2024",
"AR Exempt": "No",
"License Tax Paid": "60.00",
"Party 1 Name": "John Smith",
"Party 1 Role": "Organizer",
"Party 1 Organization": "",
"Party 1 Address": "2 Bison Ave, Casper, WY 82601",
"Filing History (cleaned)": "03/15/2021 Articles of Organization; 01/02/2024 Annual Report",
"Public Notes": "",
"Fetch Status": "OK"
}
FieldDescription
Filing Detail URLURL of the Wyoming filing detail page
eFNumFiling identifier from the URL
NameRegistered entity name
Filing IDWyoming filing ID
TypeFiling type, for example Limited Liability Company
StatusFiling status such as Active or Inactive
Sub StatusAdditional status qualifier
Initial FilingInitial filing date
Standing - TaxTax standing
Standing - OtherOther standing indicator
Term of DurationTerm of duration for the entity
Formed InJurisdiction of formation
Principal OfficePrincipal office address
Mailing AddressMailing address
Registered AgentRegistered agent name
Registered Agent AddressRegistered agent address
Latest AR NumberLatest annual report number
Latest AR YearLatest annual report year
AR ExemptWhether the entity is annual-report exempt
License Tax PaidLicense tax paid amount or status
Party 1 NameName of the first listed party
Party 1 RoleRole of the first listed party
Party 1 OrganizationOrganization of the first listed party
Party 1 AddressAddress of the first listed party
Filing History (cleaned)Cleaned filing history text
Public NotesPublic notes on the filing
Fetch StatusStatus of the record

Wyoming Details Extractor input and output

How it works

  1. Add one or more initial filing date filters, or leave them empty to return everything.
  2. The actor looks up matching filings in the Wyoming business registry.
  3. It checks the month and day of each record when your filter includes them.
  4. Matching records are returned as complete rows, ready to export.

FAQ

Can I filter by more than one date? Yes. Add one filter per line in dates. A record is returned if it matches any of them.

What happens if I leave dates empty? The actor returns every available record up to maxResults.

Which date formats are supported? Year only, month and year, or a full date. Both 15/03/2021 and 03/15/2021 resolve to the same day.

How many records can one run return? Up to 100,000. Set maxResults to the number you want.

How do I export the results? Open the dataset in your Apify console and click Export. Choose JSON, CSV, or Excel, or connect Google Sheets through Apify integrations.

Integrations

Connect Wyoming Details Extractor with other tools using Apify integrations. Push results to Google Sheets, trigger a Zapier or Make workflow, sync with your CRM, or pipe data into Airbyte. Use webhooks to fire actions the moment a run finishes.

Wyoming Details Extractor sample results