
Y Combinator Extractor
Under maintenance
Pricing
$30.00/month + usage

Y Combinator Extractor
Under maintenance
💫 All-In-One YCombinator.com Scraper
0.0 (0)
Pricing
$30.00/month + usage
3
Monthly users
14
Runs succeeded
49%
Response time
34 days
Last modified
5 days ago
You can access the Y Combinator Extractor programmatically from your own applications by using the Apify API. You can also 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": "7OgMQwHLAfcSVFFyT"
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 "mode": {
140 "title": "🔎 Search Mode",
141 "enum": [
142 "search_job",
143 "search_company",
144 "search_user",
145 "search_launch",
146 "search_library"
147 ],
148 "type": "string",
149 "description": "Operation Mode"
150 },
151 "limit": {
152 "title": "♾️ Limit",
153 "type": "integer",
154 "description": "Number of results"
155 },
156 "job:sort": {
157 "title": "Job Sorting",
158 "enum": [
159 "newest_job",
160 "active",
161 "newest_com",
162 "employees_asc",
163 "employees_desc",
164 "relevance"
165 ],
166 "type": "string",
167 "description": ""
168 },
169 "job:role": {
170 "title": "Role",
171 "type": "array",
172 "description": "",
173 "items": {
174 "type": "string",
175 "enum": [
176 "eng",
177 "design",
178 "product",
179 "science",
180 "sales",
181 "marketing",
182 "support",
183 "operations",
184 "recruiting",
185 "finance",
186 "legal"
187 ],
188 "enumTitles": [
189 "📂 Engineering",
190 "📂 Design",
191 "📂 Product",
192 "📂 Science",
193 "📂 Sales",
194 "📂 Marketing",
195 "📂 Support",
196 "📂 Operations",
197 "📂 Recruiting & HR",
198 "📂 Finance",
199 "📂 Legal"
200 ]
201 }
202 },
203 "job:job_type": {
204 "title": "Commitment",
205 "enum": [
206 "fulltime",
207 "intern",
208 "contract"
209 ],
210 "type": "string",
211 "description": ""
212 },
213 "job:team_size": {
214 "title": "Company Size",
215 "type": "array",
216 "description": "",
217 "items": {
218 "type": "string",
219 "enum": [
220 "1",
221 "2",
222 "3",
223 "4"
224 ],
225 "enumTitles": [
226 "1 - 10 people",
227 "11 - 50 people",
228 "51 - 300 people",
229 "301+ people"
230 ]
231 }
232 },
233 "job:industry": {
234 "title": "Industry",
235 "enum": [
236 "b2b",
237 "consumer",
238 "education",
239 "healthcare",
240 "financial",
241 "real_estate",
242 "industrials",
243 "government",
244 "unspecified"
245 ],
246 "type": "string",
247 "description": ""
248 },
249 "job:experience": {
250 "title": "Experience",
251 "type": "array",
252 "description": "",
253 "items": {
254 "type": "string",
255 "enum": [
256 "0",
257 "1",
258 "3",
259 "6",
260 "11"
261 ],
262 "enumTitles": [
263 "0 - 1 years",
264 "1 - 3 years",
265 "3 - 6 years",
266 "6 - 11 years",
267 "11+ years"
268 ]
269 }
270 },
271 "job:location": {
272 "title": "Location",
273 "type": "string",
274 "description": ""
275 },
276 "job:remote": {
277 "title": "Remote",
278 "type": "array",
279 "description": "",
280 "items": {
281 "type": "string",
282 "enum": [
283 "yes",
284 "only",
285 "no"
286 ],
287 "enumTitles": [
288 "Remote OK",
289 "Remote Only",
290 "Not Remote"
291 ]
292 }
293 },
294 "job:stage": {
295 "title": "Company Stage",
296 "type": "array",
297 "description": "",
298 "items": {
299 "type": "string",
300 "enum": [
301 "all",
302 "seed",
303 "series_a",
304 "growth",
305 "scale"
306 ],
307 "enumTitles": [
308 "All",
309 "Seed",
310 "Series A",
311 "Growth",
312 "Scale"
313 ]
314 }
315 },
316 "job:demographic": {
317 "title": "Founder demographic",
318 "enum": [
319 "black",
320 "women",
321 "latinx"
322 ],
323 "type": "string",
324 "description": ""
325 },
326 "job:sallary": {
327 "title": "Has salary range",
328 "type": "boolean",
329 "description": ""
330 },
331 "job:equity": {
332 "title": "Has equity range",
333 "type": "boolean",
334 "description": ""
335 },
336 "job:interview": {
337 "title": "Has interview process",
338 "type": "boolean",
339 "description": ""
340 },
341 "job:us_visa": {
342 "title": "US visa not required",
343 "type": "boolean",
344 "description": ""
345 },
346 "company:sort": {
347 "title": "Sorting",
348 "enum": [
349 "default",
350 "date"
351 ],
352 "type": "string",
353 "description": ""
354 },
355 "company:top_company": {
356 "title": "Top Company",
357 "type": "boolean",
358 "description": ""
359 },
360 "company:is_hiring": {
361 "title": "Is Hiring",
362 "type": "boolean",
363 "description": ""
364 },
365 "company:non_profit": {
366 "title": "Non-profit",
367 "type": "boolean",
368 "description": ""
369 },
370 "company:batches": {
371 "title": "Batches",
372 "type": "array",
373 "description": "",
374 "items": {
375 "type": "string",
376 "enum": [
377 "F24",
378 "IK12",
379 "S05",
380 "S06",
381 "S07",
382 "S08",
383 "S09",
384 "S10",
385 "S11",
386 "S12",
387 "S13",
388 "S14",
389 "S15",
390 "S16",
391 "S17",
392 "S18",
393 "S19",
394 "S20",
395 "S21",
396 "S22",
397 "S23",
398 "S24",
399 "Unspecified",
400 "W06",
401 "W07",
402 "W08",
403 "W09",
404 "W10",
405 "W11",
406 "W12",
407 "W13",
408 "W14",
409 "W15",
410 "W16",
411 "W17",
412 "W18",
413 "W19",
414 "W20",
415 "W21",
416 "W22",
417 "W23",
418 "W24",
419 "W25",
420 "X25"
421 ]
422 }
423 },
424 "company:industries": {
425 "title": "Industry",
426 "type": "array",
427 "description": "",
428 "items": {
429 "type": "string"
430 }
431 },
432 "company:regions": {
433 "title": "Region",
434 "type": "array",
435 "description": "",
436 "items": {
437 "type": "string"
438 }
439 },
440 "company:min_size": {
441 "title": "Company Size",
442 "type": "integer",
443 "description": ""
444 },
445 "company:max_size": {
446 "title": "",
447 "type": "integer",
448 "description": ""
449 },
450 "company:app_video": {
451 "title": "Public Application Video",
452 "type": "boolean",
453 "description": ""
454 },
455 "company:demo_day": {
456 "title": "Public Demo Day Video",
457 "type": "boolean",
458 "description": ""
459 },
460 "company:app_answers": {
461 "title": "Has Application Answers",
462 "type": "boolean",
463 "description": ""
464 },
465 "company:question_answers": {
466 "title": "Has Bonus Questions",
467 "type": "boolean",
468 "description": ""
469 },
470 "company:status": {
471 "title": "Status",
472 "type": "array",
473 "description": "",
474 "items": {
475 "type": "string",
476 "enum": [
477 "Acquired",
478 "Active",
479 "Inactive",
480 "Public"
481 ]
482 }
483 },
484 "company:tags": {
485 "title": "Tags",
486 "type": "array",
487 "description": "",
488 "items": {
489 "type": "string",
490 "enum": [
491 "AI",
492 "AI Assistant",
493 "AI-Enhanced Learning",
494 "AI-powered Drug Discovery",
495 "AIOps",
496 "API",
497 "Advertising",
498 "Aerospace",
499 "Agriculture",
500 "Analytics",
501 "Artificial Intelligence",
502 "Automation",
503 "B2B",
504 "Biotech",
505 "Climate",
506 "ClimateTech",
507 "Cloud Computing",
508 "Collaboration",
509 "Community",
510 "Compliance",
511 "Computer Vision",
512 "Construction",
513 "Consumer",
514 "Consumer Health Services",
515 "Conversational AI",
516 "Crypto / Web3",
517 "Customer Support",
518 "Cybersecurity",
519 "Data Engineering",
520 "Data Visualization",
521 "Deep Learning",
522 "Delivery",
523 "Design Tools",
524 "DevOps",
525 "DevSecOps",
526 "Developer Tools",
527 "Diagnostics",
528 "Digital Health",
529 "Documents",
530 "Drug discovery",
531 "E-commerce",
532 "Education",
533 "Energy",
534 "Enterprise",
535 "Enterprise Software",
536 "Entertainment",
537 "FinOps",
538 "Finance",
539 "Fintech",
540 "Food Tech",
541 "Gaming",
542 "Generative AI",
543 "GovTech",
544 "Grocery",
545 "HR Tech",
546 "Hard Tech",
547 "Hardware",
548 "Health & Wellness",
549 "Health Tech",
550 "Healthcare",
551 "India",
552 "Infrastructure",
553 "Insurance",
554 "Investing",
555 "IoT",
556 "LegalTech",
557 "Logistics",
558 "Machine Learning",
559 "Manufacturing",
560 "Marketing",
561 "Marketplace",
562 "Media",
563 "Medical Devices",
564 "Mental Health Tech",
565 "Messaging",
566 "Neobank",
567 "Open Source",
568 "Payments",
569 "Productivity",
570 "Proptech",
571 "Real Estate",
572 "Recruiting",
573 "Retail",
574 "Robotics",
575 "SaaS",
576 "Sales",
577 "Sales Enablement",
578 "Security",
579 "Social",
580 "Social Media",
581 "Subscriptions",
582 "Supply Chain",
583 "Synthetic Biology",
584 "Telemedicine",
585 "Therapeutics",
586 "Transportation",
587 "Travel",
588 "Video",
589 "Workflow Automation",
590 "eLearning"
591 ]
592 }
593 },
594 "user:top_company": {
595 "title": "Yes",
596 "type": "boolean",
597 "description": ""
598 },
599 "user:batches": {
600 "title": "Batches",
601 "type": "array",
602 "description": "",
603 "items": {
604 "type": "string",
605 "enum": [
606 "F24",
607 "IK12",
608 "S05",
609 "S06",
610 "S07",
611 "S08",
612 "S09",
613 "S10",
614 "S11",
615 "S12",
616 "S13",
617 "S14",
618 "S15",
619 "S16",
620 "S17",
621 "S18",
622 "S19",
623 "S20",
624 "S21",
625 "S22",
626 "S23",
627 "S24",
628 "W06",
629 "W07",
630 "W08",
631 "W09",
632 "W10",
633 "W11",
634 "W12",
635 "W13",
636 "W14",
637 "W15",
638 "W16",
639 "W17",
640 "W18",
641 "W19",
642 "W20",
643 "W21",
644 "W22",
645 "W23",
646 "W24",
647 "W25",
648 "X25"
649 ]
650 }
651 },
652 "user:industries": {
653 "title": "Industry",
654 "type": "array",
655 "description": "",
656 "items": {
657 "type": "string",
658 "enum": [
659 "B2B",
660 "Analytics",
661 "Engineering, Product and Design",
662 "Finance and Accounting",
663 "Human Resources",
664 "Infrastructure",
665 "Legal",
666 "Marketing",
667 "Office Management",
668 "Operations",
669 "Productivity",
670 "Recruiting and Talent",
671 "Retail",
672 "Sales",
673 "Security",
674 "Supply Chain and Logistics",
675 "Consumer",
676 "Apparel and Cosmetics",
677 "Consumer Electronics",
678 "Content",
679 "Food and Beverage",
680 "Gaming",
681 "Home and Personal",
682 "Job and Career Services",
683 "Social",
684 "Transportation Services",
685 "Travel, Leisure and Tourism",
686 "Virtual and Augmented Reality",
687 "Education",
688 "Fintech",
689 "Asset Management",
690 "Banking and Exchange",
691 "Consumer Finance",
692 "Credit and Lending",
693 "Insurance",
694 "Payments",
695 "Government",
696 "Healthcare",
697 "Consumer Health and Wellness",
698 "Diagnostics",
699 "Drug Discovery and Delivery",
700 "Healthcare IT",
701 "Healthcare Services",
702 "Industrial Bio",
703 "Medical Devices",
704 "Therapeutics",
705 "Industrial",
706 "Industrials",
707 "Agriculture",
708 "Automotive",
709 "Aviation and Space",
710 "Climate",
711 "Drones",
712 "Energy",
713 "Manufacturing and Robotics",
714 "Real Estate and Construction",
715 "Construction",
716 "Housing and Real Estate",
717 "Unspecified"
718 ],
719 "enumTitles": [
720 "B2B",
721 "B2B -> Analytics",
722 "B2B -> Engineering, Product and Design",
723 "B2B -> Finance and Accounting",
724 "B2B -> Human Resources",
725 "B2B -> Infrastructure",
726 "B2B -> Legal",
727 "B2B -> Marketing",
728 "B2B -> Office Management",
729 "B2B -> Operations",
730 "B2B -> Productivity",
731 "B2B -> Recruiting and Talent",
732 "B2B -> Retail",
733 "B2B -> Sales",
734 "B2B -> Security",
735 "B2B -> Supply Chain and Logistics",
736 "Consumer",
737 "Consumer -> Apparel and Cosmetics",
738 "Consumer -> Consumer Electronics",
739 "Consumer -> Content",
740 "Consumer -> Food and Beverage",
741 "Consumer -> Gaming",
742 "Consumer -> Home and Personal",
743 "Consumer -> Job and Career Services",
744 "Consumer -> Social",
745 "Consumer -> Transportation Services",
746 "Consumer -> Travel, Leisure and Tourism",
747 "Consumer -> Virtual and Augmented Reality",
748 "",
749 "Education",
750 "Fintech",
751 "Fintech -> Asset Management",
752 "Fintech -> Banking and Exchange",
753 "Fintech -> Consumer Finance",
754 "Fintech -> Credit and Lending",
755 "Fintech -> Insurance",
756 "Fintech -> Payments",
757 "Government",
758 "Healthcare",
759 "Healthcare -> Consumer Health and Wellness",
760 "Healthcare -> Diagnostics",
761 "Healthcare -> Drug Discovery and Delivery",
762 "Healthcare -> Healthcare IT",
763 "Healthcare -> Healthcare Services",
764 "Healthcare -> Industrial Bio",
765 "Healthcare -> Medical Devices",
766 "Healthcare -> Therapeutics",
767 "Industrial",
768 "Industrials",
769 "Industrials -> Agriculture",
770 "Industrials -> Automotive",
771 "Industrials -> Aviation and Space",
772 "Industrials -> Climate",
773 "Industrials -> Drones",
774 "Industrials -> Energy",
775 "Industrials -> Manufacturing and Robotics",
776 "Real Estate and Construction",
777 "Real Estate and Construction -> Construction",
778 "Real Estate and Construction -> Housing and Real Estate",
779 "Unspecified"
780 ]
781 }
782 },
783 "user:titles": {
784 "title": "Role",
785 "type": "array",
786 "description": "",
787 "items": {
788 "type": "string"
789 }
790 },
791 "user:regions": {
792 "title": "Regions",
793 "type": "array",
794 "description": "",
795 "items": {
796 "type": "string",
797 "enum": [
798 "Albania",
799 "Argentina",
800 "Armenia",
801 "Australia",
802 "Austria",
803 "Bahrain",
804 "Bangladesh",
805 "Belgium",
806 "Bermuda",
807 "Brazil",
808 "Bulgaria",
809 "Canada",
810 "Chile",
811 "China",
812 "Colombia",
813 "Costa Rica",
814 "Croatia",
815 "Cyprus",
816 "Czechia",
817 "Democratic Republic of the Congo",
818 "Denmark",
819 "Ecuador",
820 "Egypt",
821 "El Salvador",
822 "Estonia",
823 "Ethiopia",
824 "Finland",
825 "France",
826 "Georgia",
827 "Germany",
828 "Ghana",
829 "Greece",
830 "Greenland",
831 "Hong Kong",
832 "Hungary",
833 "Iceland",
834 "India",
835 "Indonesia",
836 "Iraq",
837 "Ireland",
838 "Israel",
839 "Italy",
840 "Ivory Coast",
841 "Japan",
842 "Jordan",
843 "Kazakhstan",
844 "Kenya",
845 "Kyrgyzstan",
846 "Latvia",
847 "Lithuania",
848 "Malaysia",
849 "Mexico",
850 "Monaco",
851 "Morocco",
852 "Nepal",
853 "Netherlands",
854 "New Zealand",
855 "Nigeria",
856 "Norway",
857 "Pakistan",
858 "Panama",
859 "Peru",
860 "Philippines",
861 "Poland",
862 "Portugal",
863 "Puerto Rico",
864 "Qatar",
865 "Romania",
866 "Saudi Arabia",
867 "Serbia",
868 "Singapore",
869 "Slovakia",
870 "Slovenia",
871 "South Africa",
872 "South Korea",
873 "Spain",
874 "Sweden",
875 "Switzerland",
876 "Taiwan",
877 "Tanzania",
878 "Thailand",
879 "Turkey",
880 "Uganda",
881 "Ukraine",
882 "United Arab Emirates",
883 "United Kingdom",
884 "United States Virgin Islands",
885 "United States of America",
886 "Unspecified",
887 "Uruguay",
888 "Vietnam"
889 ]
890 }
891 },
892 "launch:sort": {
893 "title": "Sorting",
894 "enum": [
895 "vote",
896 "date"
897 ],
898 "type": "string",
899 "description": ""
900 },
901 "launch:batches": {
902 "title": "Batches",
903 "type": "array",
904 "description": "",
905 "items": {
906 "type": "string",
907 "enum": [
908 "F2024",
909 "S2015",
910 "S2016",
911 "S2017",
912 "S2018",
913 "S2019",
914 "S2020",
915 "S2021",
916 "S2022",
917 "S2023",
918 "S2024",
919 "W2014",
920 "W2016",
921 "W2017",
922 "W2018",
923 "W2019",
924 "W2020",
925 "W2021",
926 "W2022",
927 "W2023",
928 "W2024",
929 "W2025",
930 "X2025"
931 ]
932 }
933 },
934 "launch:industries": {
935 "title": "Industries",
936 "type": "array",
937 "description": "",
938 "items": {
939 "type": "string",
940 "enum": [
941 "B2B",
942 "Consumer",
943 "Education",
944 "Fintech",
945 "Government",
946 "Healthcare",
947 "Industrials",
948 "Real Estate and Construction"
949 ]
950 }
951 },
952 "launch:tags": {
953 "title": "Tags",
954 "type": "array",
955 "description": "",
956 "items": {
957 "type": "string",
958 "enum": [
959 "AI",
960 "AI Assistant",
961 "AI-Enhanced Learning",
962 "AI-powered Drug Discovery",
963 "AIOps",
964 "API",
965 "APIs",
966 "Advertising",
967 "Aerospace",
968 "Agriculture",
969 "Airlines",
970 "Airplanes",
971 "Analytics",
972 "Apparel",
973 "Architecture",
974 "Artificial Intelligence",
975 "Augmented Reality",
976 "Auto Commerce",
977 "Automation",
978 "Automotive",
979 "Autonomous Trucking",
980 "B2B",
981 "Banking as a Service",
982 "Big Data",
983 "Billing",
984 "Biometrics",
985 "Bioplastic",
986 "Biotech",
987 "Biotechnology",
988 "CRISPR",
989 "CRM",
990 "Calendar",
991 "Call Center",
992 "Carbon Capture and Removal",
993 "Careers",
994 "Cell Therapy",
995 "Chat",
996 "Chatbot",
997 "Civic Tech",
998 "Climate",
999 "ClimateTech",
1000 "Cloud Computing",
1001 "Collaboration",
1002 "Commercial Space Launch",
1003 "Community",
1004 "Compliance",
1005 "Computer Vision",
1006 "Construction",
1007 "Consumer",
1008 "Consumer Finance",
1009 "Consumer Health Services",
1010 "Consumer Products",
1011 "Conversational AI",
1012 "Conversational Banking",
1013 "Creator Economy",
1014 "Crowdfunding",
1015 "Crypto / Web3",
1016 "Cryptocurrency",
1017 "Cryptography",
1018 "Customer Service",
1019 "Customer Success",
1020 "Customer Support",
1021 "Cybersecurity",
1022 "Data Engineering",
1023 "Data Labeling",
1024 "Data Science",
1025 "Data Visualization",
1026 "Databases",
1027 "Dating",
1028 "DeFi",
1029 "Deep Learning",
1030 "Delivery",
1031 "Dental",
1032 "Design",
1033 "Design Tools",
1034 "DevOps",
1035 "DevSecOps",
1036 "Developer Tools",
1037 "Diagnostics",
1038 "Digital Health",
1039 "Diversity & Inclusion",
1040 "Documents",
1041 "Drones",
1042 "Drug Delivery",
1043 "Drug discovery",
1044 "E-commerce",
1045 "Edge Computing Semiconductors",
1046 "Edtech",
1047 "Education",
1048 "Electric Vehicles",
1049 "Electronics",
1050 "Email",
1051 "Emerging Markets",
1052 "Energy",
1053 "Energy Storage",
1054 "Enterprise",
1055 "Enterprise Software",
1056 "Entertainment",
1057 "Fashion",
1058 "Feedback",
1059 "Femtech",
1060 "FinOps",
1061 "Finance",
1062 "Fintech",
1063 "Fitness",
1064 "Food",
1065 "Food & Beverage",
1066 "Food Tech",
1067 "Fraud Detection",
1068 "Fraud Prevention",
1069 "Fundraising",
1070 "Gaming",
1071 "Gene Therapy",
1072 "Generative AI",
1073 "Genetic Engineering",
1074 "Genomics",
1075 "Geographic Information System",
1076 "Ghost Kitchens",
1077 "GovTech",
1078 "GraphQL",
1079 "Grocery",
1080 "HR Tech",
1081 "Hard Tech",
1082 "Hardware",
1083 "Health & Wellness",
1084 "Health Insurance",
1085 "Health Tech",
1086 "Healthcare",
1087 "Healthcare IT",
1088 "Home Automation",
1089 "Home Services",
1090 "Housing",
1091 "Human Resources",
1092 "Hydrogen Energy",
1093 "Identity",
1094 "Immigration",
1095 "Income Share Agreements",
1096 "India",
1097 "Industrial",
1098 "Infrastructure",
1099 "Insurance",
1100 "International",
1101 "Investing",
1102 "Investments",
1103 "IoT",
1104 "Kubernetes",
1105 "Latin America",
1106 "Legal",
1107 "LegalTech",
1108 "Lending",
1109 "Lidar",
1110 "Logistics",
1111 "ML",
1112 "Machine Learning",
1113 "Manufacturing",
1114 "Market Research",
1115 "Marketing",
1116 "Marketplace",
1117 "Media",
1118 "Medical Devices",
1119 "Medical Robotics",
1120 "Mental Health",
1121 "Mental Health Tech",
1122 "Messaging",
1123 "Metaverse",
1124 "Microfluidics",
1125 "Mining",
1126 "Monitoring",
1127 "Music",
1128 "NFT",
1129 "NLP",
1130 "Nanomedicine",
1131 "Nanosensors",
1132 "Nanotechnology",
1133 "Navigation",
1134 "Neobank",
1135 "Neurotechnology",
1136 "No-code",
1137 "Note-taking",
1138 "Oncology",
1139 "Open Source",
1140 "Operations",
1141 "Payments",
1142 "Payroll",
1143 "Podcasts",
1144 "Primary Care",
1145 "Privacy",
1146 "Procurement",
1147 "Productivity",
1148 "Proptech",
1149 "Quantum Computing",
1150 "Real Estate",
1151 "Recommendation System",
1152 "Recruiting",
1153 "Regtech",
1154 "Reinforcement Learning",
1155 "Remittances",
1156 "Remote Work",
1157 "Renewable Energy",
1158 "Restaurant Tech",
1159 "Retail",
1160 "Retail Tech",
1161 "Reviews",
1162 "Ridesharing",
1163 "Robotic Process Automation",
1164 "Robotic Surgery",
1165 "Robotics",
1166 "Rocketry",
1167 "SEO",
1168 "SMB",
1169 "SMS",
1170 "SaaS",
1171 "Sales",
1172 "Sales Enablement",
1173 "Satellites",
1174 "Scheduling",
1175 "Search",
1176 "Security",
1177 "Semiconductors",
1178 "Sleep Tech",
1179 "Social",
1180 "Social Media",
1181 "Social Network",
1182 "Solar Power",
1183 "Space Exploration",
1184 "Sports Tech",
1185 "Stocks",
1186 "Subscriptions",
1187 "Supply Chain",
1188 "Sustainability",
1189 "Sustainable Agriculture",
1190 "Sustainable Fashion",
1191 "Sustainable Tourism",
1192 "Swarm Robotics",
1193 "Synthetic Biology",
1194 "Talent Acquisition",
1195 "Team Collaboration",
1196 "Telecommunications",
1197 "Telehealth",
1198 "Telemedicine",
1199 "Therapeutics",
1200 "Ticketing",
1201 "Time Series",
1202 "Trading",
1203 "Transportation",
1204 "Travel",
1205 "Trust & Safety",
1206 "Unmanned Vehicle",
1207 "Video",
1208 "Virtual Reality",
1209 "Warehouse Management Tech",
1210 "Weather",
1211 "Web Development",
1212 "Women's Health",
1213 "Workflow Automation",
1214 "eLearning",
1215 "eSports"
1216 ]
1217 }
1218 },
1219 "library:media": {
1220 "title": "Media Type",
1221 "type": "array",
1222 "description": "",
1223 "items": {
1224 "type": "string",
1225 "enum": [
1226 "Blog",
1227 "External",
1228 "Video"
1229 ]
1230 }
1231 },
1232 "library:categories": {
1233 "title": "Categories",
1234 "type": "array",
1235 "description": "",
1236 "items": {
1237 "type": "string",
1238 "enum": [
1239 "Becoming a Founder",
1240 "Academia to Startup",
1241 "College Students",
1242 "Non-Technical Founders",
1243 "Business Models",
1244 "Monetization",
1245 "Pricing",
1246 "Unit Economics",
1247 "Co-Founders",
1248 "B2B",
1249 "Consumer",
1250 "Real Estate",
1251 "Science + Biotech",
1252 "Company Stages",
1253 "Early Stage",
1254 "Growth Stage",
1255 "Pivoting",
1256 "Staying Alive",
1257 "Customers",
1258 "Product Market Fit",
1259 "Retention",
1260 "Talking to Users",
1261 "Design",
1262 "UX + Design",
1263 "Finance",
1264 "Cash Burn",
1265 "Founder Psychology",
1266 "Decision Making",
1267 "Mental Health",
1268 "Motivation",
1269 "Time Management",
1270 "Founder Stories",
1271 "Women Founders",
1272 "Fundraising + Investors",
1273 "Board Management",
1274 "Fundraising",
1275 "Fundraising Docs",
1276 "Investors",
1277 "Negotiation",
1278 "Pitch Deck",
1279 "Safes",
1280 "Seed Round",
1281 "Series A",
1282 "Valuations",
1283 "Getting Started",
1284 "Growth",
1285 "Enterprise Sales",
1286 "KPI",
1287 "Launch",
1288 "Marketing",
1289 "Press",
1290 "China",
1291 "Legal",
1292 "Management",
1293 "CEO",
1294 "CTO",
1295 "Leadership",
1296 "Office Hours",
1297 "People",
1298 "Advisers",
1299 "Compensation",
1300 "Culture",
1301 "Diversity + Inclusion",
1302 "Hiring",
1303 "Recruiting",
1304 "Stock Equity",
1305 "Product",
1306 "Building Product",
1307 "Experimentation",
1308 "Feature Prioritization",
1309 "MVP",
1310 "Startup Ideas",
1311 "Problems to Solve",
1312 "Technical",
1313 "Artificial Intelligence",
1314 "Engineering",
1315 "Working at a Startup",
1316 "YC",
1317 "Applying to YC",
1318 "YC Demo Day"
1319 ],
1320 "enumTitles": [
1321 "Becoming a Founder",
1322 "Becoming a Founder -> Academia to Startup",
1323 "Becoming a Founder -> College Students",
1324 "Becoming a Founder -> Non-Technical Founders",
1325 "Business Models",
1326 "Business Models -> Monetization",
1327 "Business Models -> Pricing",
1328 "Business Models -> Unit Economics",
1329 "Co-Founders",
1330 "Company Categories -> B2B",
1331 "Company Categories -> Consumer",
1332 "Company Categories -> Real Estate",
1333 "Company Categories -> Science + Biotech",
1334 "Company Stages",
1335 "Company Stages -> Early Stage",
1336 "Company Stages -> Growth Stage",
1337 "Company Stages -> Pivoting",
1338 "Company Stages -> Staying Alive",
1339 "Customers",
1340 "Customers -> Product Market Fit",
1341 "Customers -> Retention",
1342 "Customers -> Talking to Users",
1343 "Design",
1344 "Design -> UX + Design",
1345 "Finance",
1346 "Finance -> Cash Burn",
1347 "Founder Psychology",
1348 "Founder Psychology -> Decision Making",
1349 "Founder Psychology -> Mental Health",
1350 "Founder Psychology -> Motivation",
1351 "Founder Psychology -> Time Management",
1352 "Founder Stories",
1353 "Founder Stories -> Women Founders",
1354 "Fundraising + Investors",
1355 "Fundraising + Investors -> Board Management",
1356 "Fundraising + Investors -> Fundraising",
1357 "Fundraising + Investors -> Fundraising Docs",
1358 "Fundraising + Investors -> Investors",
1359 "Fundraising + Investors -> Negotiation",
1360 "Fundraising + Investors -> Pitch Deck",
1361 "Fundraising + Investors -> Safes",
1362 "Fundraising + Investors -> Seed Round",
1363 "Fundraising + Investors -> Series A",
1364 "Fundraising + Investors -> Valuations",
1365 "Getting Started",
1366 "Growth",
1367 "Growth -> Enterprise Sales",
1368 "Growth -> KPI",
1369 "Growth -> Launch",
1370 "Growth -> Marketing",
1371 "Growth -> Press",
1372 "International -> China",
1373 "Legal",
1374 "Management",
1375 "Management -> CEO",
1376 "Management -> CTO",
1377 "Management -> Leadership",
1378 "Office Hours",
1379 "People",
1380 "People -> Advisers",
1381 "People -> Compensation",
1382 "People -> Culture",
1383 "People -> Diversity + Inclusion",
1384 "People -> Hiring",
1385 "People -> Recruiting",
1386 "People -> Stock Equity",
1387 "Product",
1388 "Product -> Building Product",
1389 "Product -> Experimentation",
1390 "Product -> Feature Prioritization",
1391 "Product -> MVP",
1392 "Startup Ideas",
1393 "Startup Ideas -> Problems to Solve",
1394 "Technical",
1395 "Technical -> Artificial Intelligence",
1396 "Technical -> Engineering",
1397 "Working at a Startup",
1398 "YC",
1399 "YC -> Applying to YC",
1400 "YC -> YC Demo Day"
1401 ]
1402 }
1403 },
1404 "dev_custom_headers": {
1405 "title": "📜 HTTP HEADERS",
1406 "type": "array",
1407 "description": "💡 Additional HTTP Headers",
1408 "items": {
1409 "type": "object",
1410 "required": [
1411 "key",
1412 "value"
1413 ],
1414 "properties": {
1415 "key": {
1416 "type": "string",
1417 "title": "Key"
1418 },
1419 "value": {
1420 "type": "string",
1421 "title": "Value"
1422 }
1423 }
1424 }
1425 },
1426 "dev_custom_cookies": {
1427 "title": "🍰 HTTP COOKIES",
1428 "type": "array",
1429 "description": "💡 Additional HTTP Cookies",
1430 "items": {
1431 "type": "object",
1432 "required": [
1433 "key",
1434 "value"
1435 ],
1436 "properties": {
1437 "key": {
1438 "type": "string",
1439 "title": "Key"
1440 },
1441 "value": {
1442 "type": "string",
1443 "title": "Value"
1444 }
1445 }
1446 }
1447 },
1448 "dev_transform_fields": {
1449 "title": "♻️ CUSTOM FIELD",
1450 "type": "array",
1451 "description": "💡 <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>",
1452 "items": {
1453 "type": "object",
1454 "required": [
1455 "key",
1456 "value"
1457 ],
1458 "properties": {
1459 "key": {
1460 "type": "string",
1461 "title": "Key"
1462 },
1463 "value": {
1464 "type": "string",
1465 "title": "Value"
1466 }
1467 }
1468 }
1469 },
1470 "dev_dataset_name": {
1471 "title": "📁 CUSTOM STORAGE",
1472 "type": "string",
1473 "description": "💡 <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>"
1474 },
1475 "dev_dataset_clear": {
1476 "title": "Clear Storage",
1477 "type": "boolean",
1478 "description": "Clear Dataset before insert/update."
1479 },
1480 "dev_no_strip": {
1481 "title": "Disable data cleansing",
1482 "type": "boolean",
1483 "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
1484 }
1485 }
1486 },
1487 "runsResponseSchema": {
1488 "type": "object",
1489 "properties": {
1490 "data": {
1491 "type": "object",
1492 "properties": {
1493 "id": {
1494 "type": "string"
1495 },
1496 "actId": {
1497 "type": "string"
1498 },
1499 "userId": {
1500 "type": "string"
1501 },
1502 "startedAt": {
1503 "type": "string",
1504 "format": "date-time",
1505 "example": "2025-01-08T00:00:00.000Z"
1506 },
1507 "finishedAt": {
1508 "type": "string",
1509 "format": "date-time",
1510 "example": "2025-01-08T00:00:00.000Z"
1511 },
1512 "status": {
1513 "type": "string",
1514 "example": "READY"
1515 },
1516 "meta": {
1517 "type": "object",
1518 "properties": {
1519 "origin": {
1520 "type": "string",
1521 "example": "API"
1522 },
1523 "userAgent": {
1524 "type": "string"
1525 }
1526 }
1527 },
1528 "stats": {
1529 "type": "object",
1530 "properties": {
1531 "inputBodyLen": {
1532 "type": "integer",
1533 "example": 2000
1534 },
1535 "rebootCount": {
1536 "type": "integer",
1537 "example": 0
1538 },
1539 "restartCount": {
1540 "type": "integer",
1541 "example": 0
1542 },
1543 "resurrectCount": {
1544 "type": "integer",
1545 "example": 0
1546 },
1547 "computeUnits": {
1548 "type": "integer",
1549 "example": 0
1550 }
1551 }
1552 },
1553 "options": {
1554 "type": "object",
1555 "properties": {
1556 "build": {
1557 "type": "string",
1558 "example": "latest"
1559 },
1560 "timeoutSecs": {
1561 "type": "integer",
1562 "example": 300
1563 },
1564 "memoryMbytes": {
1565 "type": "integer",
1566 "example": 1024
1567 },
1568 "diskMbytes": {
1569 "type": "integer",
1570 "example": 2048
1571 }
1572 }
1573 },
1574 "buildId": {
1575 "type": "string"
1576 },
1577 "defaultKeyValueStoreId": {
1578 "type": "string"
1579 },
1580 "defaultDatasetId": {
1581 "type": "string"
1582 },
1583 "defaultRequestQueueId": {
1584 "type": "string"
1585 },
1586 "buildNumber": {
1587 "type": "string",
1588 "example": "1.0.0"
1589 },
1590 "containerUrl": {
1591 "type": "string"
1592 },
1593 "usage": {
1594 "type": "object",
1595 "properties": {
1596 "ACTOR_COMPUTE_UNITS": {
1597 "type": "integer",
1598 "example": 0
1599 },
1600 "DATASET_READS": {
1601 "type": "integer",
1602 "example": 0
1603 },
1604 "DATASET_WRITES": {
1605 "type": "integer",
1606 "example": 0
1607 },
1608 "KEY_VALUE_STORE_READS": {
1609 "type": "integer",
1610 "example": 0
1611 },
1612 "KEY_VALUE_STORE_WRITES": {
1613 "type": "integer",
1614 "example": 1
1615 },
1616 "KEY_VALUE_STORE_LISTS": {
1617 "type": "integer",
1618 "example": 0
1619 },
1620 "REQUEST_QUEUE_READS": {
1621 "type": "integer",
1622 "example": 0
1623 },
1624 "REQUEST_QUEUE_WRITES": {
1625 "type": "integer",
1626 "example": 0
1627 },
1628 "DATA_TRANSFER_INTERNAL_GBYTES": {
1629 "type": "integer",
1630 "example": 0
1631 },
1632 "DATA_TRANSFER_EXTERNAL_GBYTES": {
1633 "type": "integer",
1634 "example": 0
1635 },
1636 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
1637 "type": "integer",
1638 "example": 0
1639 },
1640 "PROXY_SERPS": {
1641 "type": "integer",
1642 "example": 0
1643 }
1644 }
1645 },
1646 "usageTotalUsd": {
1647 "type": "number",
1648 "example": 0.00005
1649 },
1650 "usageUsd": {
1651 "type": "object",
1652 "properties": {
1653 "ACTOR_COMPUTE_UNITS": {
1654 "type": "integer",
1655 "example": 0
1656 },
1657 "DATASET_READS": {
1658 "type": "integer",
1659 "example": 0
1660 },
1661 "DATASET_WRITES": {
1662 "type": "integer",
1663 "example": 0
1664 },
1665 "KEY_VALUE_STORE_READS": {
1666 "type": "integer",
1667 "example": 0
1668 },
1669 "KEY_VALUE_STORE_WRITES": {
1670 "type": "number",
1671 "example": 0.00005
1672 },
1673 "KEY_VALUE_STORE_LISTS": {
1674 "type": "integer",
1675 "example": 0
1676 },
1677 "REQUEST_QUEUE_READS": {
1678 "type": "integer",
1679 "example": 0
1680 },
1681 "REQUEST_QUEUE_WRITES": {
1682 "type": "integer",
1683 "example": 0
1684 },
1685 "DATA_TRANSFER_INTERNAL_GBYTES": {
1686 "type": "integer",
1687 "example": 0
1688 },
1689 "DATA_TRANSFER_EXTERNAL_GBYTES": {
1690 "type": "integer",
1691 "example": 0
1692 },
1693 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
1694 "type": "integer",
1695 "example": 0
1696 },
1697 "PROXY_SERPS": {
1698 "type": "integer",
1699 "example": 0
1700 }
1701 }
1702 }
1703 }
1704 }
1705 }
1706 }
1707 }
1708 }
1709}
Y Combinator Extractor 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 Extractor 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:
Pricing
Pricing model
RentalTo use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.
Free trial
7 days
Price
$30.00