{
  "openapi": "3.0.1",
  "info": {
    "title": "Kickstarter Crowdfunding Campaign Scraper",
    "description": "Scrape Kickstarter campaigns across the whole site — all 15 categories and 154 subcategories — with funding goal, amount pledged, percent funded, backer count, creator history, launch date and deadline. Pick any mix of categories, or crawl everything.",
    "version": "0.2",
    "x-build-id": "s152F3tRqC88fCm2H"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/jungle_synthesizer~kickstarter-tabletop-crowdfunding-tracker-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-jungle_synthesizer-kickstarter-tabletop-crowdfunding-tracker-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/jungle_synthesizer~kickstarter-tabletop-crowdfunding-tracker-scraper/runs": {
      "post": {
        "operationId": "runs-sync-jungle_synthesizer-kickstarter-tabletop-crowdfunding-tracker-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/jungle_synthesizer~kickstarter-tabletop-crowdfunding-tracker-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-jungle_synthesizer-kickstarter-tabletop-crowdfunding-tracker-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",
        "required": [
          "maxItems"
        ],
        "properties": {
          "sp_intended_usage": {
            "title": "What is the intended usage of this data?",
            "minLength": 1,
            "type": "string",
            "description": "What will this data feed? E.g. lead lists, KYB checks, price tracking."
          },
          "sp_improvement_suggestions": {
            "title": "How can we improve this crawler for you?",
            "minLength": 1,
            "type": "string",
            "description": "Provide any feedback or suggestions for improvements."
          },
          "sp_contact": {
            "title": "Contact email (optional)",
            "minLength": 1,
            "type": "string",
            "description": "We'll personally help with your use case. No spam."
          },
          "resumeCursor": {
            "title": "Resume cursor (continue a previous run)",
            "type": "string",
            "description": "Leave empty for a fresh crawl. To CONTINUE a previous run where it stopped — without paying again for records you already received — paste the `resumeCursor` value from that run's Output (the run's OUTPUT key). Resume promptly: the previous run's data expires with your account's retention window (free tier: your ~10 most recent runs)."
          },
          "maxItems": {
            "title": "Max Items",
            "maximum": 10000,
            "type": "integer",
            "description": "Maximum number of campaigns to scrape",
            "default": 10
          },
          "categories": {
            "title": "Categories",
            "type": "array",
            "description": "Categories to crawl. Leave empty to crawl every category.",
            "items": {
              "type": "string",
              "enum": [
                "art",
                "comics",
                "dance",
                "design",
                "fashion",
                "food",
                "film-video",
                "games",
                "journalism",
                "music",
                "photography",
                "technology",
                "theater",
                "publishing",
                "crafts",
                "art/conceptual-art",
                "art/digital-art",
                "art/illustration",
                "art/painting",
                "art/performance-art",
                "art/sculpture",
                "art/public-art",
                "art/mixed-media",
                "art/ceramics",
                "art/installations",
                "art/textiles",
                "art/video-art",
                "art/social-practice",
                "comics/anthologies",
                "comics/comic-books",
                "comics/events",
                "comics/graphic-novels",
                "comics/webcomics",
                "dance/performances",
                "dance/spaces",
                "dance/workshops",
                "design/graphic-design",
                "design/product-design",
                "design/architecture",
                "design/civic-design",
                "design/interactive-design",
                "design/typography",
                "design/toys",
                "fashion/accessories",
                "fashion/apparel",
                "fashion/childrenswear",
                "fashion/couture",
                "fashion/footwear",
                "fashion/jewelry",
                "fashion/pet-fashion",
                "fashion/ready-to-wear",
                "food/community-gardens",
                "food/cookbooks",
                "food/drinks",
                "food/events",
                "food/farms",
                "food/farmer-s-markets",
                "food/food-trucks",
                "food/restaurants",
                "food/small-batch",
                "food/spaces",
                "food/vegan",
                "film-video/animation",
                "film-video/documentary",
                "film-video/narrative-film",
                "film-video/shorts",
                "film-video/webseries",
                "film-video/action",
                "film-video/comedy",
                "film-video/drama",
                "film-video/experimental",
                "film-video/festivals",
                "film-video/fantasy",
                "film-video/horror",
                "film-video/movie-theaters",
                "film-video/music-videos",
                "film-video/romance",
                "film-video/science-fiction",
                "film-video/thrillers",
                "film-video/television",
                "film-video/family",
                "games/tabletop-games",
                "games/video-games",
                "games/gaming-hardware",
                "games/live-games",
                "games/mobile-games",
                "games/playing-cards",
                "games/puzzles",
                "games/ttrpg",
                "games/stl",
                "journalism/audio",
                "journalism/photo",
                "journalism/print",
                "journalism/video",
                "journalism/web",
                "music/classical-music",
                "music/country-folk",
                "music/electronic-music",
                "music/hip-hop",
                "music/indie-rock",
                "music/jazz",
                "music/pop",
                "music/rock",
                "music/world-music",
                "music/metal",
                "music/blues",
                "music/faith",
                "music/kids",
                "music/latin",
                "music/punk",
                "music/r-b",
                "music/comedy",
                "photography/animals",
                "photography/fine-art",
                "photography/nature",
                "photography/people",
                "photography/places",
                "photography/photobooks",
                "technology/software",
                "technology/hardware",
                "technology/3d-printing",
                "technology/apps",
                "technology/camera-equipment",
                "technology/diy-electronics",
                "technology/fabrication-tools",
                "technology/flight",
                "technology/gadgets",
                "technology/robots",
                "technology/sound",
                "technology/space-exploration",
                "technology/wearables",
                "technology/web",
                "technology/makerspaces",
                "theater/experimental",
                "theater/festivals",
                "theater/immersive",
                "theater/musical",
                "theater/plays",
                "theater/comedy",
                "publishing/art-books",
                "publishing/children-s-books",
                "publishing/fiction",
                "publishing/nonfiction",
                "publishing/periodicals",
                "publishing/poetry",
                "publishing/radio-podcasts",
                "publishing/academic",
                "publishing/anthologies",
                "publishing/calendars",
                "publishing/literary-journals",
                "publishing/translations",
                "publishing/young-adult",
                "publishing/zines",
                "publishing/letterpress",
                "publishing/comedy",
                "publishing/literary-spaces",
                "publishing/audiobooks",
                "crafts/candles",
                "crafts/crochet",
                "crafts/diy",
                "crafts/embroidery",
                "crafts/glass",
                "crafts/knitting",
                "crafts/pottery",
                "crafts/printing",
                "crafts/quilts",
                "crafts/stationery",
                "crafts/weaving",
                "crafts/woodworking"
              ],
              "enumTitles": [
                "Art",
                "Comics",
                "Dance",
                "Design",
                "Fashion",
                "Food",
                "Film & Video",
                "Games",
                "Journalism",
                "Music",
                "Photography",
                "Technology",
                "Theater",
                "Publishing",
                "Crafts",
                "Art > Conceptual Art",
                "Art > Digital Art",
                "Art > Illustration",
                "Art > Painting",
                "Art > Performance Art",
                "Art > Sculpture",
                "Art > Public Art",
                "Art > Mixed Media",
                "Art > Ceramics",
                "Art > Installations",
                "Art > Textiles",
                "Art > Video Art",
                "Art > Social Practice",
                "Comics > Anthologies",
                "Comics > Comic Books",
                "Comics > Events",
                "Comics > Graphic Novels",
                "Comics > Webcomics",
                "Dance > Performances",
                "Dance > Spaces",
                "Dance > Workshops",
                "Design > Graphic Design",
                "Design > Product Design",
                "Design > Architecture",
                "Design > Civic Design",
                "Design > Interactive Design",
                "Design > Typography",
                "Design > Toys",
                "Fashion > Accessories",
                "Fashion > Apparel",
                "Fashion > Childrenswear",
                "Fashion > Couture",
                "Fashion > Footwear",
                "Fashion > Jewelry",
                "Fashion > Pet Fashion",
                "Fashion > Ready-to-wear",
                "Food > Community Gardens",
                "Food > Cookbooks",
                "Food > Drinks",
                "Food > Events",
                "Food > Farms",
                "Food > Farmer's Markets",
                "Food > Food Trucks",
                "Food > Restaurants",
                "Food > Small Batch",
                "Food > Spaces",
                "Food > Vegan",
                "Film & Video > Animation",
                "Film & Video > Documentary",
                "Film & Video > Narrative Film",
                "Film & Video > Shorts",
                "Film & Video > Webseries",
                "Film & Video > Action",
                "Film & Video > Comedy",
                "Film & Video > Drama",
                "Film & Video > Experimental",
                "Film & Video > Festivals",
                "Film & Video > Fantasy",
                "Film & Video > Horror",
                "Film & Video > Movie Theaters",
                "Film & Video > Music Videos",
                "Film & Video > Romance",
                "Film & Video > Science Fiction",
                "Film & Video > Thrillers",
                "Film & Video > Television",
                "Film & Video > Family",
                "Games > Tabletop Games",
                "Games > Video Games",
                "Games > Gaming Hardware",
                "Games > Live Games",
                "Games > Mobile Games",
                "Games > Playing Cards",
                "Games > Puzzles",
                "Games > TTRPG",
                "Games > STL",
                "Journalism > Audio",
                "Journalism > Photo",
                "Journalism > Print",
                "Journalism > Video",
                "Journalism > Web",
                "Music > Classical Music",
                "Music > Country & Folk",
                "Music > Electronic Music",
                "Music > Hip-Hop",
                "Music > Indie Rock",
                "Music > Jazz",
                "Music > Pop",
                "Music > Rock",
                "Music > World Music",
                "Music > Metal",
                "Music > Blues",
                "Music > Faith",
                "Music > Kids",
                "Music > Latin",
                "Music > Punk",
                "Music > R&B",
                "Music > Comedy",
                "Photography > Animals",
                "Photography > Fine Art",
                "Photography > Nature",
                "Photography > People",
                "Photography > Places",
                "Photography > Photobooks",
                "Technology > Software",
                "Technology > Hardware",
                "Technology > 3D Printing",
                "Technology > Apps",
                "Technology > Camera Equipment",
                "Technology > DIY Electronics",
                "Technology > Fabrication Tools",
                "Technology > Flight",
                "Technology > Gadgets",
                "Technology > Robots",
                "Technology > Sound",
                "Technology > Space Exploration",
                "Technology > Wearables",
                "Technology > Web",
                "Technology > Makerspaces",
                "Theater > Experimental",
                "Theater > Festivals",
                "Theater > Immersive",
                "Theater > Musical",
                "Theater > Plays",
                "Theater > Comedy",
                "Publishing > Art Books",
                "Publishing > Children's Books",
                "Publishing > Fiction",
                "Publishing > Nonfiction",
                "Publishing > Periodicals",
                "Publishing > Poetry",
                "Publishing > Radio & Podcasts",
                "Publishing > Academic",
                "Publishing > Anthologies",
                "Publishing > Calendars",
                "Publishing > Literary Journals",
                "Publishing > Translations",
                "Publishing > Young Adult",
                "Publishing > Zines",
                "Publishing > Letterpress",
                "Publishing > Comedy",
                "Publishing > Literary Spaces",
                "Publishing > Audiobooks",
                "Crafts > Candles",
                "Crafts > Crochet",
                "Crafts > DIY",
                "Crafts > Embroidery",
                "Crafts > Glass",
                "Crafts > Knitting",
                "Crafts > Pottery",
                "Crafts > Printing",
                "Crafts > Quilts",
                "Crafts > Stationery",
                "Crafts > Weaving",
                "Crafts > Woodworking"
              ]
            }
          },
          "sort": {
            "title": "Sort Order",
            "enum": [
              "magic",
              "newest",
              "end_date",
              "most_funded",
              "most_backed",
              "popularity"
            ],
            "type": "string",
            "description": "Order campaigns are collected in.",
            "default": "magic"
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}