# Find Tech Startups in San Francisco for Sales Leads

**Use case:** 

Identify emerging technology companies based in San Francisco to enrich your sales lead pipeline. Gain access to key company details like revenue estimates and 

## Input

```json
{
  "mode": "search",
  "searchQuery": "San Francisco",
  "companyUrls": [],
  "industry": "Technology",
  "maxItems": 50
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "industry": {
    "label": "Industry"
  },
  "headquarters": {
    "label": "Headquarters"
  },
  "revenueRange": {
    "label": "Revenue range"
  },
  "employeeRange": {
    "label": "Employee range"
  },
  "ceoName": {
    "label": "Ceo name"
  },
  "owlerUrl": {
    "label": "Owler url"
  }
}
```

## About this Actor

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