# Export Rule 506(c) offering data to CSV

**Use case:** 

For capital-markets research and investor outreach: Form D filings of the last 14 days that claim Rule 506(c), the exemption that lets an issuer advertise publicly to accredited investors, with amount offered and sold, minimum investment and industry. Of 1,854 filings measured, 220 claimed 506(c) against 1,625 for 506(b). Export as JSON, CSV or Excel.

## Input

```json
{
  "daysBack": 14,
  "amendments": "exclude",
  "states": [
    "CA"
  ],
  "industries": [
    "Other Technology",
    "Biotechnology"
  ],
  "excludePooledInvestmentFunds": false,
  "exemptions": [
    "506(c)"
  ],
  "maxResults": 100
}
```

## Output

```json
{
  "issuerName": {
    "label": "Issuer Name",
    "format": "string"
  },
  "filedDate": {
    "label": "Filed Date",
    "format": "string"
  },
  "form": {
    "label": "Form",
    "format": "string"
  },
  "industryGroup": {
    "label": "Industry Group",
    "format": "string"
  },
  "issuerCity": {
    "label": "Issuer City",
    "format": "string"
  },
  "issuerStateOrCountry": {
    "label": "State / country",
    "format": "string"
  },
  "totalOfferingAmountUsd": {
    "label": "Offering amount (USD)",
    "format": "number"
  },
  "totalOfferingAmountIndefinite": {
    "label": "Offering amount indefinite",
    "format": "boolean"
  },
  "totalAmountSoldUsd": {
    "label": "Amount sold (USD)",
    "format": "number"
  },
  "totalRemainingUsd": {
    "label": "Remaining (USD)",
    "format": "number"
  },
  "percentSold": {
    "label": "Percent sold",
    "format": "number"
  },
  "exemptions": {
    "label": "Exemptions",
    "format": "array"
  },
  "firstSaleDate": {
    "label": "First Sale Date",
    "format": "string"
  },
  "totalInvestorCount": {
    "label": "Total Investor Count",
    "format": "number"
  },
  "relatedPersons": {
    "label": "Related Persons",
    "format": "array"
  },
  "formViewUrl": {
    "label": "Form (readable)",
    "format": "string"
  },
  "accessionNumber": {
    "label": "Accession Number",
    "format": "string"
  },
  "isAmendment": {
    "label": "Is Amendment",
    "format": "boolean"
  },
  "previousAccessionNumber": {
    "label": "Previous Accession Number",
    "format": "string"
  },
  "cik": {
    "label": "CIK",
    "format": "string"
  },
  "entityType": {
    "label": "Entity Type",
    "format": "string"
  },
  "yearOfIncorporation": {
    "label": "Year Of Incorporation",
    "format": "number"
  },
  "investmentFundType": {
    "label": "Investment Fund Type",
    "format": "string"
  },
  "revenueRange": {
    "label": "Revenue Range",
    "format": "string"
  },
  "minimumInvestmentUsd": {
    "label": "Minimum investment (USD)",
    "format": "number"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "note": {
    "label": "Note",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "fileNumber": {
    "label": "File Number",
    "format": "string"
  },
  "entityTypeOther": {
    "label": "Entity Type Other",
    "format": "string"
  },
  "jurisdictionOfIncorporation": {
    "label": "Jurisdiction Of Incorporation",
    "format": "string"
  },
  "incorporatedWithinFiveYears": {
    "label": "Incorporated Within Five Years",
    "format": "boolean"
  },
  "yetToBeFormed": {
    "label": "Yet To Be Formed",
    "format": "boolean"
  },
  "issuerPreviousNames": {
    "label": "Issuer Previous Names",
    "format": "array"
  },
  "issuerStreet1": {
    "label": "Issuer Street1",
    "format": "string"
  },
  "issuerStreet2": {
    "label": "Issuer Street2",
    "format": "string"
  },
  "issuerStateOrCountryName": {
    "label": "Issuer State Or Country Name",
    "format": "string"
  },
  "issuerZip": {
    "label": "ZIP",
    "format": "string"
  },
  "issuerAddressWithheld": {
    "label": "Issuer Address Withheld",
    "format": "boolean"
  },
  "issuerAddressWithheldReason": {
    "label": "Issuer Address Withheld Reason",
    "format": "string"
  },
  "otherIssuers": {
    "label": "Other Issuers",
    "format": "array"
  },
  "edgarBusinessStates": {
    "label": "Edgar Business States",
    "format": "array"
  },
  "is40ActFund": {
    "label": "40 Act fund",
    "format": "boolean"
  },
  "aggregateNetAssetValueRange": {
    "label": "Aggregate Net Asset Value Range",
    "format": "string"
  },
  "exemptionCodes": {
    "label": "Exemption Codes",
    "format": "array"
  },
  "firstSaleYetToOccur": {
    "label": "First Sale Yet To Occur",
    "format": "boolean"
  },
  "offeringMoreThanOneYear": {
    "label": "Offering More Than One Year",
    "format": "boolean"
  },
  "securitiesTypes": {
    "label": "Securities Types",
    "format": "array"
  },
  "otherSecurityDescription": {
    "label": "Other Security Description",
    "format": "string"
  },
  "isBusinessCombination": {
    "label": "Is Business Combination",
    "format": "boolean"
  },
  "totalOfferingAmountRaw": {
    "label": "Total Offering Amount Raw",
    "format": "string"
  },
  "totalRemainingIndefinite": {
    "label": "Total Remaining Indefinite",
    "format": "boolean"
  },
  "totalRemainingRaw": {
    "label": "Total Remaining Raw",
    "format": "string"
  },
  "amountsClarification": {
    "label": "Amounts Clarification",
    "format": "string"
  },
  "hasNonAccreditedInvestors": {
    "label": "Has Non Accredited Investors",
    "format": "boolean"
  },
  "nonAccreditedInvestorCount": {
    "label": "Non Accredited Investor Count",
    "format": "number"
  },
  "salesCommissionsUsd": {
    "label": "Sales Commissions (USD)",
    "format": "number"
  },
  "salesCommissionsIsEstimate": {
    "label": "Sales Commissions Is Estimate",
    "format": "boolean"
  },
  "findersFeesUsd": {
    "label": "Finders Fees (USD)",
    "format": "number"
  },
  "findersFeesIsEstimate": {
    "label": "Finders Fees Is Estimate",
    "format": "boolean"
  },
  "grossProceedsToRelatedPersonsUsd": {
    "label": "Gross Proceeds To Related Persons (USD)",
    "format": "number"
  },
  "grossProceedsToRelatedPersonsIsEstimate": {
    "label": "Gross Proceeds To Related Persons Is Estimate",
    "format": "boolean"
  },
  "relatedPersonCount": {
    "label": "Related Person Count",
    "format": "number"
  },
  "salesCompensationRecipients": {
    "label": "Sales Compensation Recipients",
    "format": "array"
  },
  "signerName": {
    "label": "Signer Name",
    "format": "string"
  },
  "signerTitle": {
    "label": "Signer Title",
    "format": "string"
  },
  "signatureDate": {
    "label": "Signature Date",
    "format": "string"
  },
  "documentUrl": {
    "label": "Form (XML)",
    "format": "string"
  },
  "filingIndexUrl": {
    "label": "Filing index",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "checkedAt": {
    "label": "Checked At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC Form D Scraper - Startup Funding & Private Placements](https://apify.com/neverempty/sec-form-d-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/neverempty/sec-form-d-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/neverempty/sec-form-d-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
