
Y Combinator Founders
Pricing
$6.66/month + usage
Go to Store

Y Combinator Founders
This Y Combinator Founder Actor retrieves data from Y Combinator, allowing to filter, and returns a list of founders as a Dataset.
0.0 (0)
Pricing
$6.66/month + usage
0
Total users
2
Monthly users
1
Runs succeeded
>99%
Last modified
2 months ago
Y Combinator Founders Actor
This Y Combinator Founder Actor retrieves data from Y Combinator, allowing to filter, and returns a list of founders 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 |
name | String | Filter by name. The filter checks if the first or last name contains the input value. | Any string value |
Example result:
{"limit": 10,"companyName": "Y Combinator","name": "Sam"}
OUTPUT
Once the actor finishes, it will add each founder to the Dataset.
Example result:
{"id": 585,"firstName": "Sam","lastName": "Altman","fullName": "Sam Altman","currentCompany": null,"hackerNewsId": "sama","avatarThumb": "https://bookface-images.s3.amazonaws.com/avatars/53d3aaf413bcd879484bbe18904199aeddfbaa1d.jpg","currentTitle": null,"companySlug": "loopt","topCompany": false,"allCompaniesText": "Y Combinator, Loopt","industries": ["Consumer","Social"],"parentIndustries": ["Consumer"],"subIndustries": ["Consumer -> Social"],"currentRegion": "Unspecified","titles": [],"batches": ["S05"],"tags": ["ycdc_public"]}