{
  "openapi": "3.0.1",
  "info": {
    "title": "Gum Road Discover Products Scraper",
    "description": "Scrape/Discover products from GumRoad.com",
    "version": "0.0",
    "x-build-id": "u7I6QiOGJbMijwr03"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/scraped~gum-road-discover-products-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-scraped-gum-road-discover-products-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/scraped~gum-road-discover-products-scraper/runs": {
      "post": {
        "operationId": "runs-sync-scraped-gum-road-discover-products-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/scraped~gum-road-discover-products-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-scraped-gum-road-discover-products-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "rating": {
            "title": "Product Rating",
            "minimum": 1,
            "maximum": 4,
            "type": "integer",
            "description": "The rating filter for products. 1 to 4."
          },
          "min_price": {
            "title": "Minimum Price",
            "minimum": 0,
            "type": "integer",
            "description": "The minimum price to filter the products."
          },
          "max_price": {
            "title": "Maximum Price",
            "minimum": 0,
            "type": "integer",
            "description": "The maximum price to filter the products."
          },
          "filetypes": {
            "title": "File Types",
            "type": "array",
            "description": "Array of file types to filter by.",
            "items": {
              "type": "string",
              "enum": [
                "zip",
                "pdf",
                "mp4",
                "rar",
                "unitypackage",
                "png",
                "jpg",
                "mov"
              ]
            }
          },
          "category": {
            "title": "Product Category",
            "enum": [
              "drawing-and-painting",
              "drawing-and-painting/artwork-and-commissions",
              "drawing-and-painting/digital-illustration",
              "drawing-and-painting/traditional-art",
              "design",
              "design/architecture",
              "design/branding",
              "design/entertainment-design",
              "design/fashion-design",
              "design/fonts",
              "design/graphics",
              "design/icons",
              "design/industrial-design",
              "design/interior-design",
              "design/print-and-packaging",
              "design/ui-and-web",
              "design/wallpapers",
              "3d",
              "3d/3d-assets",
              "3d/3d-modeling",
              "3d/animating",
              "3d/arvr",
              "3d/avatars",
              "3d/character-design",
              "3d/rigging",
              "3d/textures",
              "3d/vrchat",
              "self-improvement",
              "self-improvement/cooking",
              "self-improvement/crafts-and-dyi",
              "self-improvement/dating-and-relationships",
              "self-improvement/outdoors",
              "self-improvement/philosophy",
              "self-improvement/productivity",
              "self-improvement/psychology",
              "self-improvement/spirituality",
              "self-improvement/travel",
              "self-improvement/weddings",
              "self-improvement/wellness",
              "music-and-sound-design",
              "music-and-sound-design/dance-and-theater",
              "music-and-sound-design/instruments",
              "music-and-sound-design/sound-design",
              "music-and-sound-design/vocal",
              "music-and-sound-design/sound-design/plugins",
              "music-and-sound-design/sound-design/plugins/fl-studio",
              "music-and-sound-design/sound-design/plugins/ableton",
              "music-and-sound-design/sound-design/plugins/logic-pro",
              "music-and-sound-design/sound-design/plugins/other",
              "films",
              "films/comedy",
              "films/dance",
              "films/documentary",
              "films/movie",
              "films/performance",
              "films/short-film",
              "films/sports-events",
              "films/theater",
              "films/video-production-and-editing",
              "films/videography",
              "business-and-money",
              "software-development",
              "software-development/programming",
              "software-development/programming/python",
              "software-development/programming/web-development",
              "software-development/programming/ai",
              "software-development/hardware",
              "software-development/hardware/raspberry-pi",
              "software-development/hardware/arduino",
              "software-development/hardware/home-automation",
              "software-development/hardware/electronics",
              "software-development/hardware/other",
              "software-development/app-development",
              "software-development/web-development",
              "education",
              "education/classroom",
              "education/teaching",
              "education/learning",
              "education/kids",
              "education/teaching-resources",
              "education/learning-activities",
              "education/learning-materials",
              "gaming",
              "gaming/computer-video-games",
              "gaming/roleplaying-games",
              "gaming/board-games",
              "gaming/avatar",
              "gaming/vrchat",
              "gaming/mobile-games",
              "gaming/mobile-mid-core",
              "gaming/mobile-role-playing-games",
              "gaming/mobile-squad-rpg",
              "gaming/game-genre-puzzle",
              "gaming/game-genre-strategy",
              "gaming/game-genre-simulation",
              "gaming/game-genre-casual",
              "gaming/game-genre-rpg",
              "gaming/game-genre-sports",
              "gaming/game-distribution",
              "gaming/game-publishers",
              "photography",
              "writing-and-publishing",
              "fitness-and-health",
              "comics-and-graphic-novels",
              "fiction-books",
              "fiction-books/mystery",
              "fiction-books/childrens-books",
              "fiction-books/fantasy",
              "fiction-books/teen-and-young-adult",
              "audio",
              "audio/sound-effects",
              "audio/music-loops",
              "audio/ambient-sounds",
              "audio/miscellaneous",
              "recorded-music",
              "recorded-music/instrumental",
              "recorded-music/royalty-free",
              "recorded-music/background",
              "recorded-music/for-videos",
              "recorded-music/hip-hop",
              "recorded-music/dance-and-electronic",
              "recorded-music/singles",
              "other",
              "other/ebooks",
              "other/templates",
              "other/printables",
              "other/patterns",
              "other/miscellaneous"
            ],
            "type": "string",
            "description": "The category of products to filter by."
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}