![Wellfound Startups Scraper avatar](https://images.apifyusercontent.com/rqzkNEJGizY-jyPeoE-ATRfv5rcfpQ5QxEgBvAv49Wo/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMuYW1hem9uYXdzLmNvbS9rV2VCY0RCWHIxUUZTZUhuSy9Kbll3Q3JpR0FONmRyamF6TS1TY3JlZW5zaG90XzIwMjMtMDUtMjVfYXRfMTIuMzYuMzgucG5n.webp)
Wellfound Startups Scraper
2 hours trial then $30.00/month - No credit card required now
This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?
See alternative Actors![Wellfound Startups Scraper](https://images.apifyusercontent.com/rqzkNEJGizY-jyPeoE-ATRfv5rcfpQ5QxEgBvAv49Wo/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMuYW1hem9uYXdzLmNvbS9rV2VCY0RCWHIxUUZTZUhuSy9Kbll3Q3JpR0FONmRyamF6TS1TY3JlZW5zaG90XzIwMjMtMDUtMjVfYXRfMTIuMzYuMzgucG5n.webp)
Wellfound Startups Scraper
2 hours trial then $30.00/month - No credit card required now
The Wellfound Startups Scraper is a tool that extracts key information from startup profiles listed on the Wellfound platform. This scraped data provides valuable insights about the startups, including their concept, location, name, logo, url, and many more.
You can access the Wellfound Startups 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.0",
5 "x-build-id": "VH7UuBWvNuOstXXQE"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/mscraper~wellfound-startups-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-mscraper-wellfound-startups-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/mscraper~wellfound-startups-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-mscraper-wellfound-startups-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/mscraper~wellfound-startups-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-mscraper-wellfound-startups-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 "required": [
134 "cookie",
135 "proxy",
136 "market",
137 "location"
138 ],
139 "properties": {
140 "cookie": {
141 "title": "Cookie",
142 "type": "string",
143 "description": "Paste the cookie from the EditThisCookie extension, obtained from the logged-in account"
144 },
145 "market": {
146 "title": "Market",
147 "enum": [
148 "all",
149 "aerospace",
150 "artificial-intelligence-machine-learning",
151 "biotechnology",
152 "clean-technology",
153 "consumer",
154 "cyber-security",
155 "developer-tools",
156 "e-commerce",
157 "education",
158 "enterprise-software",
159 "fintech-2",
160 "health-care",
161 "insurance",
162 "logistics",
163 "mental-health-3",
164 "real-estate-1",
165 "saas",
166 "web3-4"
167 ],
168 "type": "string",
169 "description": "Select your market",
170 "default": "web3-4"
171 },
172 "location": {
173 "title": "Location",
174 "enum": [
175 "all",
176 "albuquerque",
177 "ann-arbor",
178 "arlington-va",
179 "atlanta",
180 "austin",
181 "baltimore",
182 "baton-rouge",
183 "berkeley",
184 "birmingham-al",
185 "boise",
186 "boston",
187 "boulder",
188 "brooklyn",
189 "buffalo-1",
190 "cambridge-ma",
191 "charleston",
192 "charlotte",
193 "chicago",
194 "cincinnati",
195 "cleveland",
196 "colorado",
197 "columbus",
198 "dallas",
199 "dayton",
200 "denver",
201 "des-moines",
202 "detroit",
203 "durham",
204 "greensboro",
205 "hartford",
206 "houston",
207 "huntsville",
208 "indianapolis",
209 "jacksonville",
210 "jersey-city",
211 "kansas-city",
212 "las-vegas",
213 "lexington",
214 "lincoln",
215 "little-rock",
216 "los-angeles",
217 "louisville",
218 "madison",
219 "memphis",
220 "miami",
221 "milwaukee",
222 "minneapolis",
223 "nashville",
224 "new-orleans",
225 "new-york-city-ny",
226 "ogden",
227 "oklahoma-city",
228 "omaha",
229 "orlando",
230 "pensacola",
231 "peoria-il",
232 "philadelphia",
233 "phoenix",
234 "pittsburgh",
235 "portland",
236 "providence",
237 "provo",
238 "raleigh",
239 "reno",
240 "richmond",
241 "rochester",
242 "sacramento",
243 "salt-lake-city",
244 "san-antonio",
245 "san-diego",
246 "san-francisco",
247 "san-jose",
248 "san-luis-obispo",
249 "santa-cruz",
250 "scottsdale",
251 "seattle",
252 "spokane",
253 "saint-louis-1",
254 "tallahassee",
255 "trenton",
256 "tucson",
257 "tulsa",
258 "washington-dc",
259 "wichita",
260 "wilmington",
261 "alabama",
262 "alaska",
263 "arizona",
264 "arkansas",
265 "california",
266 "connecticut",
267 "delaware",
268 "district-of-columbia",
269 "florida",
270 "georgia",
271 "hawaii",
272 "idaho",
273 "illinois",
274 "indiana",
275 "iowa",
276 "kansas",
277 "kentucky",
278 "louisiana",
279 "maine",
280 "maryland",
281 "massachusetts",
282 "michigan",
283 "minnesota",
284 "mississippi",
285 "missouri",
286 "montana",
287 "nebraska",
288 "nevada",
289 "new-hampshire",
290 "new-jersey",
291 "new-mexico",
292 "new-york",
293 "north-carolina",
294 "north-dakota",
295 "ohio",
296 "oklahoma",
297 "oregon",
298 "pennsylvania",
299 "rhode-island",
300 "south-carolina",
301 "south-dakota",
302 "tennessee",
303 "texas",
304 "utah",
305 "vermont",
306 "virginia",
307 "washington",
308 "west-virginia",
309 "wisconsin",
310 "wyoming",
311 "remote-friendly",
312 "africa",
313 "alberta",
314 "amsterdam",
315 "argentina",
316 "asia",
317 "australia",
318 "austria",
319 "bangkok",
320 "barcelona",
321 "beijing",
322 "belfast",
323 "belgium",
324 "belgrade",
325 "bellevue",
326 "bangalore",
327 "berlin",
328 "bogota",
329 "brazil",
330 "brisbane",
331 "british-columbia",
332 "brussels",
333 "bucharest",
334 "budapest",
335 "buenos-aires-mexico",
336 "calgary",
337 "canada-startups",
338 "cape-town",
339 "madras",
340 "chile",
341 "china",
342 "cologne",
343 "colombia",
344 "copenhagen",
345 "costa-rica",
346 "cracow-banana",
347 "croatia",
348 "cuba",
349 "culver-city",
350 "czech-republic",
351 "czechia",
352 "new-delhi",
353 "denmark",
354 "dubai",
355 "dublin-oh",
356 "dusseldorf",
357 "edinburgh",
358 "estonia",
359 "europe",
360 "finland",
361 "fort-lauderdale",
362 "fort-worth",
363 "france",
364 "frankfurt",
365 "germany",
366 "greece",
367 "guadalajara",
368 "gurgaon",
369 "gurugram",
370 "hamburg",
371 "helsinki",
372 "hong-kong",
373 "hungary",
374 "hunterdon-county",
375 "hyderabad",
376 "india",
377 "indonesia",
378 "ireland",
379 "irvine",
380 "israel",
381 "istanbul-istanbul",
382 "italy",
383 "jaipur",
384 "jakarta-special-capital-region-of-jakarta",
385 "japan",
386 "karnataka",
387 "kitchener",
388 "kuala-lumpur-1",
389 "lagos",
390 "latvia",
391 "lehi",
392 "lisbon",
393 "lithuania",
394 "london",
395 "luxembourg",
396 "madrid-colombia",
397 "maharashtra",
398 "malaysia",
399 "malta",
400 "manchester",
401 "manila",
402 "mclean-1",
403 "medellin",
404 "melbourne",
405 "menlo-park",
406 "mexico",
407 "mexico-city",
408 "middle-east",
409 "milan-1",
410 "montreal",
411 "mountain-view-1",
412 "mumbai",
413 "munich",
414 "netherlands",
415 "delhi-in",
416 "new-england",
417 "new-south-wales",
418 "new-zealand",
419 "noida",
420 "northern-california",
421 "norway",
422 "oakland",
423 "oceania",
424 "orange-county",
425 "ottawa",
426 "palo-alto",
427 "paris",
428 "philippines",
429 "poland",
430 "porto",
431 "portugal",
432 "pune",
433 "qc-ca",
434 "redwood-city",
435 "romania",
436 "russia",
437 "saint-louis",
438 "san-diego-county",
439 "san-mateo",
440 "santa-clara",
441 "santa-monica",
442 "sao-paulo",
443 "scandinavia",
444 "seoul",
445 "shanghai",
446 "shenzhen",
447 "silicon-valley",
448 "singapore",
449 "slovakia",
450 "slovenia",
451 "south-africa",
452 "south-america",
453 "south-san-francisco",
454 "southern-california",
455 "spain",
456 "stockholm",
457 "sunnyvale",
458 "sweden",
459 "switzerland",
460 "sydney",
461 "tallinn",
462 "tamil-nadu",
463 "tampa",
464 "tel-aviv-rivas",
465 "tempe",
466 "thailand",
467 "tokyo",
468 "toronto",
469 "ukraine",
470 "united-arab-emirates",
471 "united-kingdom",
472 "united-states",
473 "utrecht",
474 "uttar-pradesh",
475 "vancouver",
476 "victoria",
477 "vienna",
478 "vietnam",
479 "warsaw",
480 "zurich"
481 ],
482 "type": "string",
483 "description": "Select your location",
484 "default": "czech-republic"
485 },
486 "proxy": {
487 "title": "Proxy configuration",
488 "type": "object",
489 "description": "Select proxies to be used by your crawler. Use RESIDENTIAL proxies."
490 },
491 "includeStartupCompanyProfile": {
492 "title": "Include Startup Company Profile",
493 "type": "boolean",
494 "description": "",
495 "default": false
496 },
497 "includeStartupOverview": {
498 "title": "Include Startup Overview",
499 "type": "boolean",
500 "description": "",
501 "default": false
502 },
503 "includeStartupJobs": {
504 "title": "Include Startup Jobs (100)",
505 "type": "boolean",
506 "description": "",
507 "default": false
508 }
509 }
510 },
511 "runsResponseSchema": {
512 "type": "object",
513 "properties": {
514 "data": {
515 "type": "object",
516 "properties": {
517 "id": {
518 "type": "string"
519 },
520 "actId": {
521 "type": "string"
522 },
523 "userId": {
524 "type": "string"
525 },
526 "startedAt": {
527 "type": "string",
528 "format": "date-time",
529 "example": "2025-01-08T00:00:00.000Z"
530 },
531 "finishedAt": {
532 "type": "string",
533 "format": "date-time",
534 "example": "2025-01-08T00:00:00.000Z"
535 },
536 "status": {
537 "type": "string",
538 "example": "READY"
539 },
540 "meta": {
541 "type": "object",
542 "properties": {
543 "origin": {
544 "type": "string",
545 "example": "API"
546 },
547 "userAgent": {
548 "type": "string"
549 }
550 }
551 },
552 "stats": {
553 "type": "object",
554 "properties": {
555 "inputBodyLen": {
556 "type": "integer",
557 "example": 2000
558 },
559 "rebootCount": {
560 "type": "integer",
561 "example": 0
562 },
563 "restartCount": {
564 "type": "integer",
565 "example": 0
566 },
567 "resurrectCount": {
568 "type": "integer",
569 "example": 0
570 },
571 "computeUnits": {
572 "type": "integer",
573 "example": 0
574 }
575 }
576 },
577 "options": {
578 "type": "object",
579 "properties": {
580 "build": {
581 "type": "string",
582 "example": "latest"
583 },
584 "timeoutSecs": {
585 "type": "integer",
586 "example": 300
587 },
588 "memoryMbytes": {
589 "type": "integer",
590 "example": 1024
591 },
592 "diskMbytes": {
593 "type": "integer",
594 "example": 2048
595 }
596 }
597 },
598 "buildId": {
599 "type": "string"
600 },
601 "defaultKeyValueStoreId": {
602 "type": "string"
603 },
604 "defaultDatasetId": {
605 "type": "string"
606 },
607 "defaultRequestQueueId": {
608 "type": "string"
609 },
610 "buildNumber": {
611 "type": "string",
612 "example": "1.0.0"
613 },
614 "containerUrl": {
615 "type": "string"
616 },
617 "usage": {
618 "type": "object",
619 "properties": {
620 "ACTOR_COMPUTE_UNITS": {
621 "type": "integer",
622 "example": 0
623 },
624 "DATASET_READS": {
625 "type": "integer",
626 "example": 0
627 },
628 "DATASET_WRITES": {
629 "type": "integer",
630 "example": 0
631 },
632 "KEY_VALUE_STORE_READS": {
633 "type": "integer",
634 "example": 0
635 },
636 "KEY_VALUE_STORE_WRITES": {
637 "type": "integer",
638 "example": 1
639 },
640 "KEY_VALUE_STORE_LISTS": {
641 "type": "integer",
642 "example": 0
643 },
644 "REQUEST_QUEUE_READS": {
645 "type": "integer",
646 "example": 0
647 },
648 "REQUEST_QUEUE_WRITES": {
649 "type": "integer",
650 "example": 0
651 },
652 "DATA_TRANSFER_INTERNAL_GBYTES": {
653 "type": "integer",
654 "example": 0
655 },
656 "DATA_TRANSFER_EXTERNAL_GBYTES": {
657 "type": "integer",
658 "example": 0
659 },
660 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
661 "type": "integer",
662 "example": 0
663 },
664 "PROXY_SERPS": {
665 "type": "integer",
666 "example": 0
667 }
668 }
669 },
670 "usageTotalUsd": {
671 "type": "number",
672 "example": 0.00005
673 },
674 "usageUsd": {
675 "type": "object",
676 "properties": {
677 "ACTOR_COMPUTE_UNITS": {
678 "type": "integer",
679 "example": 0
680 },
681 "DATASET_READS": {
682 "type": "integer",
683 "example": 0
684 },
685 "DATASET_WRITES": {
686 "type": "integer",
687 "example": 0
688 },
689 "KEY_VALUE_STORE_READS": {
690 "type": "integer",
691 "example": 0
692 },
693 "KEY_VALUE_STORE_WRITES": {
694 "type": "number",
695 "example": 0.00005
696 },
697 "KEY_VALUE_STORE_LISTS": {
698 "type": "integer",
699 "example": 0
700 },
701 "REQUEST_QUEUE_READS": {
702 "type": "integer",
703 "example": 0
704 },
705 "REQUEST_QUEUE_WRITES": {
706 "type": "integer",
707 "example": 0
708 },
709 "DATA_TRANSFER_INTERNAL_GBYTES": {
710 "type": "integer",
711 "example": 0
712 },
713 "DATA_TRANSFER_EXTERNAL_GBYTES": {
714 "type": "integer",
715 "example": 0
716 },
717 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
718 "type": "integer",
719 "example": 0
720 },
721 "PROXY_SERPS": {
722 "type": "integer",
723 "example": 0
724 }
725 }
726 }
727 }
728 }
729 }
730 }
731 }
732 }
733}
Wellfound Startups 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 Wellfound Startups 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:
Actor Metrics
2 monthly users
-
0 No stars yet
>99% runs succeeded
Created in Jun 2023
Modified 2 years ago