# Travel Startup SEC EDGAR Form D Filings

**Use case:** 

Retrieve SEC EDGAR Form D filings for travel and hospitality startups since 2023. Get data in CSV/JSON to identify private placement opportunities.

## Input

```json
{
  "formType": "D",
  "dateFrom": "2023-01-01",
  "dateTo": "",
  "keyword": "",
  "industry": "Travel",
  "minAmount": 0,
  "maxResults": 200,
  "includeAmendments": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company Name",
    "format": "string"
  },
  "totalOfferingAmount": {
    "label": "Total Offering Amount ($)",
    "format": "number"
  },
  "totalAmountSold": {
    "label": "Total Amount Sold ($)",
    "format": "number"
  },
  "numberOfInvestors": {
    "label": "Number of Investors",
    "format": "integer"
  },
  "industryGroup": {
    "label": "Industry Group",
    "format": "string"
  },
  "state": {
    "label": "State/Country",
    "format": "string"
  },
  "dateOfFirstSale": {
    "label": "Date of First Sale",
    "format": "string"
  },
  "filingDate": {
    "label": "Filing Date",
    "format": "string"
  },
  "executives": {
    "label": "Executives",
    "format": "string"
  }
}
```

## About this Actor

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