# Target healthcare angel investors for a Series A

**Use case:** 

Target angel investors active in health care for a Series A raise. Returns firm profiles with city, website, focus areas, and investment stages.

## Input

```json
{
  "Firm_Types": [
    "Angel Investor"
  ],
  "Focus_Areas": [
    "Health Care"
  ],
  "Investment_Stages": [
    "Series A"
  ],
  "Countries": [
    "United States"
  ],
  "Keyword": "Sequoia",
  "Max_Results": 15,
  "Offset": 0,
  "Order_By": "created_at",
  "Order_Direction": "desc",
  "Include_Contacts": false
}
```

## Output

```json
{
  "firm_name": {
    "label": "Firm"
  },
  "firm_type_name": {
    "label": "Type"
  },
  "firm_description": {
    "label": "Description"
  },
  "firm_address_1": {
    "label": "Address 1"
  },
  "firm_address_2": {
    "label": "Address 2"
  },
  "firm_city": {
    "label": "City"
  },
  "firm_state": {
    "label": "State"
  },
  "firm_country": {
    "label": "Country"
  },
  "firm_zip": {
    "label": "ZIP"
  },
  "firm_phone": {
    "label": "Phone"
  },
  "firm_website": {
    "label": "Website",
    "format": "link"
  },
  "firm_linkedin_url": {
    "label": "LinkedIn",
    "format": "link"
  },
  "crunchbase_url": {
    "label": "Crunchbase",
    "format": "link"
  },
  "twitter_url": {
    "label": "Twitter",
    "format": "link"
  },
  "facebook_url": {
    "label": "Facebook",
    "format": "link"
  },
  "firm_stages": {
    "label": "Stages"
  },
  "firm_aum": {
    "label": "AUM (USD)"
  },
  "firm_focus": {
    "label": "Focus"
  },
  "industry_names": {
    "label": "Industries"
  },
  "last_checked": {
    "label": "Last Verified"
  },
  "created_at": {
    "label": "Created"
  },
  "updated_at": {
    "label": "Updated"
  }
}
```

## About this Actor

This example demonstrates how to use [Startup Investors Data Scraper](https://apify.com/johnvc/startup-investors-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/startup-investors-data-scraper) to learn more, explore other use cases, and run it yourself.