
YC Scraper
Pricing
$9.99/month + usage

YC Scraper
Uncover Y Combinator's hidden startup gems, founders, and more details instantly.
0.0 (0)
Pricing
$9.99/month + usage
1
Monthly users
3
Runs succeeded
67%
Last modified
2 days ago
You can access the YC Scraper 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.0",
5 "x-build-id": "n5TsWb2eqsLeyzsZf"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/mido_99~yc-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-mido_99-yc-scraper",
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/mido_99~yc-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-mido_99-yc-scraper",
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/mido_99~yc-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-mido_99-yc-scraper",
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 "company_name": {
135 "title": "Company Keyword",
136 "type": "string",
137 "description": "Will return any company with this input in its name, location, short or long description."
138 },
139 "include_details": {
140 "title": "Include Details",
141 "type": "boolean",
142 "description": "Extract all details from the startup url if available. (e.g.: Jobs, Founders' Information, Company launches, Social media links, etc...",
143 "default": false
144 },
145 "results_limit": {
146 "title": "Results limit",
147 "minimum": 1,
148 "maximum": 1000,
149 "type": "integer",
150 "description": "Number of companies to include in final dataset"
151 },
152 "batch": {
153 "title": "Batch",
154 "uniqueItems": true,
155 "type": "array",
156 "description": "Select batches",
157 "items": {
158 "type": "string",
159 "enum": [
160 "X25",
161 "W25",
162 "F24",
163 "S24",
164 "W24",
165 "S23",
166 "W23",
167 "S22",
168 "W22",
169 "S21",
170 "W21",
171 "S20",
172 "W20",
173 "S19",
174 "W19",
175 "S18",
176 "W18",
177 "S17",
178 "W17",
179 "IK12",
180 "S16",
181 "W16",
182 "S15",
183 "W15",
184 "S14",
185 "W14",
186 "S13",
187 "W13",
188 "S12",
189 "W12",
190 "S11",
191 "W11",
192 "S10",
193 "W10",
194 "S09",
195 "W09",
196 "S08",
197 "W08",
198 "S07",
199 "W07",
200 "S06",
201 "W06",
202 "S05"
203 ],
204 "enumTitles": [
205 "X25",
206 "W25",
207 "F24",
208 "S24",
209 "W24",
210 "S23",
211 "W23",
212 "S22",
213 "W22",
214 "S21",
215 "W21",
216 "S20",
217 "W20",
218 "S19",
219 "W19",
220 "S18",
221 "W18",
222 "S17",
223 "W17",
224 "IK12",
225 "S16",
226 "W16",
227 "S15",
228 "W15",
229 "S14",
230 "W14",
231 "S13",
232 "W13",
233 "S12",
234 "W12",
235 "S11",
236 "W11",
237 "S10",
238 "W10",
239 "S09",
240 "W09",
241 "S08",
242 "W08",
243 "S07",
244 "W07",
245 "S06",
246 "W06",
247 "S05"
248 ]
249 }
250 },
251 "industries": {
252 "title": "Industry",
253 "uniqueItems": true,
254 "type": "array",
255 "description": "Select industries",
256 "items": {
257 "type": "string",
258 "enum": [
259 "B2B",
260 "Education",
261 "Fintech",
262 "Consumer",
263 "Healthcare",
264 "Real Estate and Construction",
265 "Industrials",
266 "Government",
267 "Unspecified",
268 "Analytics",
269 "Engineering, Product and Design",
270 "Finance and Accounting",
271 "Human Resources",
272 "Infrastructure",
273 "Legal",
274 "Marketing",
275 "Office Management",
276 "Operations",
277 "Productivity",
278 "Recruiting and Talent",
279 "Retail",
280 "Sales",
281 "Security",
282 "Supply Chain and Logistics",
283 "Asset Management",
284 "Banking and Exchange",
285 "Consumer Finance",
286 "Credit and Lending",
287 "Insurance",
288 "Payments",
289 "Apparel and Cosmetics",
290 "Consumer Electronics",
291 "Content",
292 "Food and Beverage",
293 "Gaming",
294 "Home and Personal",
295 "Job and Career Services",
296 "Social",
297 "Transportation Services",
298 "Travel, Leisure and Tourism",
299 "Virtual and Augmented Reality",
300 "Consumer Health and Wellness",
301 "Diagnostics",
302 "Drug Discovery and Delivery",
303 "Healthcare IT",
304 "Healthcare Services",
305 "Industrial Bio",
306 "Medical Devices",
307 "Therapeutics",
308 "Construction",
309 "Housing and Real Estate",
310 "Agriculture",
311 "Automotive",
312 "Aviation and Space",
313 "Climate",
314 "Drones",
315 "Energy",
316 "Manufacturing and Robotics"
317 ],
318 "enumTitles": [
319 "B2B",
320 "Education",
321 "Fintech",
322 "Consumer",
323 "Healthcare",
324 "Real Estate and Construction",
325 "Industrials",
326 "Government",
327 "Unspecified",
328 "Analytics",
329 "Engineering, Product and Design",
330 "Finance and Accounting",
331 "Human Resources",
332 "Infrastructure",
333 "Legal",
334 "Marketing",
335 "Office Management",
336 "Operations",
337 "Productivity",
338 "Recruiting and Talent",
339 "Retail",
340 "Sales",
341 "Security",
342 "Supply Chain and Logistics",
343 "Asset Management",
344 "Banking and Exchange",
345 "Consumer Finance",
346 "Credit and Lending",
347 "Insurance",
348 "Payments",
349 "Apparel and Cosmetics",
350 "Consumer Electronics",
351 "Content",
352 "Food and Beverage",
353 "Gaming",
354 "Home and Personal",
355 "Job and Career Services",
356 "Social",
357 "Transportation Services",
358 "Travel, Leisure and Tourism",
359 "Virtual and Augmented Reality",
360 "Consumer Health and Wellness",
361 "Diagnostics",
362 "Drug Discovery and Delivery",
363 "Healthcare IT",
364 "Healthcare Services",
365 "Industrial Bio",
366 "Medical Devices",
367 "Therapeutics",
368 "Construction",
369 "Housing and Real Estate",
370 "Agriculture",
371 "Automotive",
372 "Aviation and Space",
373 "Climate",
374 "Drones",
375 "Energy",
376 "Manufacturing and Robotics"
377 ]
378 }
379 },
380 "regions": {
381 "title": "Region",
382 "uniqueItems": true,
383 "type": "array",
384 "description": "Select regions",
385 "items": {
386 "type": "string",
387 "enum": [
388 "America / Canada",
389 "Remote",
390 "Europe",
391 "South Asia",
392 "Latin America",
393 "Southeast Asia",
394 "Africa",
395 "Middle East and North Africa",
396 "East Asia",
397 "Oceania",
398 "United States of America",
399 "Canada",
400 "Partly Remote",
401 "Fully Remote",
402 "United Kingdom",
403 "France",
404 "Germany",
405 "Spain",
406 "Denmark",
407 "Switzerland",
408 "Netherlands",
409 "Sweden",
410 "Ireland",
411 "Austria",
412 "Norway",
413 "Poland",
414 "Italy",
415 "Slovenia",
416 "Estonia",
417 "Finland",
418 "Greece",
419 "Portugal",
420 "Belgium",
421 "Romania",
422 "Ukraine",
423 "Belarus",
424 "Croatia",
425 "Cyprus",
426 "Czechia",
427 "Georgia",
428 "Hungary",
429 "Iceland",
430 "Latvia",
431 "Lithuania",
432 "Russia",
433 "Slovakia",
434 "India",
435 "Pakistan",
436 "Bangladesh",
437 "Nepal",
438 "Mexico",
439 "Brazil",
440 "Colombia",
441 "Argentina",
442 "Chile",
443 "Peru",
444 "Panama",
445 "Puerto Rico",
446 "Venezuela",
447 "Costa Rica",
448 "Ecuador",
449 "Uruguay",
450 "Singapore",
451 "Indonesia",
452 "Philippines",
453 "Malaysia",
454 "Vietnam",
455 "Thailand",
456 "Nigeria",
457 "Kenya",
458 "Ghana",
459 "Senegal",
460 "Ethiopia",
461 "South Africa",
462 "Uganda",
463 "Benin",
464 "Democratic Republic of the Congo",
465 "Ivory Coast",
466 "Namibia",
467 "Rwanda",
468 "Seychelles",
469 "Tanzania",
470 "Zambia",
471 "Israel",
472 "Egypt",
473 "United Arab Emirates",
474 "Saudi Arabia",
475 "Turkey",
476 "Morocco",
477 "Algeria",
478 "Armenia",
479 "Bahrain",
480 "Iraq",
481 "China",
482 "Hong Kong",
483 "South Korea",
484 "Japan",
485 "Australia",
486 "New Zealand"
487 ],
488 "enumTitles": [
489 "America / Canada",
490 "Remote",
491 "Europe",
492 "South Asia",
493 "Latin America",
494 "Southeast Asia",
495 "Africa",
496 "Middle East and North Africa",
497 "East Asia",
498 "Oceania",
499 "United States of America",
500 "Canada",
501 "Partly Remote",
502 "Fully Remote",
503 "United Kingdom",
504 "France",
505 "Germany",
506 "Spain",
507 "Denmark",
508 "Switzerland",
509 "Netherlands",
510 "Sweden",
511 "Ireland",
512 "Austria",
513 "Norway",
514 "Poland",
515 "Italy",
516 "Slovenia",
517 "Estonia",
518 "Finland",
519 "Greece",
520 "Portugal",
521 "Belgium",
522 "Romania",
523 "Ukraine",
524 "Belarus",
525 "Croatia",
526 "Cyprus",
527 "Czechia",
528 "Georgia",
529 "Hungary",
530 "Iceland",
531 "Latvia",
532 "Lithuania",
533 "Russia",
534 "Slovakia",
535 "India",
536 "Pakistan",
537 "Bangladesh",
538 "Nepal",
539 "Mexico",
540 "Brazil",
541 "Colombia",
542 "Argentina",
543 "Chile",
544 "Peru",
545 "Panama",
546 "Puerto Rico",
547 "Venezuela",
548 "Costa Rica",
549 "Ecuador",
550 "Uruguay",
551 "Singapore",
552 "Indonesia",
553 "Philippines",
554 "Malaysia",
555 "Vietnam",
556 "Thailand",
557 "Nigeria",
558 "Kenya",
559 "Ghana",
560 "Senegal",
561 "Ethiopia",
562 "South Africa",
563 "Uganda",
564 "Benin",
565 "Democratic Republic of the Congo",
566 "Ivory Coast",
567 "Namibia",
568 "Rwanda",
569 "Seychelles",
570 "Tanzania",
571 "Zambia",
572 "Israel",
573 "Egypt",
574 "United Arab Emirates",
575 "Saudi Arabia",
576 "Turkey",
577 "Morocco",
578 "Algeria",
579 "Armenia",
580 "Bahrain",
581 "Iraq",
582 "China",
583 "Hong Kong",
584 "South Korea",
585 "Japan",
586 "Australia",
587 "New Zealand"
588 ]
589 }
590 },
591 "top_company": {
592 "title": "💎 Top Companies",
593 "type": "boolean",
594 "description": "",
595 "default": false
596 },
597 "isHiring": {
598 "title": "Is Hiring",
599 "type": "boolean",
600 "description": "",
601 "default": false
602 },
603 "nonprofit": {
604 "title": "Nonprofit",
605 "type": "boolean",
606 "description": "",
607 "default": false
608 },
609 "min_team_size": {
610 "title": "Minimum Company Size",
611 "enum": [
612 "5",
613 "10",
614 "25",
615 "50",
616 "100",
617 "250",
618 "500",
619 "1000"
620 ],
621 "type": "string",
622 "description": "Please select number less than 'Maximum Company Size'."
623 },
624 "max_team_size": {
625 "title": "Maximum Company Size",
626 "enum": [
627 "5",
628 "10",
629 "25",
630 "50",
631 "100",
632 "250",
633 "500",
634 "1000"
635 ],
636 "type": "string",
637 "description": "Please select number greater than 'Minimum Company Size'."
638 },
639 "app_video_public": {
640 "title": "Public Application Video",
641 "type": "boolean",
642 "description": "",
643 "default": false
644 },
645 "demo_day_video_public": {
646 "title": "Public Demo Day Video",
647 "type": "boolean",
648 "description": "",
649 "default": false
650 },
651 "app_answers": {
652 "title": "Has Application Answers",
653 "type": "boolean",
654 "description": "",
655 "default": false
656 },
657 "question_answers": {
658 "title": "Has Bonus Questions",
659 "type": "boolean",
660 "description": "",
661 "default": false
662 },
663 "proxyConfiguration": {
664 "title": "Proxy configuration",
665 "type": "object",
666 "description": "Select the type of proxy to use. Residential proxies are the most guaranteed to success with least retries."
667 }
668 }
669 },
670 "runsResponseSchema": {
671 "type": "object",
672 "properties": {
673 "data": {
674 "type": "object",
675 "properties": {
676 "id": {
677 "type": "string"
678 },
679 "actId": {
680 "type": "string"
681 },
682 "userId": {
683 "type": "string"
684 },
685 "startedAt": {
686 "type": "string",
687 "format": "date-time",
688 "example": "2025-01-08T00:00:00.000Z"
689 },
690 "finishedAt": {
691 "type": "string",
692 "format": "date-time",
693 "example": "2025-01-08T00:00:00.000Z"
694 },
695 "status": {
696 "type": "string",
697 "example": "READY"
698 },
699 "meta": {
700 "type": "object",
701 "properties": {
702 "origin": {
703 "type": "string",
704 "example": "API"
705 },
706 "userAgent": {
707 "type": "string"
708 }
709 }
710 },
711 "stats": {
712 "type": "object",
713 "properties": {
714 "inputBodyLen": {
715 "type": "integer",
716 "example": 2000
717 },
718 "rebootCount": {
719 "type": "integer",
720 "example": 0
721 },
722 "restartCount": {
723 "type": "integer",
724 "example": 0
725 },
726 "resurrectCount": {
727 "type": "integer",
728 "example": 0
729 },
730 "computeUnits": {
731 "type": "integer",
732 "example": 0
733 }
734 }
735 },
736 "options": {
737 "type": "object",
738 "properties": {
739 "build": {
740 "type": "string",
741 "example": "latest"
742 },
743 "timeoutSecs": {
744 "type": "integer",
745 "example": 300
746 },
747 "memoryMbytes": {
748 "type": "integer",
749 "example": 1024
750 },
751 "diskMbytes": {
752 "type": "integer",
753 "example": 2048
754 }
755 }
756 },
757 "buildId": {
758 "type": "string"
759 },
760 "defaultKeyValueStoreId": {
761 "type": "string"
762 },
763 "defaultDatasetId": {
764 "type": "string"
765 },
766 "defaultRequestQueueId": {
767 "type": "string"
768 },
769 "buildNumber": {
770 "type": "string",
771 "example": "1.0.0"
772 },
773 "containerUrl": {
774 "type": "string"
775 },
776 "usage": {
777 "type": "object",
778 "properties": {
779 "ACTOR_COMPUTE_UNITS": {
780 "type": "integer",
781 "example": 0
782 },
783 "DATASET_READS": {
784 "type": "integer",
785 "example": 0
786 },
787 "DATASET_WRITES": {
788 "type": "integer",
789 "example": 0
790 },
791 "KEY_VALUE_STORE_READS": {
792 "type": "integer",
793 "example": 0
794 },
795 "KEY_VALUE_STORE_WRITES": {
796 "type": "integer",
797 "example": 1
798 },
799 "KEY_VALUE_STORE_LISTS": {
800 "type": "integer",
801 "example": 0
802 },
803 "REQUEST_QUEUE_READS": {
804 "type": "integer",
805 "example": 0
806 },
807 "REQUEST_QUEUE_WRITES": {
808 "type": "integer",
809 "example": 0
810 },
811 "DATA_TRANSFER_INTERNAL_GBYTES": {
812 "type": "integer",
813 "example": 0
814 },
815 "DATA_TRANSFER_EXTERNAL_GBYTES": {
816 "type": "integer",
817 "example": 0
818 },
819 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
820 "type": "integer",
821 "example": 0
822 },
823 "PROXY_SERPS": {
824 "type": "integer",
825 "example": 0
826 }
827 }
828 },
829 "usageTotalUsd": {
830 "type": "number",
831 "example": 0.00005
832 },
833 "usageUsd": {
834 "type": "object",
835 "properties": {
836 "ACTOR_COMPUTE_UNITS": {
837 "type": "integer",
838 "example": 0
839 },
840 "DATASET_READS": {
841 "type": "integer",
842 "example": 0
843 },
844 "DATASET_WRITES": {
845 "type": "integer",
846 "example": 0
847 },
848 "KEY_VALUE_STORE_READS": {
849 "type": "integer",
850 "example": 0
851 },
852 "KEY_VALUE_STORE_WRITES": {
853 "type": "number",
854 "example": 0.00005
855 },
856 "KEY_VALUE_STORE_LISTS": {
857 "type": "integer",
858 "example": 0
859 },
860 "REQUEST_QUEUE_READS": {
861 "type": "integer",
862 "example": 0
863 },
864 "REQUEST_QUEUE_WRITES": {
865 "type": "integer",
866 "example": 0
867 },
868 "DATA_TRANSFER_INTERNAL_GBYTES": {
869 "type": "integer",
870 "example": 0
871 },
872 "DATA_TRANSFER_EXTERNAL_GBYTES": {
873 "type": "integer",
874 "example": 0
875 },
876 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
877 "type": "integer",
878 "example": 0
879 },
880 "PROXY_SERPS": {
881 "type": "integer",
882 "example": 0
883 }
884 }
885 }
886 }
887 }
888 }
889 }
890 }
891 }
892}
YC 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 YC 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:
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
30 minutes
Price
$9.99