
Y Combinator Companies
Under maintenance
Pricing
$6.66/month + usage
Go to Store

Y Combinator Companies
Under maintenance
This Y Combinator companies Actor retrieves data from Y Combinator, allowing to filter, and returns a list of companies to a Dataset.
0.0 (0)
Pricing
$6.66/month + usage
0
Total users
6
Monthly users
4
Runs succeeded
70%
Last modified
2 months ago
Y Combinator Companies Actor
This Y Combinator companies Actor retrieves data from Y Combinator, allowing to filter, and returns a list of companies as a Dataset.
INPUT
Input of this actor should be JSON containing filter specification. Allowed filters are:
Field | Type | Description | Allowed values |
---|---|---|---|
limit | Number | Maximum amount of companies to return | Any number value |
companyName | String | Filter by name. The filter checks if the company name contains the input value. | Any string value |
teamSizeMinimum | Number | Filter by minimum team size, defaults to 0 | Any Number values |
teamSizeMaximum | Number | Filter by maximum team size, defaults to 100.000.000 | Any Number values |
launchedSince | string | Filter by date, founded after the specified date | Any string values that would parse as a date, like '2020-01-01' |
launchedUntil | string | Filter by date, founded before the specified date | Any string values that would parse as a date, like '2020-01-01' |
Example result:
{"limit": 10,"companyName": "","teamSizeMinimum": 0,"teamSizeMaximum": 100000000,"launchedSince": "","launchedUntil": ""}
OUTPUT
Once the actor finishes, it will add each company to the Dataset.
Example result:
{"id": 379,"name": "Reddit","slug": "reddit","former_names": [],"small_logo_thumb_url": "https://bookface-images.s3.amazonaws.com/small_logos/2f5bed7ab9abb66ee8ccbf622c27a9d741c3c4e4.png","website": "http://reddit.com","all_locations": "San Francisco, CA, USA","long_description": "Founded by Steve Huffman and Alexis Ohanian in 2005, Reddit is an online community where users submit, vote, and comment on content, news, and discussions. Nicknamed \"the front page of the internet,\" Reddit is one of the top ten sites in the United States (source: Alexa), with hundreds of millions of users each month on desktop, mobile web, and our official Android/iOS apps. \r\n\r\nInterested in joining our growing team? Check out about.reddit.com/careers","one_liner": "The frontpage of the internet.","team_size": 2000,"industry": "Consumer","subindustry": "Consumer -> Content","launched_at": 1326791708,"launched_at_date": "2012-01-17T09:15:08.000Z","tags": ["Community","Social Media","Social","Social Network"],"tags_highlighted": [],"top_company": true,"isHiring": false,"nonprofit": false,"batch": "S05","status": "Acquired","industries": ["Consumer","Content"],"regions": ["United States of America","America / Canada"],"stage": "Early","app_video_public": false,"demo_day_video_public": false,"app_answers": null,"question_answers": false}