# Techstars Scraper (`solidcode/techstars-scraper`) Actor

\[💰 $2.49 / 1K] Extract startups from the Techstars portfolio. Get name, description, location, accelerator program, cohort year, industry tags, website, logo, and social links. Filter by industry, region, program, year, or status.

- **URL**: https://apify.com/solidcode/techstars-scraper.md
- **Developed by:** [SolidCode](https://apify.com/solidcode) (community)
- **Categories:** Developer tools, Lead generation, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.49 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

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).


# README

## Techstars Scraper

Pull the entire Techstars accelerator portfolio as clean, structured data — company name, one-line description, headquarters location, industry verticals, accelerator program and cohort year, unicorn/exit/B-Corp status, plus website and social links for every company. Filter to exactly the slice you want by industry, region, program, year, or status. Built for VC analysts, founders, sales teams, and recruiters who need a ready-to-use Techstars dataset without copy-pasting ~5,100 companies off the directory by hand.

### Why This Scraper?

- **The full ~5,100-company portfolio** — every accelerated company from the 2007 through 2026 cohorts in one run, not just the first page of the directory.
- **57 industry verticals to filter on** — from Fintech, Healthtech, and Cloudtech & DevOps to Space Tech, Femtech, and Climate Tech, so you can isolate a single thesis in seconds.
- **125 named accelerator programs** — target a specific program like Techstars Boulder or Techstars New York City, or pull every cohort across all of them.
- **Four investor-grade status flags** — filter the portfolio down to $1B+ unicorns, companies with exits (acquired or IPO), certified B Corps, or companies currently in a program.
- **Six world regions** — Americas, Europe, Middle East, Asia, Africa, and Oceania, with city, state/province, and country broken out on every row.
- **Four social profiles per company** — LinkedIn, Crunchbase, X (Twitter), and Facebook URLs, normalized and ready for enrichment or outreach.
- **Cohort-year filtering from 2007 to 2026** — slice the portfolio to a single graduating class or a multi-year range to track how a vertical evolved.
- **Paste-a-URL shortcut** — apply any filters on the Techstars website, copy the address-bar URL, and the same filters are reproduced automatically — no manual setup.
- **One flat row per company** — name, description, location, industries, program, year, status, website, logo, and socials all on a single record, ready for a spreadsheet or CRM.

### Use Cases

**Venture Capital & Deal Sourcing**
- Build a live pipeline of every Techstars company in your investment thesis (e.g. Fintech in Europe)
- Surface the unicorn and exit cohort to benchmark winners and study what graduated alongside them
- Track each year's new accelerator class as a fresh source of seed-stage deal flow
- Map a single program's portfolio to evaluate a specific accelerator's track record

**Competitive & Market Intelligence**
- Size a vertical by counting active companies across 57 industry categories
- Compare regional concentration of startups across six world regions
- Monitor which industries each cohort year is weighted toward
- Profile a competitor's accelerator peers from the same program and year

**Lead Generation & Sales**
- Build target account lists filtered by industry, region, and status
- Capture company websites and LinkedIn profiles for outreach and account research
- Segment prospects by accelerator program to personalize messaging

**Recruiting & Talent**
- Find fast-growing startups in a region that are likely hiring
- Target unicorns and recently exited companies for senior placements
- Build a sourcing list of companies by industry and cohort year

**Research & Data Enrichment**
- Enrich an existing startup database with Techstars program, year, and status tags
- Power dashboards tracking accelerator outcomes over nearly two decades
- Feed structured company records with social links into analytics pipelines

### Getting Started

#### Scrape the Whole Portfolio

Leave everything empty to pull the full portfolio, capped by Max Results:

```json
{
    "maxResults": 100
}
````

#### Filter by Industry and Region

```json
{
    "industries": ["Fintech"],
    "regions": ["Europe"],
    "maxResults": 500
}
```

#### Find the Unicorns in a Vertical

```json
{
    "industries": ["Artificial intelligence and machine learning"],
    "status": "unicorn",
    "maxResults": 200
}
```

#### Target a Program and Cohort Year

```json
{
    "acceleratorPrograms": ["Techstars Boulder Accelerator"],
    "years": ["2023", "2024"],
    "maxResults": 100
}
```

#### Paste a Filtered Portfolio URL

```json
{
    "startUrls": ["https://www.techstars.com/portfolio?industry=Fintech&region=Americas"],
    "maxResults": 1000
}
```

### Input Reference

#### What to Scrape

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `startUrls` | string\[] | `[]` | One or more `techstars.com/portfolio` URLs. Apply filters on the website, copy the address-bar URL, and paste it here — the filters are reproduced automatically. Optional. |

#### Filters

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `industries` | string\[] | `[]` | Limit to one or more of 57 industry verticals (e.g. Fintech, Healthtech, Cloudtech & DevOps). Empty includes all industries. |
| `regions` | string\[] | `[]` | Limit to companies in one or more of six world regions: Americas, Europe, Middle East, Asia, Africa, Oceania. Empty includes all regions. |
| `acceleratorPrograms` | select\[] | `[]` | Pick one or more of the 125 Techstars programs from a dropdown (e.g. "Techstars Boulder Accelerator", "Disney Accelerator, powered by Techstars"). Empty includes all programs. |
| `years` | string\[] | `[]` | Limit to one or more cohort years (e.g. "2023"). Valid years run 2007–2026. Empty includes all years. |
| `status` | select | `Any` | Filter by status: Any, $1B+ companies (unicorns), In program now, Exits (acquired / IPO), or B Corp. |

#### Options

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `maxResults` | integer | `100` | Maximum companies to return across all URLs and filters. Set to 0 for unlimited. Start with 10–50 to test, then increase. |

### Output

Each company is returned as a single flat record:

```json
{
    "name": "Sphero",
    "description": "We create amazing connected toys.",
    "location": "Boulder, Colorado, United States",
    "city": "Boulder",
    "stateProvince": "Colorado",
    "country": "United States",
    "region": "Americas",
    "subRegion": "North America",
    "industries": ["Edtech", "Mobile", "Robotics and Drones", "Virtual reality"],
    "acceleratorProgram": "Disney Accelerator, powered by Techstars",
    "acceleratorPrograms": ["Disney Accelerator, powered by Techstars", "Techstars Boulder Accelerator"],
    "acceleratorYear": 2010,
    "status": ["exited"],
    "website": "https://sphero.com",
    "logo": "https://apimg.techstars.com/connect/perks/image_files/535ebff6766fc3d1a0000002/original/W2-W6saw_400x400.jpg",
    "linkedin": "https://linkedin.com/company/1199924",
    "twitter": "https://twitter.com/littleBits",
    "facebook": "https://facebook.com/GoSphero",
    "crunchbase": "https://crunchbase.com/organization/orbotix",
    "companyId": "72a67d8e-aad8-41fb-bf5f-981faa4fa04d",
    "updatedAt": 1782562205
}
```

#### Company & Program Fields

| Field | Type | Description |
|-------|------|-------------|
| `name` | string | Company name |
| `description` | string | One-line company description |
| `industries` | string\[] | Industry vertical tags |
| `acceleratorProgram` | string | Primary Techstars program the company went through |
| `acceleratorPrograms` | string\[] | All Techstars programs the company participated in |
| `acceleratorYear` | number | Cohort year (2007–2026) |
| `status` | string\[] | Status flags: `unicorn`, `exited`, `b_corp`, and/or `in_program` |
| `companyId` | string | Stable unique identifier for the company |
| `updatedAt` | number | Unix timestamp (seconds) of the company's last record update |

#### Location & Links

| Field | Type | Description |
|-------|------|-------------|
| `location` | string | Combined city, state/province, and country |
| `city` | string | Headquarters city |
| `stateProvince` | string | State or province (when available) |
| `country` | string | Headquarters country |
| `region` | string | World region (Americas, Europe, Middle East, Asia, Africa, Oceania) |
| `subRegion` | string | Sub-region (e.g. North America) |
| `website` | string | Company website URL |
| `logo` | string | Company logo image URL |
| `linkedin` | string | Company LinkedIn URL |
| `twitter` | string | Company X (Twitter) URL |
| `facebook` | string | Company Facebook URL |
| `crunchbase` | string | Company Crunchbase URL |

### Tips for Best Results

- **Start small** — set `maxResults` to 10–50 on a first run to confirm the data matches your needs, then scale up to the full portfolio.
- **Stack filters to narrow precisely** — combine `regions`, `industries`, and `status: unicorn` in one run to get straight to investable, billion-dollar companies in your target market.
- **Pick programs from the dropdown** — `acceleratorPrograms` is a select list of all 125 official program names, so you can target a specific accelerator (e.g. "Techstars Boulder Accelerator") without worrying about spelling.
- **Use a filtered URL to mirror what you see** — set up the exact view you want on the Techstars website, then paste that URL into `startUrls` to reproduce it without rebuilding filters here.
- **Slice by cohort year for trend analysis** — pass a multi-year range to `years` to watch how a vertical's representation shifted from one graduating class to the next.
- **Pull socials in bulk for enrichment** — every company carries LinkedIn, Crunchbase, X, and Facebook URLs in one pass, making this a one-shot source list for outreach or data enrichment.
- **Leave everything empty for a full export** — no filters and `maxResults: 0` returns the complete portfolio (a safety ceiling still applies).

### Pricing

**From $2.49 per 1,000 results** — a clean, structured Techstars dataset for a fraction of the cost of compiling it by hand. Bronze, Silver, and Gold subscribers pay progressively less; the table below shows total cost at each discount tier.

| Results | No discount | Bronze | Silver | Gold |
|---------|-------------|--------|--------|------|
| 100 | $0.30 | $0.28 | $0.27 | $0.25 |
| 1,000 | $2.95 | $2.80 | $2.65 | $2.49 |
| 10,000 | $29.50 | $28.00 | $26.50 | $24.90 |
| 100,000 | $295.00 | $280.00 | $265.00 | $249.00 |

A "result" is one company row in the output dataset. No compute or time-based charges — you pay per result, plus a small fixed per-run start fee.

### Integrations

Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:

- **Zapier** / **Make** / **n8n** — Workflow automation
- **Google Sheets** — Direct spreadsheet export
- **Slack** / **Email** — Notifications on new results
- **Webhooks** — Trigger custom APIs on run completion
- **Apify API** — Full programmatic access

### Legal & Ethical Use

This actor extracts publicly available company information from the Techstars portfolio directory for legitimate research, investment analysis, lead generation, and recruiting. You are responsible for complying with applicable laws and Techstars' Terms of Service. Do not use the data for spam, harassment, or any unlawful purpose, and handle any personal data in line with applicable privacy regulations.

# Actor input Schema

## `startUrls` (type: `array`):

Paste one or more techstars.com/portfolio URLs. Apply any filters you like on the Techstars website, then copy the address-bar URL here — the filters are applied automatically. Optional: leave empty and use the filter fields below instead.

## `industries` (type: `array`):

Only include companies in these industry verticals. Leave empty for all industries.

## `regions` (type: `array`):

Only include companies headquartered in these regions. Leave empty for all regions.

## `acceleratorPrograms` (type: `array`):

Only include companies from these Techstars accelerator programs. Pick one or more from the list. Leave empty to include all 125 programs.

## `years` (type: `array`):

Only include companies from these cohort years (e.g. '2023', '2024'). Valid years run from 2007 to 2026. Leave empty for all years.

## `status` (type: `string`):

Only include companies with this status. 'Any' includes the whole portfolio.

## `maxResults` (type: `integer`):

Maximum number of companies to return across all URLs and filters. Results come in pages, so a small number may return a full page — the full last page is always kept, never cut off mid-page. Set to 0 for unlimited (a safety ceiling of 50,000 still applies). Tip: start with 10-50 to test, then increase.

## Actor input object example

```json
{
  "startUrls": [],
  "industries": [],
  "regions": [],
  "acceleratorPrograms": [],
  "years": [],
  "status": "any",
  "maxResults": 100
}
```

# Actor output Schema

## `overview` (type: `string`):

Table of Techstars portfolio companies with key fields.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [],
    "industries": [],
    "regions": [],
    "acceleratorPrograms": [],
    "years": [],
    "status": "any",
    "maxResults": 100
};

// Run the Actor and wait for it to finish
const run = await client.actor("solidcode/techstars-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "startUrls": [],
    "industries": [],
    "regions": [],
    "acceleratorPrograms": [],
    "years": [],
    "status": "any",
    "maxResults": 100,
}

# Run the Actor and wait for it to finish
run = client.actor("solidcode/techstars-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [],
  "industries": [],
  "regions": [],
  "acceleratorPrograms": [],
  "years": [],
  "status": "any",
  "maxResults": 100
}' |
apify call solidcode/techstars-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=solidcode/techstars-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Techstars Scraper",
        "description": "[💰 $2.49 / 1K] Extract startups from the Techstars portfolio. Get name, description, location, accelerator program, cohort year, industry tags, website, logo, and social links. Filter by industry, region, program, year, or status.",
        "version": "1.0",
        "x-build-id": "AOGV4kB9cZpzcMo3u"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/solidcode~techstars-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-solidcode-techstars-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/solidcode~techstars-scraper/runs": {
            "post": {
                "operationId": "runs-sync-solidcode-techstars-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/solidcode~techstars-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-solidcode-techstars-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "startUrls": {
                        "title": "Portfolio URLs",
                        "type": "array",
                        "description": "Paste one or more techstars.com/portfolio URLs. Apply any filters you like on the Techstars website, then copy the address-bar URL here — the filters are applied automatically. Optional: leave empty and use the filter fields below instead.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "industries": {
                        "title": "Industries",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Only include companies in these industry verticals. Leave empty for all industries.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "Artificial intelligence and machine learning",
                                "Mobile",
                                "Fintech",
                                "Healthtech",
                                "Internet of Things",
                                "Lifestyles of Health and Sustainability and wellness",
                                "Climate tech",
                                "Cleantech",
                                "HRtech",
                                "Technology, media and telecommunications",
                                "Infrastructure",
                                "Big Data",
                                "Cryptocurrency/Blockchain",
                                "Edtech",
                                "SaaS",
                                "Digital health",
                                "Robotics and Drones",
                                "Marketing tech",
                                "Gaming",
                                "Real estate tech",
                                "Manufacturing",
                                "Supply chain technology",
                                "Insurtech",
                                "Mobility tech",
                                "Virtual reality",
                                "Cybersecurity",
                                "Impact investing",
                                "Cloudtech and DevOps",
                                "Foodtech",
                                "E-commerce",
                                "Industrials",
                                "Adtech",
                                "Mobile commerce",
                                "Agtech",
                                "Femtech",
                                "Oil and gas",
                                "Space tech",
                                "Legal tech",
                                "Audiotech",
                                "Augmented reality",
                                "Beauty",
                                "3D printing",
                                "eSports",
                                "Future of work",
                                "Oncology",
                                "Pet tech",
                                "Micromobility",
                                "Nanotechnology",
                                "Ridesharing",
                                "Carsharing",
                                "B2B payments",
                                "Construction technology",
                                "Wearables and quantified self",
                                "Life sciences",
                                "Restaurant tech",
                                "Robotics",
                                "Autonomous cars"
                            ],
                            "enumTitles": [
                                "Artificial Intelligence & Machine Learning",
                                "Mobile",
                                "Fintech",
                                "Healthtech",
                                "Internet of Things (IoT)",
                                "Health, Sustainability & Wellness (LOHAS)",
                                "Climate Tech",
                                "Cleantech",
                                "HR Tech",
                                "Technology, Media & Telecommunications",
                                "Infrastructure",
                                "Big Data",
                                "Cryptocurrency / Blockchain",
                                "EdTech",
                                "SaaS",
                                "Digital Health",
                                "Robotics & Drones",
                                "Marketing Tech",
                                "Gaming",
                                "Real Estate Tech",
                                "Manufacturing",
                                "Supply Chain Technology",
                                "Insurtech",
                                "Mobility Tech",
                                "Virtual Reality",
                                "Cybersecurity",
                                "Impact Investing",
                                "Cloudtech & DevOps",
                                "Foodtech",
                                "E-commerce",
                                "Industrials",
                                "Adtech",
                                "Mobile Commerce",
                                "Agtech",
                                "Femtech",
                                "Oil & Gas",
                                "Space Tech",
                                "Legal Tech",
                                "Audiotech",
                                "Augmented Reality",
                                "Beauty",
                                "3D Printing",
                                "eSports",
                                "Future of Work",
                                "Oncology",
                                "Pet Tech",
                                "Micromobility",
                                "Nanotechnology",
                                "Ridesharing",
                                "Carsharing",
                                "B2B Payments",
                                "Construction Technology",
                                "Wearables & Quantified Self",
                                "Life Sciences",
                                "Restaurant Tech",
                                "Robotics",
                                "Autonomous Cars"
                            ]
                        }
                    },
                    "regions": {
                        "title": "Regions",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Only include companies headquartered in these regions. Leave empty for all regions.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "Americas",
                                "Europe",
                                "Middle East",
                                "Asia",
                                "Africa",
                                "Oceania"
                            ],
                            "enumTitles": [
                                "Americas",
                                "Europe",
                                "Middle East",
                                "Asia",
                                "Africa",
                                "Oceania"
                            ]
                        }
                    },
                    "acceleratorPrograms": {
                        "title": "Accelerator Programs",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Only include companies from these Techstars accelerator programs. Pick one or more from the list. Leave empty to include all 125 programs.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "ABN AMRO & Techstars Future of Finance Accelerator",
                                "ARM Labs Lagos Techstars Accelerator",
                                "Air Force Accelerator Powered by Techstars",
                                "Alchemist Blockchain Techstars Accelerator",
                                "Alexa Accelerator, Powered by Techstars",
                                "Alexa Next Stage, Powered by Techstars",
                                "Anjal Z Techstars Founder Catalyst",
                                "BSH Future Home Accelerator Powered by Techstars",
                                "Barclays Accelerator, Powered by Techstars - Cape Town",
                                "Barclays Accelerator, Powered by Techstars - Tel Aviv",
                                "Build in Tulsa Techstars Accelerator",
                                "Colliers Proptech Accelerator Powered by Techstars",
                                "Comcast NBCUniversal LIFT Labs Accelerator Powered by Techstars",
                                "Disney Accelerator, powered by Techstars",
                                "Eastern Pacific Accelerator Powered by Techstars",
                                "Equinor & Techstars Energy Accelerator",
                                "Filecoin Techstars Accelerator",
                                "Founder Catalyst Jeddah",
                                "Founder Catalyst WaterTech & Sustainability",
                                "Founder Catalyst in partnership with J.P. Morgan",
                                "Founder Catalyst sponsored by Stanley Black & Decker",
                                "Founder Innovation Lab Pre-accelerator",
                                "Kaplan EdTech Accelerator, powered by Techstars",
                                "Launchpool Web3 Techstars Accelerator",
                                "London Barclays Accelerator, powered by Techstars",
                                "METRO Accelerator for Hospitality powered by Techstars",
                                "METRO Retail Accelerator powered by Techstars",
                                "MIH for startups powered by Techstars",
                                "MetLife Digital Accelerator powered by Techstars",
                                "Microsoft Accelerator for Kinect, powered by Techstars",
                                "Microsoft Accelerator for Windows Azure, powered by Techstars",
                                "New York Barclays Accelerator, powered by Techstars",
                                "Nike+ Accelerator, powered by Techstars",
                                "Northwestern Medicine & Techstars Healthcare Accelerator",
                                "Qualcomm Robotics Accelerator, powered by Techstars",
                                "R/GA Accelerator, powered by Techstars",
                                "Rakuten Accelerator, Powered by Techstars",
                                "SAP.iO Foundry, Powered by Techstars Accelerator",
                                "STANLEY+Techstars Accelerator",
                                "Sprint Accelerator, powered by Techstars",
                                "Stockholm Techstars Accelerator",
                                "Sustainability Paris Techstars Accelerator",
                                "Techstars & Western Union Accelerator",
                                "Techstars AI Health Baltimore",
                                "Techstars Adelaide",
                                "Techstars Alabama EnergyTech Accelerator",
                                "Techstars Allied Space Accelerator",
                                "Techstars Anywhere Accelerator",
                                "Techstars Atlanta powered by Cox Enterprises",
                                "Techstars Atlanta powered by J.P. Morgan",
                                "Techstars Austin Accelerator",
                                "Techstars Bangalore Accelerator",
                                "Techstars Berlin Accelerator",
                                "Techstars Boston Accelerator",
                                "Techstars Boulder Accelerator",
                                "Techstars Chicago",
                                "Techstars Chicago Accelerator",
                                "Techstars Chicago powered by J.P. Morgan",
                                "Techstars Cloud",
                                "Techstars Columbus Powered by The Ohio State University",
                                "Techstars Connection",
                                "Techstars Crypto Boston Powered by Algorand",
                                "Techstars Detroit Accelerator",
                                "Techstars Detroit powered by J.P. Morgan",
                                "Techstars Dubai Accelerator in Partnership with GINCO",
                                "Techstars Economic Mobility Powered by Samvid Ventures",
                                "Techstars Equitech Accelerator",
                                "Techstars Founder Catalyst Global Program",
                                "Techstars Founder Catalyst powered by WeXchange",
                                "Techstars Future of Ecommerce powered by eBay",
                                "Techstars Future of Food Powered by Ecolab",
                                "Techstars Future of Longevity Accelerator",
                                "Techstars Healthcare Accelerator powered by Permanente Medicine Mid-Atlantic States",
                                "Techstars Healthcare sponsored by Cedars-Sinai, Point32Health, UCI Health, and UnitedHealthcare",
                                "Techstars Healthcare, in partnership with Cedars-Sinai",
                                "Techstars Hub71 Accelerator",
                                "Techstars Impact Accelerator",
                                "Techstars Impact powered by Cox Enterprises",
                                "Techstars Industries of the Future Accelerator",
                                "Techstars IoT Accelerator",
                                "Techstars Iowa Accelerator",
                                "Techstars Kansas City Accelerator",
                                "Techstars Korea Accelerator",
                                "Techstars Lisbon in Partnership with Semapa Next",
                                "Techstars London Accelerator",
                                "Techstars London Powered by Polygon",
                                "Techstars Los Angeles powered by J.P. Morgan",
                                "Techstars Miami powered by J.P. Morgan",
                                "Techstars Montréal AI Accelerator",
                                "Techstars Music Accelerator",
                                "Techstars New Orleans Powered by J.P. Morgan",
                                "Techstars New York City Accelerator",
                                "Techstars New York City powered by J.P. Morgan",
                                "Techstars Oakland powered by J.P. Morgan",
                                "Techstars Paris Accelerator",
                                "Techstars Payments Powered by Stellar and MoneyGram",
                                "Techstars Physical Health Fort Worth",
                                "Techstars Retail Accelerator, in partnership with Target",
                                "Techstars San Diego powered by San Diego State University",
                                "Techstars San Francisco",
                                "Techstars Seattle Accelerator",
                                "Techstars Space Accelerator",
                                "Techstars Sports Accelerator Powered by Indy",
                                "Techstars SportsTech Melbourne Accelerator",
                                "Techstars Starburst Space Accelerator",
                                "Techstars Sustainability in Partnership with The Nature Conservancy",
                                "Techstars Tech Central Sydney powered by NSW Government",
                                "Techstars Tel Aviv Accelerator",
                                "Techstars Tokyo Accelerator",
                                "Techstars Toronto Accelerator",
                                "Techstars Transformative World Torino",
                                "Techstars Washington DC powered by J.P. Morgan",
                                "Techstars WaterTech & Sustainability",
                                "Techstars Web3 Accelerator",
                                "Techstars Workforce Development Accelerator",
                                "Techstars and Audi Mobility Accelerator",
                                "The Arcadis City of 2030 Accelerator Powered by Techstars",
                                "The Heritage Group Accelerator powered by Techstars",
                                "The Minnesota Twins Accelerator by Techstars",
                                "The Riyadh Techstars Accelerator",
                                "The Roux Institute Techstars Accelerator",
                                "USC and Techstars Accelerator",
                                "USC and Techstars University Catalyst",
                                "UnitedHealthcare Accelerator Powered by Techstars",
                                "Virgin Media Accelerator powered by Techstars"
                            ],
                            "enumTitles": [
                                "ABN AMRO & Techstars Future of Finance Accelerator",
                                "ARM Labs Lagos Techstars Accelerator",
                                "Air Force Accelerator Powered by Techstars",
                                "Alchemist Blockchain Techstars Accelerator",
                                "Alexa Accelerator, Powered by Techstars",
                                "Alexa Next Stage, Powered by Techstars",
                                "Anjal Z Techstars Founder Catalyst",
                                "BSH Future Home Accelerator Powered by Techstars",
                                "Barclays Accelerator, Powered by Techstars - Cape Town",
                                "Barclays Accelerator, Powered by Techstars - Tel Aviv",
                                "Build in Tulsa Techstars Accelerator",
                                "Colliers Proptech Accelerator Powered by Techstars",
                                "Comcast NBCUniversal LIFT Labs Accelerator Powered by Techstars",
                                "Disney Accelerator, powered by Techstars",
                                "Eastern Pacific Accelerator Powered by Techstars",
                                "Equinor & Techstars Energy Accelerator",
                                "Filecoin Techstars Accelerator",
                                "Founder Catalyst Jeddah",
                                "Founder Catalyst WaterTech & Sustainability",
                                "Founder Catalyst in partnership with J.P. Morgan",
                                "Founder Catalyst sponsored by Stanley Black & Decker",
                                "Founder Innovation Lab Pre-accelerator",
                                "Kaplan EdTech Accelerator, powered by Techstars",
                                "Launchpool Web3 Techstars Accelerator",
                                "London Barclays Accelerator, powered by Techstars",
                                "METRO Accelerator for Hospitality powered by Techstars",
                                "METRO Retail Accelerator powered by Techstars",
                                "MIH for startups powered by Techstars",
                                "MetLife Digital Accelerator powered by Techstars",
                                "Microsoft Accelerator for Kinect, powered by Techstars",
                                "Microsoft Accelerator for Windows Azure, powered by Techstars",
                                "New York Barclays Accelerator, powered by Techstars",
                                "Nike+ Accelerator, powered by Techstars",
                                "Northwestern Medicine & Techstars Healthcare Accelerator",
                                "Qualcomm Robotics Accelerator, powered by Techstars",
                                "R/GA Accelerator, powered by Techstars",
                                "Rakuten Accelerator, Powered by Techstars",
                                "SAP.iO Foundry, Powered by Techstars Accelerator",
                                "STANLEY+Techstars Accelerator",
                                "Sprint Accelerator, powered by Techstars",
                                "Stockholm Techstars Accelerator",
                                "Sustainability Paris Techstars Accelerator",
                                "Techstars & Western Union Accelerator",
                                "Techstars AI Health Baltimore",
                                "Techstars Adelaide",
                                "Techstars Alabama EnergyTech Accelerator",
                                "Techstars Allied Space Accelerator",
                                "Techstars Anywhere Accelerator",
                                "Techstars Atlanta powered by Cox Enterprises",
                                "Techstars Atlanta powered by J.P. Morgan",
                                "Techstars Austin Accelerator",
                                "Techstars Bangalore Accelerator",
                                "Techstars Berlin Accelerator",
                                "Techstars Boston Accelerator",
                                "Techstars Boulder Accelerator",
                                "Techstars Chicago",
                                "Techstars Chicago Accelerator",
                                "Techstars Chicago powered by J.P. Morgan",
                                "Techstars Cloud",
                                "Techstars Columbus Powered by The Ohio State University",
                                "Techstars Connection",
                                "Techstars Crypto Boston Powered by Algorand",
                                "Techstars Detroit Accelerator",
                                "Techstars Detroit powered by J.P. Morgan",
                                "Techstars Dubai Accelerator in Partnership with GINCO",
                                "Techstars Economic Mobility Powered by Samvid Ventures",
                                "Techstars Equitech Accelerator",
                                "Techstars Founder Catalyst Global Program",
                                "Techstars Founder Catalyst powered by WeXchange",
                                "Techstars Future of Ecommerce powered by eBay",
                                "Techstars Future of Food Powered by Ecolab",
                                "Techstars Future of Longevity Accelerator",
                                "Techstars Healthcare Accelerator powered by Permanente Medicine Mid-Atlantic States",
                                "Techstars Healthcare sponsored by Cedars-Sinai, Point32Health, UCI Health, and UnitedHealthcare",
                                "Techstars Healthcare, in partnership with Cedars-Sinai",
                                "Techstars Hub71 Accelerator",
                                "Techstars Impact Accelerator",
                                "Techstars Impact powered by Cox Enterprises",
                                "Techstars Industries of the Future Accelerator",
                                "Techstars IoT Accelerator",
                                "Techstars Iowa Accelerator",
                                "Techstars Kansas City Accelerator",
                                "Techstars Korea Accelerator",
                                "Techstars Lisbon in Partnership with Semapa Next",
                                "Techstars London Accelerator",
                                "Techstars London Powered by Polygon",
                                "Techstars Los Angeles powered by J.P. Morgan",
                                "Techstars Miami powered by J.P. Morgan",
                                "Techstars Montréal AI Accelerator",
                                "Techstars Music Accelerator",
                                "Techstars New Orleans Powered by J.P. Morgan",
                                "Techstars New York City Accelerator",
                                "Techstars New York City powered by J.P. Morgan",
                                "Techstars Oakland powered by J.P. Morgan",
                                "Techstars Paris Accelerator",
                                "Techstars Payments Powered by Stellar and MoneyGram",
                                "Techstars Physical Health Fort Worth",
                                "Techstars Retail Accelerator, in partnership with Target",
                                "Techstars San Diego powered by San Diego State University",
                                "Techstars San Francisco",
                                "Techstars Seattle Accelerator",
                                "Techstars Space Accelerator",
                                "Techstars Sports Accelerator Powered by Indy",
                                "Techstars SportsTech Melbourne Accelerator",
                                "Techstars Starburst Space Accelerator",
                                "Techstars Sustainability in Partnership with The Nature Conservancy",
                                "Techstars Tech Central Sydney powered by NSW Government",
                                "Techstars Tel Aviv Accelerator",
                                "Techstars Tokyo Accelerator",
                                "Techstars Toronto Accelerator",
                                "Techstars Transformative World Torino",
                                "Techstars Washington DC powered by J.P. Morgan",
                                "Techstars WaterTech & Sustainability",
                                "Techstars Web3 Accelerator",
                                "Techstars Workforce Development Accelerator",
                                "Techstars and Audi Mobility Accelerator",
                                "The Arcadis City of 2030 Accelerator Powered by Techstars",
                                "The Heritage Group Accelerator powered by Techstars",
                                "The Minnesota Twins Accelerator by Techstars",
                                "The Riyadh Techstars Accelerator",
                                "The Roux Institute Techstars Accelerator",
                                "USC and Techstars Accelerator",
                                "USC and Techstars University Catalyst",
                                "UnitedHealthcare Accelerator Powered by Techstars",
                                "Virgin Media Accelerator powered by Techstars"
                            ]
                        }
                    },
                    "years": {
                        "title": "Accelerator Years",
                        "type": "array",
                        "description": "Only include companies from these cohort years (e.g. '2023', '2024'). Valid years run from 2007 to 2026. Leave empty for all years.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "status": {
                        "title": "Company Status",
                        "enum": [
                            "any",
                            "unicorn",
                            "in_program",
                            "exits",
                            "b_corp"
                        ],
                        "type": "string",
                        "description": "Only include companies with this status. 'Any' includes the whole portfolio.",
                        "default": "any"
                    },
                    "maxResults": {
                        "title": "Max Results",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of companies to return across all URLs and filters. Results come in pages, so a small number may return a full page — the full last page is always kept, never cut off mid-page. Set to 0 for unlimited (a safety ceiling of 50,000 still applies). Tip: start with 10-50 to test, then increase.",
                        "default": 100
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
