# Company Funding Rounds Data (`datahyena/company-funding-rounds`) Actor

Get company funding rounds across all stages — company, amount, round, date, investors — deduplicated and entity-resolved. A self-serve, API-first Crunchbase / PitchBook alternative.

- **URL**: https://apify.com/datahyena/company-funding-rounds.md
- **Developed by:** [Datahyena](https://apify.com/datahyena) (community)
- **Categories:** Business, Lead generation, Developer tools
- **Stats:** 2 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: 4.00 out of 5 stars

## Pricing

from $50.00 / 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.

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

<div align="center">

<img src="https://datahyena.com/static/images/logo.png" alt="Datahyena" height="64" />

## Company Funding Rounds Data

**Get company funding rounds across all stages. Each record has the company, amount, round, date, and investors, deduped and matched to a single company. A self-serve, API-first alternative to Crunchbase and PitchBook.**

`Pay per result` · `No API key` · `No signup` · Powered by [Datahyena](https://datahyena.com)

</div>

---

Funding rounds for companies at every stage. Each record has the company, amount, round, date, and investors. Every record is **deduplicated across the outlets that reported it and resolved to a single canonical company** — one clean row per real-world event, not a raw scrape. Set your filters, run, and pay only for the records returned. No API key, no signup, no sales call.

Use it for **funding rounds data, company funding API, funding data, venture funding, investment rounds, Series A B C data** — sales prospecting, market and competitive research, data enrichment, and deal sourcing.

### What you get

Each record includes:

- **Company**
- **Domain**
- **Round**
- **Amount (USD)**
- **Announced**

Results export to JSON, CSV, or Excel, or stream straight to your database via the Apify API.

### Common use cases

- **Sales & prospecting** — build fresh, high-intent lists and reach the right accounts at the right moment.
- **Market & competitive research** — track funding rounds across industries, geographies, and time.
- **Data enrichment** — append clean, deduped funding rounds to your CRM or data warehouse.
- **Deal sourcing** — for investors and corp-dev teams scanning new activity.

### Filters

| Input | Description |
|---|---|
| `maxItems` | Max records (default 100) |
| `cursor` | Advanced: resume from a previous run's `NEXT_CURSOR` to paginate ahead |
| `since` | Only records on or after this date (YYYY-MM-DD), e.g. 2026-01-01. ISO-8601 timestamps also work. |
| `round` | Filter by funding round. Allowed values: pre-seed, seed, angel, series-a, series-b, series-c, series-d, series-e, series-f, series-g, series-h, series-i, growth, extension, bridge, convertible, safe, debt, grant, pre-ipo, secondary, pipe, other. |
| `industryGroup` | Filter by industry group (LinkedIn-style industry labels, exact match). |
| `minAmountUsd` | Minimum amount in USD. |
| `maxAmountUsd` | Maximum amount in USD. |
| `country` | Filter by company HQ country. |

Leave everything empty to get the newest records first, or narrow by the filters above. Each run saves a `NEXT_CURSOR` for pagination.

#### Example output

```json
{
  "company": {
    "name": "Legora",
    "domain": "legora.com",
    "hqCountry": {
      "code": "SE",
      "name": "Sweden"
    },
    "industryGroup": "Professional Services"
  },
  "round": "series-b",
  "amountUsd": 50000000,
  "announcedAt": "2026-04-15",
  "investors": [
    {
      "name": "General Catalyst"
    },
    {
      "name": "Y Combinator"
    }
  ]
}
````

### FAQ

**What data does this actor return?**

Funding rounds for companies at every stage. Each record has the company, amount, round, date, and investors. Company, Domain, Round, Amount (USD), Announced — deduped and matched to canonical companies.

**Is this a Crunchbase, PitchBook, or Coresignal alternative?**

Yes. It is a self-serve, API-first alternative to Crunchbase, PitchBook, Coresignal, and Harmonic — pay per result, no annual contract, no sales call.

**How is the data deduplicated?**

Each real-world event is matched across every outlet that reported it and resolved to one canonical company (and investors), so you never get the same round or deal twice.

**How do I get the next batch of records?**

Each run saves a `NEXT_CURSOR` to its key-value store. Pass it as the `cursor` input on the next run to continue where you left off. For new records over time, use the `since` filter.

**How fresh is the data?**

New records are available within hours of being reported.

**Is there a free way to try it?**

Yes — run it here and pay only for the records returned, or go direct at datahyena.com with 50 free credits.

**Can I get this data over an API instead?**

Yes. Datahyena is API-first: REST, webhooks, or MCP (Claude, Cursor, Codex). This actor is the Apify-native way to run it.

### Use it in your own stack

For ongoing use it is cheaper and more flexible to go direct: REST, webhooks, and MCP, with subscription pricing and 50 free credits to start.

[datahyena.com](https://datahyena.com) · [Docs](https://datahyena.com/docs) · [MCP](https://datahyena.com/docs/mcp)

***

<div align="center">
Built by <a href="https://datahyena.com">Datahyena</a>. B2B intent signals as an API.
</div>

# Actor input Schema

## `maxItems` (type: `integer`):

Maximum records to fetch. You are charged per record returned.

## `since` (type: `string`):

Only records on or after this date (YYYY-MM-DD), e.g. 2026-01-01. ISO-8601 timestamps also work.

## `round` (type: `array`):

Filter by funding round. Allowed values: pre-seed, seed, angel, series-a, series-b, series-c, series-d, series-e, series-f, series-g, series-h, series-i, growth, extension, bridge, convertible, safe, debt, grant, pre-ipo, secondary, pipe, other.

## `industryGroup` (type: `string`):

Filter by industry group (LinkedIn-style industry labels, exact match).

## `minAmountUsd` (type: `integer`):

Minimum amount in USD.

## `maxAmountUsd` (type: `integer`):

Maximum amount in USD.

## `country` (type: `string`):

Filter by company HQ country.

## `cursor` (type: `string`):

Resume from a previous run's NEXT\_CURSOR (saved in the run's key-value store) to paginate ahead. Leave empty to start from the newest records.

## Actor input object example

```json
{
  "maxItems": 100
}
```

# Actor output Schema

## `results` (type: `string`):

Company Funding Rounds Data records (the run's default dataset).

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("datahyena/company-funding-rounds").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 = {}

# Run the Actor and wait for it to finish
run = client.actor("datahyena/company-funding-rounds").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 '{}' |
apify call datahyena/company-funding-rounds --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Company Funding Rounds Data",
        "description": "Get company funding rounds across all stages — company, amount, round, date, investors — deduplicated and entity-resolved. A self-serve, API-first Crunchbase / PitchBook alternative.",
        "version": "0.1",
        "x-build-id": "A2q9hYv6kFO8dRix4"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/datahyena~company-funding-rounds/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-datahyena-company-funding-rounds",
                "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/datahyena~company-funding-rounds/runs": {
            "post": {
                "operationId": "runs-sync-datahyena-company-funding-rounds",
                "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/datahyena~company-funding-rounds/run-sync": {
            "post": {
                "operationId": "run-sync-datahyena-company-funding-rounds",
                "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": {
                    "maxItems": {
                        "title": "Max records",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum records to fetch. You are charged per record returned.",
                        "default": 100
                    },
                    "since": {
                        "title": "Since (date)",
                        "pattern": "^\\d{4}-\\d{2}-\\d{2}(T\\d{2}:\\d{2}(:\\d{2}(\\.\\d+)?)?(Z|[+-]\\d{2}:?\\d{2})?)?$",
                        "type": "string",
                        "description": "Only records on or after this date (YYYY-MM-DD), e.g. 2026-01-01. ISO-8601 timestamps also work."
                    },
                    "round": {
                        "title": "Funding round(s)",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Filter by funding round. Allowed values: pre-seed, seed, angel, series-a, series-b, series-c, series-d, series-e, series-f, series-g, series-h, series-i, growth, extension, bridge, convertible, safe, debt, grant, pre-ipo, secondary, pipe, other.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "pre-seed",
                                "seed",
                                "angel",
                                "series-a",
                                "series-b",
                                "series-c",
                                "series-d",
                                "series-e",
                                "series-f",
                                "series-g",
                                "series-h",
                                "series-i",
                                "growth",
                                "extension",
                                "bridge",
                                "convertible",
                                "safe",
                                "debt",
                                "grant",
                                "pre-ipo",
                                "secondary",
                                "pipe",
                                "other"
                            ],
                            "enumTitles": [
                                "Pre-seed",
                                "Seed",
                                "Angel",
                                "Series A",
                                "Series B",
                                "Series C",
                                "Series D",
                                "Series E",
                                "Series F",
                                "Series G",
                                "Series H",
                                "Series I",
                                "Growth",
                                "Extension",
                                "Bridge",
                                "Convertible note",
                                "SAFE",
                                "Debt",
                                "Grant",
                                "Pre-IPO",
                                "Secondary",
                                "PIPE",
                                "Other"
                            ]
                        }
                    },
                    "industryGroup": {
                        "title": "Industry group",
                        "enum": [
                            "Abrasives and Nonmetallic Minerals Manufacturing",
                            "Accessible Architecture and Design",
                            "Accessible Hardware Manufacturing",
                            "Accommodation Services",
                            "Accounting",
                            "Administration of Justice",
                            "Administrative and Support Services",
                            "Advertising Services",
                            "Agricultural Chemical Manufacturing",
                            "Agriculture, Construction, Mining Machinery Manufacturing",
                            "Air, Water, and Waste Program Management",
                            "Airlines and Aviation",
                            "Alternative Dispute Resolution",
                            "Alternative Fuel Vehicle Manufacturing",
                            "Alternative Medicine",
                            "Ambulance Services",
                            "Amusement Parks and Arcades",
                            "Animal Feed Manufacturing",
                            "Animation and Post-production",
                            "Apparel Manufacturing",
                            "Appliances, Electrical, and Electronics Manufacturing",
                            "Architectural and Structural Metal Manufacturing",
                            "Architecture and Planning",
                            "Armed Forces",
                            "Artificial Rubber and Synthetic Fiber Manufacturing",
                            "Artists and Writers",
                            "Audio and Video Equipment Manufacturing",
                            "Automation Machinery Manufacturing",
                            "Aviation and Aerospace Component Manufacturing",
                            "Baked Goods Manufacturing",
                            "Banking",
                            "Bars, Taverns, and Nightclubs",
                            "Bed-and-Breakfasts, Hostels, Homestays",
                            "Beverage Manufacturing",
                            "Biomass Electric Power Generation",
                            "Biotechnology Research",
                            "Blockchain Services",
                            "Blogs",
                            "Boilers, Tanks, and Shipping Container Manufacturing",
                            "Book and Periodical Publishing",
                            "Book Publishing",
                            "Breweries",
                            "Broadcast Media Production and Distribution",
                            "Building Construction",
                            "Building Equipment Contractors",
                            "Building Finishing Contractors",
                            "Building Structure and Exterior Contractors",
                            "Business Consulting and Services",
                            "Business Content",
                            "Business Intelligence Platforms",
                            "Cable and Satellite Programming",
                            "Capital Markets",
                            "Caterers",
                            "Chemical Manufacturing",
                            "Chemical Raw Materials Manufacturing",
                            "Child Day Care Services",
                            "Chiropractors",
                            "Circuses and Magic Shows",
                            "Civic and Social Organizations",
                            "Civil Engineering",
                            "Claims Adjusting, Actuarial Services",
                            "Clay and Refractory Products Manufacturing",
                            "Climate Data and Analytics",
                            "Climate Technology Product Manufacturing",
                            "Coal Mining",
                            "Collection Agencies",
                            "Commercial and Industrial Equipment Rental",
                            "Commercial and Industrial Machinery Maintenance",
                            "Commercial and Service Industry Machinery Manufacturing",
                            "Communications Equipment Manufacturing",
                            "Community Development and Urban Planning",
                            "Community Services",
                            "Computer and Network Security",
                            "Computer Games",
                            "Computer Hardware Manufacturing",
                            "Computer Networking Products",
                            "Computers and Electronics Manufacturing",
                            "Conservation Programs",
                            "Construction",
                            "Construction Hardware Manufacturing",
                            "Consumer Goods Rental",
                            "Consumer Services",
                            "Correctional Institutions",
                            "Cosmetology and Barber Schools",
                            "Courts of Law",
                            "Credit Intermediation",
                            "Cutlery and Handtool Manufacturing",
                            "Dairy Product Manufacturing",
                            "Dance Companies",
                            "Data Infrastructure and Analytics",
                            "Data Security Software Products",
                            "Defense and Space Manufacturing",
                            "Dentists",
                            "Design Services",
                            "Desktop Computing Software Products",
                            "Digital Accessibility Services",
                            "Distilleries",
                            "E-Learning Providers",
                            "Economic Programs",
                            "Education",
                            "Education Administration Programs",
                            "Electric Lighting Equipment Manufacturing",
                            "Electric Power Generation",
                            "Electric Power Transmission, Control, and Distribution",
                            "Electrical Equipment Manufacturing",
                            "Electronic and Precision Equipment Maintenance",
                            "Embedded Software Products",
                            "Emergency and Relief Services",
                            "Engineering Services",
                            "Engines and Power Transmission Equipment Manufacturing",
                            "Entertainment Providers",
                            "Environmental Quality Programs",
                            "Environmental Services",
                            "Equipment Rental Services",
                            "Events Services",
                            "Executive Offices",
                            "Executive Search Services",
                            "Fabricated Metal Products",
                            "Facilities Services",
                            "Family Planning Centers",
                            "Farming",
                            "Farming, Ranching, Forestry",
                            "Fashion Accessories Manufacturing",
                            "Financial Services",
                            "Fine Arts Schools",
                            "Fire Protection",
                            "Fisheries",
                            "Flight Training",
                            "Food and Beverage Manufacturing",
                            "Food and Beverage Retail",
                            "Food and Beverage Services",
                            "Footwear and Leather Goods Repair",
                            "Footwear Manufacturing",
                            "Forestry and Logging",
                            "Fossil Fuel Electric Power Generation",
                            "Freight and Package Transportation",
                            "Fruit and Vegetable Preserves Manufacturing",
                            "Fuel Cell Manufacturing",
                            "Fundraising",
                            "Funds and Trusts",
                            "Furniture and Home Furnishings Manufacturing",
                            "Gambling Facilities and Casinos",
                            "Geothermal Electric Power Generation",
                            "Glass Product Manufacturing",
                            "Glass, Ceramics and Concrete Manufacturing",
                            "Golf Courses and Country Clubs",
                            "Government Administration",
                            "Government Relations Services",
                            "Graphic Design",
                            "Ground Passenger Transportation",
                            "Health and Human Services",
                            "Higher Education",
                            "Highway, Street, and Bridge Construction",
                            "Historical Sites",
                            "Holding Companies",
                            "Home Health Care Services",
                            "Horticulture",
                            "Hospitality",
                            "Hospitals",
                            "Hospitals and Health Care",
                            "Hotels and Motels",
                            "Household and Institutional Furniture Manufacturing",
                            "Household Appliance Manufacturing",
                            "Household Services",
                            "Housing and Community Development",
                            "Housing Programs",
                            "Human Resources Services",
                            "HVAC and Refrigeration Equipment Manufacturing",
                            "Hydroelectric Power Generation",
                            "Individual and Family Services",
                            "Industrial Machinery Manufacturing",
                            "Industry Associations",
                            "Information Services",
                            "Insurance",
                            "Insurance Agencies and Brokerages",
                            "Insurance and Employee Benefit Funds",
                            "Insurance Carriers",
                            "Interior Design",
                            "International Affairs",
                            "International Trade and Development",
                            "Internet Marketplace Platforms",
                            "Internet News",
                            "Internet Publishing",
                            "Interurban and Rural Bus Services",
                            "Investment Advice",
                            "Investment Banking",
                            "Investment Management",
                            "IT Services and IT Consulting",
                            "IT System Custom Software Development",
                            "IT System Data Services",
                            "IT System Design Services",
                            "IT System Installation and Disposal",
                            "IT System Operations and Maintenance",
                            "IT System Testing and Evaluation",
                            "IT System Training and Support",
                            "Janitorial Services",
                            "Landscaping Services",
                            "Language Schools",
                            "Laundry and Drycleaning Services",
                            "Law Enforcement",
                            "Law Practice",
                            "Leasing Non-residential Real Estate",
                            "Leasing Residential Real Estate",
                            "Leather Product Manufacturing",
                            "Legal Services",
                            "Legislative Offices",
                            "Libraries",
                            "Lime and Gypsum Products Manufacturing",
                            "Loan Brokers",
                            "Machinery Manufacturing",
                            "Magnetic and Optical Media Manufacturing",
                            "Manufacturing",
                            "Maritime Transportation",
                            "Market Research",
                            "Marketing Services",
                            "Mattress and Blinds Manufacturing",
                            "Measuring and Control Instrument Manufacturing",
                            "Meat Products Manufacturing",
                            "Media & Telecommunications",
                            "Media Production",
                            "Medical and Diagnostic Laboratories",
                            "Medical Equipment Manufacturing",
                            "Medical Practices",
                            "Mental Health Care",
                            "Metal Ore Mining",
                            "Metal Treatments",
                            "Metal Valve, Ball, and Roller Manufacturing",
                            "Metalworking Machinery Manufacturing",
                            "Military and International Affairs",
                            "Mining",
                            "Mobile Computing Software Products",
                            "Mobile Food Services",
                            "Mobile Gaming Apps",
                            "Motor Vehicle Manufacturing",
                            "Motor Vehicle Parts Manufacturing",
                            "Movies and Sound Recording",
                            "Movies, Videos and Sound",
                            "Museums",
                            "Museums, Historical Sites, and Zoos",
                            "Musicians",
                            "Nanotechnology Research",
                            "Natural Gas Distribution",
                            "Natural Gas Extraction",
                            "Newspaper Publishing",
                            "Non-profit Organizations",
                            "Nonmetallic Mineral Mining",
                            "Nonresidential Building Construction",
                            "Nuclear Electric Power Generation",
                            "Nursing Homes and Residential Care Facilities",
                            "Office Administration",
                            "Office Furniture and Fixtures Manufacturing",
                            "Oil and Coal Product Manufacturing",
                            "Oil and Gas",
                            "Oil Extraction",
                            "Oil, Gas, and Mining",
                            "Online and Mail Order Retail",
                            "Online Audio and Video Media",
                            "Operations Consulting",
                            "Optometrists",
                            "Outpatient Care Centers",
                            "Outsourcing and Offshoring Consulting",
                            "Packaging and Containers Manufacturing",
                            "Paint, Coating, and Adhesive Manufacturing",
                            "Paper and Forest Product Manufacturing",
                            "Pension Funds",
                            "Performing Arts",
                            "Performing Arts and Spectator Sports",
                            "Periodical Publishing",
                            "Personal and Laundry Services",
                            "Personal Care Product Manufacturing",
                            "Personal Care Services",
                            "Pet Services",
                            "Pharmaceutical Manufacturing",
                            "Philanthropic Fundraising Services",
                            "Photography",
                            "Physical, Occupational and Speech Therapists",
                            "Physicians",
                            "Pipeline Transportation",
                            "Plastics and Rubber Product Manufacturing",
                            "Plastics Manufacturing",
                            "Political Organizations",
                            "Postal Services",
                            "Primary and Secondary Education",
                            "Primary Metal Manufacturing",
                            "Printing Services",
                            "Professional Organizations",
                            "Professional Services",
                            "Professional Training and Coaching",
                            "Public Assistance Programs",
                            "Public Health",
                            "Public Policy Offices",
                            "Public Relations and Communications Services",
                            "Public Safety",
                            "Racetracks",
                            "Radio and Television Broadcasting",
                            "Rail Transportation",
                            "Railroad Equipment Manufacturing",
                            "Ranching",
                            "Ranching and Fisheries",
                            "Real Estate",
                            "Real Estate Agents and Brokers",
                            "Real Estate and Equipment Rental Services",
                            "Recreational Facilities",
                            "Regenerative Design",
                            "Religious Institutions",
                            "Renewable Energy Equipment Manufacturing",
                            "Renewable Energy Power Generation",
                            "Renewable Energy Semiconductor Manufacturing",
                            "Repair and Maintenance",
                            "Research Services",
                            "Residential Building Construction",
                            "Restaurants",
                            "Retail",
                            "Retail Apparel and Fashion",
                            "Retail Appliances, Electrical, and Electronic Equipment",
                            "Retail Art Dealers",
                            "Retail Art Supplies",
                            "Retail Books and Printed News",
                            "Retail Building Materials and Garden Equipment",
                            "Retail Florists",
                            "Retail Furniture and Home Furnishings",
                            "Retail Gasoline",
                            "Retail Groceries",
                            "Retail Health and Personal Care Products",
                            "Retail Luxury Goods and Jewelry",
                            "Retail Motor Vehicles",
                            "Retail Musical Instruments",
                            "Retail Office Equipment",
                            "Retail Office Supplies and Gifts",
                            "Retail Pharmacies",
                            "Retail Recyclable Materials & Used Merchandise",
                            "Reupholstery and Furniture Repair",
                            "Robot Manufacturing",
                            "Robotics Engineering",
                            "Rubber Products Manufacturing",
                            "Satellite Telecommunications",
                            "Savings Institutions",
                            "School and Employee Bus Services",
                            "Seafood Product Manufacturing",
                            "Secretarial Schools",
                            "Securities and Commodity Exchanges",
                            "Security and Investigations",
                            "Security Guards and Patrol Services",
                            "Security Systems Services",
                            "Semiconductor Manufacturing",
                            "Services for Renewable Energy",
                            "Services for the Elderly and Disabled",
                            "Sheet Music Publishing",
                            "Shipbuilding",
                            "Shuttles and Special Needs Transportation Services",
                            "Sightseeing Transportation",
                            "Skiing Facilities",
                            "Smart Meter Manufacturing",
                            "Soap and Cleaning Product Manufacturing",
                            "Social Networking Platforms",
                            "Software Development",
                            "Solar Electric Power Generation",
                            "Sound Recording",
                            "Space Research and Technology",
                            "Specialty Trade Contractors",
                            "Spectator Sports",
                            "Sporting Goods Manufacturing",
                            "Sports and Recreation Instruction",
                            "Sports Teams and Clubs",
                            "Spring and Wire Product Manufacturing",
                            "Staffing and Recruiting",
                            "Steam and Air-Conditioning Supply",
                            "Strategic Management Services",
                            "Subdivision of Land",
                            "Sugar and Confectionery Product Manufacturing",
                            "Surveying and Mapping Services",
                            "Taxi and Limousine Services",
                            "Technical and Vocational Training",
                            "Technology, Information and Internet",
                            "Technology, Information and Media",
                            "Telecommunications",
                            "Telecommunications Carriers",
                            "Telephone Call Centers",
                            "Temporary Help Services",
                            "Textile Manufacturing",
                            "Theater Companies",
                            "Think Tanks",
                            "Tobacco Manufacturing",
                            "Translation and Localization",
                            "Transportation Equipment Manufacturing",
                            "Transportation Programs",
                            "Transportation, Logistics, Supply Chain and Storage",
                            "Travel Arrangements",
                            "Truck Transportation",
                            "Trusts and Estates",
                            "Turned Products and Fastener Manufacturing",
                            "Urban Transit Services",
                            "Utilities",
                            "Utilities Administration",
                            "Utility System Construction",
                            "Vehicle Repair and Maintenance",
                            "Venture Capital and Private Equity Principals",
                            "Veterinary Services",
                            "Vocational Rehabilitation Services",
                            "Warehousing and Storage",
                            "Waste Collection",
                            "Waste Treatment and Disposal",
                            "Water Supply and Irrigation Systems",
                            "Water, Waste, Steam, and Air Conditioning Services",
                            "Wellness and Fitness Services",
                            "Wholesale",
                            "Wholesale Alcoholic Beverages",
                            "Wholesale Apparel and Sewing Supplies",
                            "Wholesale Appliances, Electrical, and Electronics",
                            "Wholesale Building Materials",
                            "Wholesale Chemical and Allied Products",
                            "Wholesale Computer Equipment",
                            "Wholesale Drugs and Sundries",
                            "Wholesale Food and Beverage",
                            "Wholesale Footwear",
                            "Wholesale Furniture and Home Furnishings",
                            "Wholesale Hardware, Plumbing, Heating Equipment",
                            "Wholesale Import and Export",
                            "Wholesale Luxury Goods and Jewelry",
                            "Wholesale Machinery",
                            "Wholesale Metals and Minerals",
                            "Wholesale Motor Vehicles and Parts",
                            "Wholesale Paper Products",
                            "Wholesale Petroleum and Petroleum Products",
                            "Wholesale Photography Equipment and Supplies",
                            "Wholesale Raw Farm Products",
                            "Wholesale Recyclable Materials",
                            "Wind Electric Power Generation",
                            "Wineries",
                            "Wireless Services",
                            "Women's Handbag Manufacturing",
                            "Wood Product Manufacturing",
                            "Writing and Editing",
                            "Zoos and Botanical Gardens"
                        ],
                        "type": "string",
                        "description": "Filter by industry group (LinkedIn-style industry labels, exact match)."
                    },
                    "minAmountUsd": {
                        "title": "Min amount (USD)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Minimum amount in USD."
                    },
                    "maxAmountUsd": {
                        "title": "Max amount (USD)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum amount in USD."
                    },
                    "country": {
                        "title": "HQ country",
                        "enum": [
                            "AE",
                            "AR",
                            "AT",
                            "AU",
                            "BD",
                            "BE",
                            "BR",
                            "BS",
                            "CA",
                            "CH",
                            "CL",
                            "CN",
                            "CO",
                            "CY",
                            "CZ",
                            "DE",
                            "DK",
                            "EE",
                            "EG",
                            "ES",
                            "FI",
                            "FR",
                            "GB",
                            "GR",
                            "HK",
                            "HU",
                            "ID",
                            "IE",
                            "IL",
                            "IN",
                            "IT",
                            "JP",
                            "KE",
                            "KR",
                            "LT",
                            "LU",
                            "LV",
                            "MX",
                            "MY",
                            "NG",
                            "NL",
                            "NO",
                            "NZ",
                            "PH",
                            "PK",
                            "PL",
                            "PT",
                            "RO",
                            "RU",
                            "SA",
                            "SE",
                            "SG",
                            "TH",
                            "TR",
                            "TW",
                            "UA",
                            "US",
                            "VN",
                            "ZA"
                        ],
                        "type": "string",
                        "description": "Filter by company HQ country."
                    },
                    "cursor": {
                        "title": "Resume cursor",
                        "type": "string",
                        "description": "Resume from a previous run's NEXT_CURSOR (saved in the run's key-value store) to paginate ahead. Leave empty to start from the newest records."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
