π Y Combinator Founders
Pricing
$6.66/month + usage
Go to Apify 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.
Pricing
$6.66/month + usage
Rating
0.0
(0)
Developer

Prog Party
Maintained by Community
Actor stats
1
Bookmarked
10
Total users
1
Monthly active users
2 months ago
Last modified
Categories
Share
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"]}