# SOS Data Export

**Use case:** 

Data Export of SOS. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "businessNames": [
    "Apple Inc",
    "Google LLC",
    "Tesla Inc",
    "Meta Platforms Inc",
    "OpenAI Inc"
  ],
  "maxItems": 100
}
```

## Output

```json
{
  "entityName": {
    "label": "Entity Name",
    "format": "text"
  },
  "entityNumber": {
    "label": "Entity Number",
    "format": "text"
  },
  "url": {
    "label": "SOS URL",
    "format": "link"
  },
  "searchTerm": {
    "label": "Search Term",
    "format": "text"
  },
  "entityType": {
    "label": "Entity Type",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "riskLevel": {
    "label": "Risk Level",
    "format": "text"
  },
  "formationDate": {
    "label": "Formation Date",
    "format": "text"
  },
  "registeredAgent": {
    "label": "Registered Agent",
    "format": "text"
  },
  "principalAddress": {
    "label": "Principal Address",
    "format": "text"
  },
  "signals": {
    "label": "Risk Signals",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [SOS Scraper](https://apify.com/parseforge/sos-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/sos-scraper) to learn more, explore other use cases, and run it yourself.