Y Combinator Scraper avatar

Y Combinator Scraper

Try for free

7 days trial then $30.00/month - No credit card required now

Go to Store
Y Combinator Scraper

Y Combinator Scraper

jupri/ycombinator
Try for free

7 days trial then $30.00/month - No credit card required now

Scrape YCombinator.com Companies and Jobs

You can access the Y Combinator Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "0.1",
5    "x-build-id": "gT3P3Udnq5J76bV4q"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/jupri~ycombinator/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-jupri-ycombinator",
16        "x-openai-isConsequential": false,
17        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18        "tags": [
19          "Run Actor"
20        ],
21        "requestBody": {
22          "required": true,
23          "content": {
24            "application/json": {
25              "schema": {
26                "$ref": "#/components/schemas/inputSchema"
27              }
28            }
29          }
30        },
31        "parameters": [
32          {
33            "name": "token",
34            "in": "query",
35            "required": true,
36            "schema": {
37              "type": "string"
38            },
39            "description": "Enter your Apify token here"
40          }
41        ],
42        "responses": {
43          "200": {
44            "description": "OK"
45          }
46        }
47      }
48    },
49    "/acts/jupri~ycombinator/runs": {
50      "post": {
51        "operationId": "runs-sync-jupri-ycombinator",
52        "x-openai-isConsequential": false,
53        "summary": "Executes an Actor and returns information about the initiated run in response.",
54        "tags": [
55          "Run Actor"
56        ],
57        "requestBody": {
58          "required": true,
59          "content": {
60            "application/json": {
61              "schema": {
62                "$ref": "#/components/schemas/inputSchema"
63              }
64            }
65          }
66        },
67        "parameters": [
68          {
69            "name": "token",
70            "in": "query",
71            "required": true,
72            "schema": {
73              "type": "string"
74            },
75            "description": "Enter your Apify token here"
76          }
77        ],
78        "responses": {
79          "200": {
80            "description": "OK",
81            "content": {
82              "application/json": {
83                "schema": {
84                  "$ref": "#/components/schemas/runsResponseSchema"
85                }
86              }
87            }
88          }
89        }
90      }
91    },
92    "/acts/jupri~ycombinator/run-sync": {
93      "post": {
94        "operationId": "run-sync-jupri-ycombinator",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "properties": {
134          "query": {
135            "title": "Query",
136            "type": "string",
137            "description": "Search Terms: job title, tech stack, company name"
138          },
139          "cookie": {
140            "title": "🔑 Login Cookie",
141            "type": "string",
142            "description": "💡 Login to YCombinator, and get cookie value named: <code>_sso.key</code> from domain: <code>https://www.ycombinator.com</code>"
143          },
144          "sort": {
145            "title": "Sorting",
146            "enum": [
147              "newest_job",
148              "active",
149              "newest_com",
150              "employees_asc",
151              "employees_desc",
152              "relevance"
153            ],
154            "type": "string",
155            "description": ""
156          },
157          "limit": {
158            "title": "Limit",
159            "type": "integer",
160            "description": "Number of results"
161          },
162          "role.eng": {
163            "title": "📂 Engineering",
164            "type": "boolean",
165            "description": ""
166          },
167          "engineer_type.android": {
168            "title": "🔖 Android",
169            "type": "boolean",
170            "description": ""
171          },
172          "engineer_type.be": {
173            "title": "🔖 Backend",
174            "type": "boolean",
175            "description": ""
176          },
177          "engineer_type.data_sci": {
178            "title": "🔖 Data Science",
179            "type": "boolean",
180            "description": ""
181          },
182          "engineer_type.devops": {
183            "title": "🔖 Devops",
184            "type": "boolean",
185            "description": ""
186          },
187          "engineer_type.embedded": {
188            "title": "🔖 Embedded Systems",
189            "type": "boolean",
190            "description": ""
191          },
192          "engineer_type.eng_mgmt": {
193            "title": "🔖 Engineering Manager",
194            "type": "boolean",
195            "description": ""
196          },
197          "engineer_type.fe": {
198            "title": "🔖 Frontend",
199            "type": "boolean",
200            "description": ""
201          },
202          "engineer_type.fs": {
203            "title": "🔖 Full Stack",
204            "type": "boolean",
205            "description": ""
206          },
207          "engineer_type.ios": {
208            "title": "🔖 iOS",
209            "type": "boolean",
210            "description": ""
211          },
212          "engineer_type.ml": {
213            "title": "🔖 Machine Learning",
214            "type": "boolean",
215            "description": ""
216          },
217          "engineer_type.qa": {
218            "title": "🔖 QA Engineer",
219            "type": "boolean",
220            "description": ""
221          },
222          "engineer_type.robotics": {
223            "title": "🔖 Robotics",
224            "type": "boolean",
225            "description": ""
226          },
227          "engineer_type.hw": {
228            "title": "🔖 Hardware",
229            "type": "boolean",
230            "description": ""
231          },
232          "engineer_type.electrical": {
233            "title": "🔖 Electrical",
234            "type": "boolean",
235            "description": ""
236          },
237          "engineer_type.mechanical": {
238            "title": "🔖 Mechanical",
239            "type": "boolean",
240            "description": ""
241          },
242          "engineer_type.bio": {
243            "title": "🔖 Bioengineering",
244            "type": "boolean",
245            "description": ""
246          },
247          "engineer_type.chemical": {
248            "title": "🔖 Chemical Engineering",
249            "type": "boolean",
250            "description": ""
251          },
252          "role.design": {
253            "title": "📂 Design",
254            "type": "boolean",
255            "description": ""
256          },
257          "design_type.web": {
258            "title": "🔖 Web Design",
259            "type": "boolean",
260            "description": ""
261          },
262          "design_type.mobile": {
263            "title": "🔖 Mobile Design",
264            "type": "boolean",
265            "description": ""
266          },
267          "design_type.product": {
268            "title": "🔖 Product Design",
269            "type": "boolean",
270            "description": ""
271          },
272          "design_type.ui_ux": {
273            "title": "🔖 UI / UX",
274            "type": "boolean",
275            "description": ""
276          },
277          "design_type.user_research": {
278            "title": "🔖 User Research",
279            "type": "boolean",
280            "description": ""
281          },
282          "design_type.brand_graphic": {
283            "title": "🔖 Brand/Graphic Design",
284            "type": "boolean",
285            "description": ""
286          },
287          "design_type.illustration": {
288            "title": "🔖 Illustration",
289            "type": "boolean",
290            "description": ""
291          },
292          "design_type.animation": {
293            "title": "🔖 Animation",
294            "type": "boolean",
295            "description": ""
296          },
297          "design_type.hardware": {
298            "title": "🔖 Hardware",
299            "type": "boolean",
300            "description": ""
301          },
302          "design_type.ar_vr": {
303            "title": "🔖 3D/AR/VR",
304            "type": "boolean",
305            "description": ""
306          },
307          "design_type.design_mgmt": {
308            "title": "🔖 Design Manager",
309            "type": "boolean",
310            "description": ""
311          },
312          "role.product": {
313            "title": "📂 Product",
314            "type": "boolean",
315            "description": ""
316          },
317          "role.science": {
318            "title": "📂 Science",
319            "type": "boolean",
320            "description": ""
321          },
322          "science_type.bio": {
323            "title": "🔖 Biology",
324            "type": "boolean",
325            "description": ""
326          },
327          "science_type.biotech": {
328            "title": "🔖 Biotechnology",
329            "type": "boolean",
330            "description": ""
331          },
332          "science_type.chem": {
333            "title": "🔖 Chemistry",
334            "type": "boolean",
335            "description": ""
336          },
337          "science_type.genetics": {
338            "title": "🔖 Genetics",
339            "type": "boolean",
340            "description": ""
341          },
342          "science_type.health": {
343            "title": "🔖 Healthcare",
344            "type": "boolean",
345            "description": ""
346          },
347          "science_type.immuno": {
348            "title": "🔖 Immunology",
349            "type": "boolean",
350            "description": ""
351          },
352          "science_type.lab": {
353            "title": "🔖 Laboratory",
354            "type": "boolean",
355            "description": ""
356          },
357          "science_type.onc": {
358            "title": "🔖 Oncology",
359            "type": "boolean",
360            "description": ""
361          },
362          "science_type.pharma": {
363            "title": "🔖 Pharmacology",
364            "type": "boolean",
365            "description": ""
366          },
367          "science_type.process": {
368            "title": "🔖 Process Engineer",
369            "type": "boolean",
370            "description": ""
371          },
372          "science_type.research": {
373            "title": "🔖 Research",
374            "type": "boolean",
375            "description": ""
376          },
377          "role.sales": {
378            "title": "📂 Sales",
379            "type": "boolean",
380            "description": ""
381          },
382          "role.marketing": {
383            "title": "📂 Marketing",
384            "type": "boolean",
385            "description": ""
386          },
387          "role.support": {
388            "title": "📂 Support",
389            "type": "boolean",
390            "description": ""
391          },
392          "role.operations": {
393            "title": "📂 Operations",
394            "type": "boolean",
395            "description": ""
396          },
397          "role.recruiting": {
398            "title": "📂 Recruiting & HR",
399            "type": "boolean",
400            "description": ""
401          },
402          "role.finance": {
403            "title": "📂 Finance",
404            "type": "boolean",
405            "description": ""
406          },
407          "role.legal": {
408            "title": "📂 Legal",
409            "type": "boolean",
410            "description": ""
411          },
412          "job_type": {
413            "title": "Commitment",
414            "enum": [
415              "fulltime",
416              "intern",
417              "contract"
418            ],
419            "type": "string",
420            "description": ""
421          },
422          "team_size": {
423            "title": "Company Size",
424            "type": "array",
425            "description": "",
426            "items": {
427              "type": "string",
428              "enum": [
429                "1",
430                "2",
431                "3",
432                "4"
433              ],
434              "enumTitles": [
435                "1 - 10 people",
436                "11 - 50 people",
437                "51 - 300 people",
438                "301+ people"
439              ]
440            }
441          },
442          "industry": {
443            "title": "Industry",
444            "enum": [
445              "b2b",
446              "consumer",
447              "education",
448              "healthcare",
449              "financial",
450              "real_estate",
451              "industrials",
452              "government",
453              "unspecified"
454            ],
455            "type": "string",
456            "description": ""
457          },
458          "experience": {
459            "title": "Experience",
460            "type": "array",
461            "description": "",
462            "items": {
463              "type": "string",
464              "enum": [
465                "0",
466                "1",
467                "3",
468                "6",
469                "11"
470              ],
471              "enumTitles": [
472                "0 - 1 years",
473                "1 - 3 years",
474                "3 - 6 years",
475                "6 - 11 years",
476                "11+ years"
477              ]
478            }
479          },
480          "location": {
481            "title": "Location",
482            "type": "string",
483            "description": ""
484          },
485          "remote": {
486            "title": "Remote",
487            "type": "array",
488            "description": "",
489            "items": {
490              "type": "string",
491              "enum": [
492                "yes",
493                "only",
494                "no"
495              ],
496              "enumTitles": [
497                "Remote OK",
498                "Remote Only",
499                "Not Remote"
500              ]
501            }
502          },
503          "stage": {
504            "title": "Company Stage",
505            "type": "array",
506            "description": "",
507            "items": {
508              "type": "string",
509              "enum": [
510                "all",
511                "seed",
512                "series_a",
513                "growth",
514                "scale"
515              ],
516              "enumTitles": [
517                "All",
518                "Seed",
519                "Series A",
520                "Growth",
521                "Scale"
522              ]
523            }
524          },
525          "demographic": {
526            "title": "Founder demographic",
527            "enum": [
528              "black",
529              "women",
530              "latinx"
531            ],
532            "type": "string",
533            "description": ""
534          },
535          "sallary": {
536            "title": "Has salary range",
537            "type": "boolean",
538            "description": ""
539          },
540          "equity": {
541            "title": "Has equity range",
542            "type": "boolean",
543            "description": ""
544          },
545          "interview": {
546            "title": "Has interview process",
547            "type": "boolean",
548            "description": ""
549          },
550          "us_visa": {
551            "title": "US visa not required",
552            "type": "boolean",
553            "description": ""
554          }
555        }
556      },
557      "runsResponseSchema": {
558        "type": "object",
559        "properties": {
560          "data": {
561            "type": "object",
562            "properties": {
563              "id": {
564                "type": "string"
565              },
566              "actId": {
567                "type": "string"
568              },
569              "userId": {
570                "type": "string"
571              },
572              "startedAt": {
573                "type": "string",
574                "format": "date-time",
575                "example": "2025-01-08T00:00:00.000Z"
576              },
577              "finishedAt": {
578                "type": "string",
579                "format": "date-time",
580                "example": "2025-01-08T00:00:00.000Z"
581              },
582              "status": {
583                "type": "string",
584                "example": "READY"
585              },
586              "meta": {
587                "type": "object",
588                "properties": {
589                  "origin": {
590                    "type": "string",
591                    "example": "API"
592                  },
593                  "userAgent": {
594                    "type": "string"
595                  }
596                }
597              },
598              "stats": {
599                "type": "object",
600                "properties": {
601                  "inputBodyLen": {
602                    "type": "integer",
603                    "example": 2000
604                  },
605                  "rebootCount": {
606                    "type": "integer",
607                    "example": 0
608                  },
609                  "restartCount": {
610                    "type": "integer",
611                    "example": 0
612                  },
613                  "resurrectCount": {
614                    "type": "integer",
615                    "example": 0
616                  },
617                  "computeUnits": {
618                    "type": "integer",
619                    "example": 0
620                  }
621                }
622              },
623              "options": {
624                "type": "object",
625                "properties": {
626                  "build": {
627                    "type": "string",
628                    "example": "latest"
629                  },
630                  "timeoutSecs": {
631                    "type": "integer",
632                    "example": 300
633                  },
634                  "memoryMbytes": {
635                    "type": "integer",
636                    "example": 1024
637                  },
638                  "diskMbytes": {
639                    "type": "integer",
640                    "example": 2048
641                  }
642                }
643              },
644              "buildId": {
645                "type": "string"
646              },
647              "defaultKeyValueStoreId": {
648                "type": "string"
649              },
650              "defaultDatasetId": {
651                "type": "string"
652              },
653              "defaultRequestQueueId": {
654                "type": "string"
655              },
656              "buildNumber": {
657                "type": "string",
658                "example": "1.0.0"
659              },
660              "containerUrl": {
661                "type": "string"
662              },
663              "usage": {
664                "type": "object",
665                "properties": {
666                  "ACTOR_COMPUTE_UNITS": {
667                    "type": "integer",
668                    "example": 0
669                  },
670                  "DATASET_READS": {
671                    "type": "integer",
672                    "example": 0
673                  },
674                  "DATASET_WRITES": {
675                    "type": "integer",
676                    "example": 0
677                  },
678                  "KEY_VALUE_STORE_READS": {
679                    "type": "integer",
680                    "example": 0
681                  },
682                  "KEY_VALUE_STORE_WRITES": {
683                    "type": "integer",
684                    "example": 1
685                  },
686                  "KEY_VALUE_STORE_LISTS": {
687                    "type": "integer",
688                    "example": 0
689                  },
690                  "REQUEST_QUEUE_READS": {
691                    "type": "integer",
692                    "example": 0
693                  },
694                  "REQUEST_QUEUE_WRITES": {
695                    "type": "integer",
696                    "example": 0
697                  },
698                  "DATA_TRANSFER_INTERNAL_GBYTES": {
699                    "type": "integer",
700                    "example": 0
701                  },
702                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
703                    "type": "integer",
704                    "example": 0
705                  },
706                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
707                    "type": "integer",
708                    "example": 0
709                  },
710                  "PROXY_SERPS": {
711                    "type": "integer",
712                    "example": 0
713                  }
714                }
715              },
716              "usageTotalUsd": {
717                "type": "number",
718                "example": 0.00005
719              },
720              "usageUsd": {
721                "type": "object",
722                "properties": {
723                  "ACTOR_COMPUTE_UNITS": {
724                    "type": "integer",
725                    "example": 0
726                  },
727                  "DATASET_READS": {
728                    "type": "integer",
729                    "example": 0
730                  },
731                  "DATASET_WRITES": {
732                    "type": "integer",
733                    "example": 0
734                  },
735                  "KEY_VALUE_STORE_READS": {
736                    "type": "integer",
737                    "example": 0
738                  },
739                  "KEY_VALUE_STORE_WRITES": {
740                    "type": "number",
741                    "example": 0.00005
742                  },
743                  "KEY_VALUE_STORE_LISTS": {
744                    "type": "integer",
745                    "example": 0
746                  },
747                  "REQUEST_QUEUE_READS": {
748                    "type": "integer",
749                    "example": 0
750                  },
751                  "REQUEST_QUEUE_WRITES": {
752                    "type": "integer",
753                    "example": 0
754                  },
755                  "DATA_TRANSFER_INTERNAL_GBYTES": {
756                    "type": "integer",
757                    "example": 0
758                  },
759                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
760                    "type": "integer",
761                    "example": 0
762                  },
763                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
764                    "type": "integer",
765                    "example": 0
766                  },
767                  "PROXY_SERPS": {
768                    "type": "integer",
769                    "example": 0
770                  }
771                }
772              }
773            }
774          }
775        }
776      }
777    }
778  }
779}

Y Combinator Scraper OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for Y Combinator Scraper from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients:

Developer
Maintained by Community

Actor Metrics

  • 7 monthly users

  • 2 bookmarks

  • 75% runs succeeded

  • 70 days response time

  • Created in Jan 2024

  • Modified 5 months ago