VOOZH about

URL: https://apify.com/nexgendata/delaware-corporations-search-scraper?fpr=2ayu9b

โ‡ฑ ๐Ÿ›๏ธ Delaware Corp Search Scraper โ€” DE Registry Lookup API ยท Apify


๐Ÿ‘ ๐Ÿ›๏ธ Delaware Corporations Search โ€” DE Entity Registry avatar

๐Ÿ›๏ธ Delaware Corporations Search โ€” DE Entity Registry

Pricing

from $100.00 / 1,000 de entity matches

Go to Apify Store

๐Ÿ›๏ธ Delaware Corporations Search โ€” DE Entity Registry

Search the Delaware Division of Corporations entity registry. For each entity name (partial match), returns matching DE entities โ€” file_number + entity_name. KYC, AML compliance, VC sourcing, M&A intelligence, journalism. Stripe Atlas + every DE C-corp incorporation appears here.

Pricing

from $100.00 / 1,000 de entity matches

Rating

0.0

(0)

Developer

๐Ÿ‘ NexGenData

NexGenData

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

11 days ago

Last modified

Share

๐Ÿ›๏ธ Delaware Corporations Search Scraper โ€” Live Delaware Division of Corporations entity-registry lookup

The Delaware Corporations Search Scraper queries the Delaware Division of Corporations' public entity-search system (the canonical registry for ~1.8M Delaware entities โ€” corporations, LLCs, LPs, statutory trusts). Pass a company name, file number, or list of either; receive entity name, file number, formation date, entity status, registered agent, agent address, and last annual-report year. Useful for KYC, due-diligence, fund formation, and tracking newly-incorporated entities.

Why Delaware Corporations Search Scraper Beats Delaware DOC, Stripe Atlas Data, and Carta Cap Tables

SourcePriceWhat you get
Delaware DOC (official)$10/search$10 per file lookup, no bulk API
Stripe Atlas DataBundled with AtlasOnly Atlas-formed entities, not all DE corps
Carta Cap Tables$CustomOnly Carta-issuer entities
Crunchbase$588/mo+Broad, but no DE-registry-native fields
OpenCorporatesFree + paid APICached DE data, often stale; rate limits
NexGenData Delaware DOC ScraperPPE per queryLive DE registry: file number, entity name, status, agent, formation date โ€” JSON

What You Get

  • Entity file number (canonical Delaware ID)
  • Entity name (exact registry spelling)
  • Entity type (Corporation / LLC / LP / Statutory Trust / etc.)
  • Entity status (Good Standing / Voided / Cancelled / Forfeited / Dissolved)
  • Formation date / incorporation date
  • Last annual-report year (or 'N/A' for entities not required to file)
  • Registered agent name
  • Registered-agent address (street, city, state, ZIP)
  • Foreign-jurisdiction indicator (when applicable)
  • Stock detail summary (when public โ€” authorized shares, par value)
  • History flag (whether entity has merged / changed name)

Use Cases

  • KYC / fund formation โ€” automate confirmation that a counterparty's Delaware entity is real, in good standing, and matches the file-number they provided.
  • Due-diligence pipeline โ€” for every M&A target, pull DE entity status + formation date + registered agent to slot into your DD memo.
  • Stripe-Atlas-alternative diligence โ€” verify the underlying registry data behind a startup's Atlas / Carta / Clerky paperwork.
  • Sales-prospecting โ€” newly-incorporated DE entities are warm leads for accounting, payroll, banking, and legal-tech services.
  • Litigation research โ€” pre-suit, confirm defendant's current DE registered-agent for proper service.
  • Compliance & sanctions screening โ€” confirm an entity's current status (Voided / Forfeited entities are commonly red flags).
  • Cap-table / equity software (Carta / Pulley / LTSE) โ€” auto-prefill entity metadata for customers from the registry of truth.

Quick Start

from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run_input ={
"queries":["STRIPE, INC.","OPENAI, OPCO LLC"],
"fileNumbers":["5234567"]
}
run = client.actor("nexgendata/delaware-corporations-search-scraper").call(run_input=run_input)
# Iterate results
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)
# Or fetch all in one go
items =list(client.dataset(run["defaultDatasetId"]).iterate_items())
print(f"Got {len(items)} rows")

You can also run from the Apify CLI:

apify call nexgendata/delaware-corporations-search-scraper --input='{
"queries": ["STRIPE, INC.", "OPENAI, OPCO LLC"],
"fileNumbers": ["5234567"]
}'

Or from the web console: open the actor page on Apify, click Try for free, paste the input JSON, hit Run. Results stream into the dataset which you can export as JSON / JSONL / CSV / Excel / HTML.

Scheduling

This actor pairs cleanly with Apify Scheduler (built into the platform) โ€” schedule it hourly / daily / cron-style and dedupe results into your warehouse on the stable primary-key fields documented above. Webhook outputs are supported, so you can fire a Slack / Zapier / Make / n8n / your-own-API call the moment new rows materialize.

Integration patterns

  • CRM enrichment: pipe rows directly into HubSpot / Salesforce / Pipedrive via Zapier or Make
  • Warehouse: append to BigQuery / Snowflake / Postgres on a daily schedule via Apify โ†’ S3 โ†’ warehouse ingest
  • LLM-ready RAG: each row is already JSON-flat; embed the plain-text body field and store in pgvector / Pinecone / Weaviate
  • Slack alerts: filter by your trigger keyword and fire a Slack webhook for matches in real-time

Pricing

This actor runs on Apify's pay-per-event (PPE) model โ€” you pay only for results, not run-time:

  • $0.10 per DE entity lookup โ€” the primary event (one charge per row pushed to the dataset)
  • 0.00005 USD per actor-start GB-event โ€” actor start cost (one-time per run, sub-cent at typical memory)

No subscriptions, no minimums, no per-CPU-second charges. Apify's $5/month free tier covers most experiments. Browse 200+ buyer-intent actors at https://apify.com/nexgendata?fpr=2ayu9b

Cost worked example

A daily scheduled run pulling 500 fresh rows costs roughly:

  • 500 rows ร— primary-event price (~$0.04-0.05) = $20-25
  • 1 actor start ร— ~$0.00005 = negligible

So ~$20-25 per 500-row daily run, or ~$0.04-0.05 per row all-in. There are no surprise compute, storage, or proxy add-ons โ€” proxy rotation is bundled into the per-row price.

Why pay-per-event beats time-based pricing

  • Predictable: you know your cost from row count before the run starts
  • Failure-safe: if a target site changes its HTML and the actor returns 0 rows, you pay 0 (vs paying for the CPU-seconds anyway under time-based pricing)
  • Easy to attribute: 1 row = 1 unit cost, so per-customer / per-pipeline cost accounting is trivial

Sister Actors in the NexGenData Fleet

Use caseActor
Singapore ACRA UEN registrysingapore-acra-companies
Hong Kong Companies Registryhk-companies-registry
India MCA company searchindia-mca-companies
Y Combinator alumni databaseyc-companies-directory-scraper
SEC Form D private placement filingssec-form-d-scraper
Crunchbase news & funding announcementscrunchbase-news-scraper
PR Newswire press release streampr-newswire-press-releases-scraper

(All sister actors share the same PPE billing and Apify-standard JSON output, so you can compose multi-step pipelines without rewriting input/output adapters.)

FAQ

Q: Is the data live from Delaware?

A: Yes โ€” each query hits the DE Division of Corporations' public search; results are real-time.

Q: Why not query DE directly?

A: The official DE site charges $10 per file lookup and has a clunky form-based UI without bulk export. This actor wraps it with sane I/O, bulk input, retry, and structured JSON output.

Q: Can I search by name or file number?

A: Both โ€” pass either. Name searches return all entities with matching prefix; file-number searches return the single entity.

Q: How does this compare to OpenCorporates?

A: OpenCorporates caches DE data but is often hours-to-days behind and rate-limited on the free tier. This actor reads the live registry.

Q: Is scraping DE's public site legal?

A: The DE search is a public-records system designed for unauthenticated lookups. Use is widely accepted for due-diligence and compliance work.

Q: Output format?

A: JSON, JSONL, CSV, Excel via Apify dataset export. Schema is stable.

Schema Stability & Versioning

This actor follows NexGenData's additive-only schema contract:

  • New fields may be added at any time โ€” they will simply appear as new keys in the JSON output, defaulting to null for older runs.
  • Existing fields are never renamed or removed without a major-version bump and an advance changelog notice.
  • Field semantics (units, timezones, value-sets) are never silently changed โ€” if we need to change semantics, we add a new field with the new name and deprecate (but keep) the old one for at least 90 days.

This means you can build production pipelines on this actor and not worry about a Tuesday breaking a Friday's ETL job. If you spot an unexpected change, reach out via the actor's Apify Issues tab and we'll look at it the same day.

Compliance & Legal

  • The actor reads public, unauthenticated pages the same way a logged-out browser does.
  • All requests route through Apify's compliant residential-proxy infrastructure with polite rate limiting.
  • You are responsible for ensuring your downstream use complies with the target site's Terms of Service, your jurisdiction's data-protection laws (GDPR, CCPA, UK DPA, etc.), and any sector-specific rules (HIPAA, PCI, etc.).
  • We do not collect, store, or transmit credentials for the target site.
  • Most read-only competitive-intelligence and lead-generation use is widely accepted. Consult counsel before bulk redistribution.

Support

Open an issue on the actor's Apify Issues tab โ€” the NexGenData team responds within one business day. For feature requests (new fields, new input filters), include the use case so we can prioritize on it.

About NexGenData

NexGenData publishes 200+ buyer-intent actors covering SEC filings, YC alumni, Delaware DOC, lead generation, competitive intelligence, stock fundamentals across 30+ exchanges, ATS job boards, real-estate marketplaces, and more. All actors are pay-per-result and share a stable, additive-only JSON schema. Browse the full catalog at https://apify.com/nexgendata?fpr=2ayu9b


SEO: ๐Ÿ›๏ธ Delaware Corp Search Scraper โ€” DE Registry Lookup API


๐Ÿš€ New to Apify?

Don't have an Apify account yet? Get $5 in platform credit to try this Actor and 30,000+ others โ€” no credit card required. Run this actor instantly with the free credit, see if it fits your workflow, then upgrade only if you need more.

Related NexGenData actors

Part of the 7. Company Registry & Entity Intelligence workflow. Related NexGenData actors:

Browse the full NexGenData storefront by workflow or the Company Registry & Entity Intelligence cluster guide.

You might also like

Delaware Corporations Entity Search Scraper

jungle_synthesizer/delaware-corporations-entity-search-scraper

Search the Delaware Division of Corporations registry by entity name. Returns file number, incorporation date, entity kind and type, residency, registered agent name and address, and status โ€” the full record set KYC, due-diligence, and counterparty-screening workflows depend on.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Delaware Business Search Scraper | Division of Corps

parseforge/delaware-business-search-scraper

Search Delaware corporate registry by entity name or file number. Retrieve entity name, file number, incorporation date, entity type, residency, registered agent, address, status, and tax history. Export to JSON, CSV, or Excel for due diligence, KYC, lead generation, and compliance.

New Jersey Business Entity Scraper - NJ Registry API

pink_comic/new-jersey-business-leads

Search New Jersey Division of Revenue business entity records. Get entity name, type, city, incorporation date, and entity ID for LLCs, corps, LPs, and nonprofits registered in NJ.

Florida Sunbiz Scraper - Business Entity & LLC Leads

pink_comic/sunbiz-florida-business-leads

Florida Sunbiz scraper for business entity filings, LLC/corp lookup data, registry verification, and new-company leads. Extract names, status, officers, registered agents, addresses, FEI/EIN fields, and filing dates from Florida Division of Corporations. For KYC, prospecting, and due diligence.

Wyoming Business Entity Scraper

parseforge/wyoming-business-scraper

Scrape complete business entity filings from the Wyoming Secretary of State. Pull registered agent, principal office, entity status, annual report, and tax standing data for LLCs, corporations, and limited partnerships. Perfect for KYC, lead generation, and due diligence.

USA New York Company Registry Scraper โ€” B2B Leads

logiover/usa-new-york-company-registry-scraper

Scrape New York State's official Active Corporations registry (data.ny.gov). Get DOS ID, entity name, type, jurisdiction, county, filing date and registered agent name & address. Filter by full-text query, county & entity type. No login, no API key.

GLEIF LEI Legal Entity Registry Scraper โ€” Company Data API

compute-edge/gleif-lei-entities-scraper

Extract legal entity data from the Global Legal Entity Identifier (LEI) Registry maintained by GLEIF. Access 3.3M+ companies worldwide with jurisdiction, registration status, and corporate structure data for KYC compliance, B2B intelligence, and regulatory reporting.

New York Business Entity Scraper - DOS Registry API

pink_comic/new-york-business-leads

New York business entity scraper for NY Department of State registry records. Search LLCs and corporations by name or DOS ID and export status, filing dates, service-of-process address, CEO/principal office, registered agent, and source-backed KYB, vendor verification, and lead prospecting data.