![Gumroad Scraper avatar](https://images.apifyusercontent.com/A0dvuV-dRINIkFrNmp_h69Af0eQmC-_NsfHPN1TRYRY/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vY2N6Tmt6bDZkSmtuVWd4N1UvM0c2eWRDZnBlZ2hnOUNjZlctTXF1ZTJiaDBfNDAweDQwMC5qcGc.webp)
Gumroad Scraper
1 day trial then $19.99/month - No credit card required now
![Gumroad Scraper](https://images.apifyusercontent.com/A0dvuV-dRINIkFrNmp_h69Af0eQmC-_NsfHPN1TRYRY/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vY2N6Tmt6bDZkSmtuVWd4N1UvM0c2eWRDZnBlZ2hnOUNjZlctTXF1ZTJiaDBfNDAweDQwMC5qcGc.webp)
Gumroad Scraper
1 day trial then $19.99/month - No credit card required now
Powerful Gumroad product scraper that extracts digital products, courses, and assets with advanced filtering options. Search by category, price range, rating, and file type. Supports unlimited product collection with structured data output including seller details, ratings, and pricing information.
You can access the Gumroad 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": "HKtGBAYzYmoB4kXWO"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/muhammetakkurtt~gumroad-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-muhammetakkurtt-gumroad-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/muhammetakkurtt~gumroad-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-muhammetakkurtt-gumroad-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/muhammetakkurtt~gumroad-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-muhammetakkurtt-gumroad-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 "category"
135 ],
136 "properties": {
137 "category": {
138 "title": "Category Hierarchy",
139 "enum": [
140 "all_products",
141 "art_draw",
142 "art_commission",
143 "art_digital",
144 "art_digital_course",
145 "art_digital_brush",
146 "art_digital_brush_blender",
147 "art_digital_brush_ps",
148 "art_digital_brush_procreate",
149 "art_digital_kit",
150 "art_digital_texture",
151 "art_traditional",
152 "design_main",
153 "design_arch",
154 "design_brand",
155 "design_brand_cards",
156 "design_brand_logo",
157 "design_brand_social",
158 "design_entertain",
159 "design_fashion",
160 "design_fonts",
161 "design_graphics",
162 "design_graphics_assets",
163 "design_graphics_social",
164 "design_graphics_mock",
165 "design_graphics_mock_canva",
166 "design_graphics_mock_ai",
167 "design_graphics_mock_id",
168 "design_graphics_mock_ps",
169 "design_graphics_texture",
170 "design_graphics_vector",
171 "design_icons",
172 "design_icons_3d",
173 "design_icons_ios",
174 "design_icons_vector",
175 "design_industrial",
176 "design_interior",
177 "design_print",
178 "design_print_canva",
179 "design_print_ai",
180 "design_print_id",
181 "design_print_ppt",
182 "design_ui",
183 "design_ui_adobe",
184 "design_ui_figma",
185 "design_ui_html",
186 "design_ui_xd",
187 "design_wall",
188 "3d_main",
189 "3d_assets",
190 "3d_assets_3dsmax",
191 "3d_assets_acc",
192 "3d_assets_acc_bags",
193 "3d_assets_acc_belts",
194 "3d_assets_acc_chokers",
195 "3d_assets_acc_gloves",
196 "3d_assets_acc_harness",
197 "3d_assets_acc_jewelry",
198 "3d_assets_acc_masks",
199 "3d_assets_acc_wings",
200 "3d_assets_avatar",
201 "3d_assets_avatar_base",
202 "3d_assets_avatar_ears",
203 "3d_assets_avatar_feet",
204 "3d_assets_avatar_hair",
205 "3d_assets_avatar_head",
206 "3d_assets_avatar_horns",
207 "3d_assets_avatar_tails",
208 "3d_assets_blender",
209 "3d_assets_c4d",
210 "3d_assets_cloth",
211 "3d_assets_cloth_body",
212 "3d_assets_cloth_bottom",
213 "3d_assets_cloth_bra",
214 "3d_assets_cloth_dress",
215 "3d_assets_cloth_jacket",
216 "3d_assets_cloth_lingerie",
217 "3d_assets_cloth_outfit",
218 "3d_assets_cloth_pants",
219 "3d_assets_cloth_shirt",
220 "3d_assets_cloth_shorts",
221 "3d_assets_cloth_skirt",
222 "3d_assets_cloth_sweater",
223 "3d_assets_cloth_swim",
224 "3d_assets_cloth_top",
225 "3d_assets_cloth_under",
226 "3d_assets_foot",
227 "3d_assets_foot_boots",
228 "3d_assets_foot_legging",
229 "3d_assets_foot_shoes",
230 "3d_assets_foot_socks",
231 "3d_assets_foot_stock",
232 "3d_assets_head",
233 "3d_assets_head_hats",
234 "3d_assets_maya",
235 "3d_assets_modo",
236 "3d_assets_props",
237 "3d_assets_props_comp",
238 "3d_assets_props_hand",
239 "3d_assets_props_plush",
240 "3d_assets_props_prefab",
241 "3d_assets_props_weapon",
242 "3d_assets_sketchup",
243 "3d_assets_unity",
244 "3d_assets_unity_anim",
245 "3d_assets_unity_fx",
246 "3d_assets_unity_shader",
247 "3d_assets_unreal",
248 "3d_assets_zbrush",
249 "3d_modeling",
250 "3d_animation",
251 "3d_arvr",
252 "3d_arvr_spark",
253 "3d_avatar",
254 "3d_avatar_female",
255 "3d_avatar_male",
256 "3d_avatar_nb",
257 "3d_avatar_opt",
258 "3d_avatar_quest",
259 "3d_avatar_species",
260 "3d_character",
261 "3d_rigging",
262 "3d_texture",
263 "3d_texture_base",
264 "3d_texture_eyes",
265 "3d_texture_face",
266 "3d_texture_icons",
267 "3d_texture_matcap",
268 "3d_texture_pbr",
269 "3d_texture_tattoo",
270 "3d_vrchat",
271 "3d_vrchat_avatar",
272 "3d_vrchat_follow",
273 "3d_vrchat_osc",
274 "3d_vrchat_setup",
275 "3d_vrchat_spring",
276 "3d_vrchat_tools",
277 "3d_vrchat_guide",
278 "3d_vrchat_world_const",
279 "3d_vrchat_worlds",
280 "3d_vrchat_worlds_asset",
281 "3d_vrchat_worlds_midi",
282 "3d_vrchat_worlds_quest",
283 "3d_vrchat_worlds_tools",
284 "3d_vrchat_worlds_udon",
285 "3d_vrchat_worlds_udon_sys",
286 "3d_vrchat_worlds_udon2",
287 "self_main",
288 "self_cook",
289 "self_cook_nutri",
290 "self_cook_recipe",
291 "self_cook_vegan",
292 "self_craft",
293 "self_craft_3dprint",
294 "self_craft_auto",
295 "self_craft_board",
296 "self_craft_child",
297 "self_craft_jewelry",
298 "self_craft_lego",
299 "self_craft_paper",
300 "self_craft_sew",
301 "self_craft_sew_course",
302 "self_craft_sew_kit",
303 "self_craft_wood",
304 "self_craft_wood_course",
305 "self_craft_wood_kit",
306 "self_dating",
307 "self_outdoor",
308 "self_outdoor_fish",
309 "self_outdoor_hunt",
310 "self_outdoor_trek",
311 "self_philo",
312 "self_product",
313 "self_psych",
314 "self_spirit",
315 "self_spirit_astro",
316 "self_spirit_magic",
317 "self_spirit_medit",
318 "self_spirit_mystic",
319 "self_spirit_mystic_tarot",
320 "self_spirit_wicca",
321 "self_travel",
322 "self_wedding",
323 "self_wellness",
324 "music_main",
325 "music_dance",
326 "music_dance_dance",
327 "music_dance_theater",
328 "music_instrument",
329 "music_instrument_guitar",
330 "music_instrument_piano",
331 "music_sound",
332 "music_sound_course",
333 "music_sound_plugin",
334 "music_sound_plugin_ableton",
335 "music_sound_plugin_fl",
336 "music_sound_plugin_logic",
337 "music_sound_sample",
338 "music_sound_sheet",
339 "music_vocal",
340 "film_main",
341 "film_comedy",
342 "film_comedy_sketch",
343 "film_comedy_standup",
344 "film_dance",
345 "film_doc",
346 "film_movie",
347 "film_movie_action",
348 "film_movie_anim",
349 "film_movie_anime",
350 "film_movie_black",
351 "film_movie_classic",
352 "film_movie_drama",
353 "film_movie_faith",
354 "film_movie_foreign",
355 "film_movie_horror",
356 "film_movie_bollywood",
357 "film_movie_indie",
358 "film_movie_family",
359 "film_movie_lgbtq",
360 "film_movie_music",
361 "film_movie_romance",
362 "film_movie_scifi",
363 "film_movie_western",
364 "film_perform",
365 "film_short",
366 "film_sports",
367 "film_theater",
368 "film_prod",
369 "film_prod_course",
370 "film_prod_luts",
371 "film_prod_stock",
372 "film_prod_asset",
373 "film_prod_asset_ae",
374 "film_prod_asset_c4d",
375 "film_prod_asset_pr",
376 "film_video",
377 "dev_main",
378 "dev_app",
379 "dev_app_react",
380 "dev_app_swift",
381 "dev_hw",
382 "dev_hw_pi",
383 "dev_prog",
384 "dev_prog_cs",
385 "dev_prog_py",
386 "dev_plugin",
387 "dev_plugin_vscode",
388 "dev_plugin_wp",
389 "dev_web",
390 "dev_web_aws",
391 "dev_web_js",
392 "dev_web_js_react",
393 "dev_web_ruby",
394 "biz_main",
395 "biz_account",
396 "biz_entre",
397 "biz_entre_course",
398 "biz_entre_podcast",
399 "biz_entre_resource",
400 "biz_gigs",
401 "biz_invest",
402 "biz_manage",
403 "biz_market",
404 "biz_market_analytics",
405 "biz_market_email",
406 "biz_market_social",
407 "biz_network",
408 "biz_finance",
409 "biz_estate",
410 "edu_main",
411 "edu_class",
412 "edu_english",
413 "edu_history",
414 "edu_math",
415 "edu_science",
416 "edu_science_med",
417 "edu_social",
418 "edu_social_hist",
419 "edu_social_law",
420 "edu_social_pol",
421 "edu_special",
422 "edu_test",
423 "game_main",
424 "game_gamble",
425 "game_stream",
426 "photo_main",
427 "photo_cosplay",
428 "photo_course",
429 "photo_preset",
430 "photo_ref",
431 "photo_stock",
432 "write_main",
433 "write_course",
434 "write_resource",
435 "comic_main",
436 "health_main",
437 "health_exercise",
438 "health_run",
439 "health_sport",
440 "health_weight",
441 "health_yoga",
442 "audio_main",
443 "audio_asmr",
444 "audio_heal",
445 "audio_hypno",
446 "audio_sleep",
447 "audio_sublim",
448 "audio_voice",
449 "book_main",
450 "book_child",
451 "book_fantasy",
452 "book_mystery",
453 "book_romance",
454 "book_scifi",
455 "book_ya",
456 "music_rec",
457 "music_rec_album",
458 "music_rec_single",
459 "music_rec_single_alt",
460 "music_rec_single_blues",
461 "music_rec_single_bway",
462 "music_rec_single_child",
463 "music_rec_single_christ",
464 "music_rec_single_classic_rock",
465 "music_rec_single_classical",
466 "music_rec_single_comedy",
467 "music_rec_single_country",
468 "music_rec_single_dance",
469 "music_rec_single_folk",
470 "music_rec_single_gospel",
471 "music_rec_single_metal",
472 "music_rec_single_holiday",
473 "music_rec_single_jazz",
474 "music_rec_single_latin",
475 "music_rec_single_newage",
476 "music_rec_single_opera",
477 "music_rec_single_pop",
478 "music_rec_single_rap",
479 "music_rec_single_rnb",
480 "music_rec_single_rock",
481 "music_rec_single_sound",
482 "music_rec_single_world",
483 "other_main"
484 ],
485 "type": "string",
486 "description": "Select a category (or 'All Products' to scrape without category filtering)",
487 "default": "all_products"
488 },
489 "fileType": {
490 "title": "File Types",
491 "uniqueItems": true,
492 "type": "array",
493 "description": "Select one or more file types (empty = all types)",
494 "items": {
495 "type": "string",
496 "enum": [
497 "pdf",
498 "zip",
499 "mp4",
500 "rar",
501 "jpg",
502 "mp3",
503 "png",
504 "mov",
505 "mid",
506 "amxd",
507 "wav",
508 "txt",
509 "exe",
510 "7z",
511 "epub",
512 "unitypackage",
513 "fbx",
514 "spp",
515 "blend",
516 "obj",
517 "stl",
518 "mtl",
519 "docx",
520 "link",
521 "ogg",
522 "synthesia",
523 "sib",
524 "m4v",
525 "psd",
526 "fig",
527 "brushset",
528 "scs",
529 "mobi",
530 "doc",
531 "xlsx",
532 "sbs",
533 "json"
534 ],
535 "enumTitles": [
536 "PDF",
537 "ZIP",
538 "MP4",
539 "RAR",
540 "JPG",
541 "MP3",
542 "PNG",
543 "MOV",
544 "MIDI",
545 "Ableton Device",
546 "WAV",
547 "Text",
548 "Executable",
549 "7-Zip",
550 "EPUB",
551 "Unity Package",
552 "FBX",
553 "Substance Painter",
554 "Blender",
555 "OBJ",
556 "STL",
557 "MTL",
558 "Word Document",
559 "External Link",
560 "OGG",
561 "Synthesia",
562 "Sibelius",
563 "M4V",
564 "Photoshop",
565 "Figma",
566 "Brush Set",
567 "SCS",
568 "Mobi",
569 "DOC",
570 "Excel",
571 "Substance Designer",
572 "JSON"
573 ]
574 },
575 "default": []
576 },
577 "sort": {
578 "title": "Sort By",
579 "enum": [
580 "trending",
581 "hot_and_new",
582 "best_sellers"
583 ],
584 "type": "string",
585 "description": "Sort products by",
586 "default": "trending"
587 },
588 "maxProducts": {
589 "title": "Maximum Products",
590 "minimum": 0,
591 "maximum": 10000,
592 "type": "integer",
593 "description": "Maximum number of products to collect (0-10000)",
594 "default": 100
595 },
596 "minPrice": {
597 "title": "Minimum Price (USD)",
598 "minimum": 0,
599 "type": "integer",
600 "description": "Minimum price in USD (0 = no minimum)",
601 "default": 0
602 },
603 "maxPrice": {
604 "title": "Maximum Price (USD)",
605 "minimum": 0,
606 "type": "integer",
607 "description": "Maximum price in USD (0 = no maximum)",
608 "default": 0
609 },
610 "minRating": {
611 "title": "Minimum Rating",
612 "minimum": 0,
613 "maximum": 4,
614 "type": "integer",
615 "description": "Minimum product rating (0 = no filter, 1-4 = filter by rating)",
616 "default": 0
617 },
618 "proxyConfiguration": {
619 "title": "Proxy Configuration",
620 "type": "object",
621 "description": "Using a proxy is recommended for faster and more reliable results",
622 "default": {
623 "useApifyProxy": true,
624 "groups": [
625 "RESIDENTIAL"
626 ]
627 }
628 }
629 }
630 },
631 "runsResponseSchema": {
632 "type": "object",
633 "properties": {
634 "data": {
635 "type": "object",
636 "properties": {
637 "id": {
638 "type": "string"
639 },
640 "actId": {
641 "type": "string"
642 },
643 "userId": {
644 "type": "string"
645 },
646 "startedAt": {
647 "type": "string",
648 "format": "date-time",
649 "example": "2025-01-08T00:00:00.000Z"
650 },
651 "finishedAt": {
652 "type": "string",
653 "format": "date-time",
654 "example": "2025-01-08T00:00:00.000Z"
655 },
656 "status": {
657 "type": "string",
658 "example": "READY"
659 },
660 "meta": {
661 "type": "object",
662 "properties": {
663 "origin": {
664 "type": "string",
665 "example": "API"
666 },
667 "userAgent": {
668 "type": "string"
669 }
670 }
671 },
672 "stats": {
673 "type": "object",
674 "properties": {
675 "inputBodyLen": {
676 "type": "integer",
677 "example": 2000
678 },
679 "rebootCount": {
680 "type": "integer",
681 "example": 0
682 },
683 "restartCount": {
684 "type": "integer",
685 "example": 0
686 },
687 "resurrectCount": {
688 "type": "integer",
689 "example": 0
690 },
691 "computeUnits": {
692 "type": "integer",
693 "example": 0
694 }
695 }
696 },
697 "options": {
698 "type": "object",
699 "properties": {
700 "build": {
701 "type": "string",
702 "example": "latest"
703 },
704 "timeoutSecs": {
705 "type": "integer",
706 "example": 300
707 },
708 "memoryMbytes": {
709 "type": "integer",
710 "example": 1024
711 },
712 "diskMbytes": {
713 "type": "integer",
714 "example": 2048
715 }
716 }
717 },
718 "buildId": {
719 "type": "string"
720 },
721 "defaultKeyValueStoreId": {
722 "type": "string"
723 },
724 "defaultDatasetId": {
725 "type": "string"
726 },
727 "defaultRequestQueueId": {
728 "type": "string"
729 },
730 "buildNumber": {
731 "type": "string",
732 "example": "1.0.0"
733 },
734 "containerUrl": {
735 "type": "string"
736 },
737 "usage": {
738 "type": "object",
739 "properties": {
740 "ACTOR_COMPUTE_UNITS": {
741 "type": "integer",
742 "example": 0
743 },
744 "DATASET_READS": {
745 "type": "integer",
746 "example": 0
747 },
748 "DATASET_WRITES": {
749 "type": "integer",
750 "example": 0
751 },
752 "KEY_VALUE_STORE_READS": {
753 "type": "integer",
754 "example": 0
755 },
756 "KEY_VALUE_STORE_WRITES": {
757 "type": "integer",
758 "example": 1
759 },
760 "KEY_VALUE_STORE_LISTS": {
761 "type": "integer",
762 "example": 0
763 },
764 "REQUEST_QUEUE_READS": {
765 "type": "integer",
766 "example": 0
767 },
768 "REQUEST_QUEUE_WRITES": {
769 "type": "integer",
770 "example": 0
771 },
772 "DATA_TRANSFER_INTERNAL_GBYTES": {
773 "type": "integer",
774 "example": 0
775 },
776 "DATA_TRANSFER_EXTERNAL_GBYTES": {
777 "type": "integer",
778 "example": 0
779 },
780 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
781 "type": "integer",
782 "example": 0
783 },
784 "PROXY_SERPS": {
785 "type": "integer",
786 "example": 0
787 }
788 }
789 },
790 "usageTotalUsd": {
791 "type": "number",
792 "example": 0.00005
793 },
794 "usageUsd": {
795 "type": "object",
796 "properties": {
797 "ACTOR_COMPUTE_UNITS": {
798 "type": "integer",
799 "example": 0
800 },
801 "DATASET_READS": {
802 "type": "integer",
803 "example": 0
804 },
805 "DATASET_WRITES": {
806 "type": "integer",
807 "example": 0
808 },
809 "KEY_VALUE_STORE_READS": {
810 "type": "integer",
811 "example": 0
812 },
813 "KEY_VALUE_STORE_WRITES": {
814 "type": "number",
815 "example": 0.00005
816 },
817 "KEY_VALUE_STORE_LISTS": {
818 "type": "integer",
819 "example": 0
820 },
821 "REQUEST_QUEUE_READS": {
822 "type": "integer",
823 "example": 0
824 },
825 "REQUEST_QUEUE_WRITES": {
826 "type": "integer",
827 "example": 0
828 },
829 "DATA_TRANSFER_INTERNAL_GBYTES": {
830 "type": "integer",
831 "example": 0
832 },
833 "DATA_TRANSFER_EXTERNAL_GBYTES": {
834 "type": "integer",
835 "example": 0
836 },
837 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
838 "type": "integer",
839 "example": 0
840 },
841 "PROXY_SERPS": {
842 "type": "integer",
843 "example": 0
844 }
845 }
846 }
847 }
848 }
849 }
850 }
851 }
852 }
853}
Gumroad 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 Gumroad 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
4 monthly users
-
1 star
>99% runs succeeded
Created in Jan 2025
Modified 16 days ago