Y Combinator Companies avatar

Y Combinator Companies

Try for free

3 days trial then $6.66/month - No credit card required now

Go to Store
Y Combinator Companies

Y Combinator Companies

prog-party/y-combinator-companies
Try for free

3 days trial then $6.66/month - No credit card required now

This Y Combinator companies Actor retrieves data from Y Combinator, allowing to filter, and returns a list of companies to a Dataset.

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • No reviews yet

  • No bookmarks yet

  • >99% runs succeeded

  • Created in Mar 2025

  • Modified a day 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:

FieldTypeDescriptionAllowed values
limitNumberMaximum amount of companies to returnAny number value
companyNameStringFilter by name. The filter checks if the company name contains the input value.Any string value
teamSizeMinimumNumberFilter by minimum team size, defaults to 0Any Number values
teamSizeMaximumNumberFilter by maximum team size, defaults to 100.000.000Any Number values
launchedSincestringFilter by date, founded after the specified dateAny string values that would parse as a date, like '2020-01-01'
launchedUntilstringFilter by date, founded before the specified dateAny string values that would parse as a date, like '2020-01-01'

Example result:

1{
2    "limit": 10,
3    "companyName": "",
4    "teamSizeMinimum": 0,
5    "teamSizeMaximum": 100000000,
6    "launchedSince": "",
7    "launchedUntil": ""
8}

OUTPUT

Once the actor finishes, it will add each company to the Dataset.

Example result:

1{
2	"id": 379,
3	"name": "Reddit",
4	"slug": "reddit",
5	"former_names": [],
6	"small_logo_thumb_url": "https://bookface-images.s3.amazonaws.com/small_logos/2f5bed7ab9abb66ee8ccbf622c27a9d741c3c4e4.png",
7	"website": "http://reddit.com",
8	"all_locations": "San Francisco, CA, USA",
9	"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",
10	"one_liner": "The frontpage of the internet.",
11	"team_size": 2000,
12	"industry": "Consumer",
13	"subindustry": "Consumer -> Content",
14	"launched_at": 1326791708,
15	"launched_at_date": "2012-01-17T09:15:08.000Z",
16	"tags": [
17		"Community",
18		"Social Media",
19		"Social",
20		"Social Network"
21	],
22	"tags_highlighted": [],
23	"top_company": true,
24	"isHiring": false,
25	"nonprofit": false,
26	"batch": "S05",
27	"status": "Acquired",
28	"industries": [
29		"Consumer",
30		"Content"
31	],
32	"regions": [
33		"United States of America",
34		"America / Canada"
35	],
36	"stage": "Early",
37	"app_video_public": false,
38	"demo_day_video_public": false,
39	"app_answers": null,
40	"question_answers": false
41}