{
  "openapi": "3.0.1",
  "info": {
    "title": "Kickstarter Advanced Scraper",
    "description": "Scrape Kickstarter projects with advanced filters: category, status, location, funding goal & % raised. Extracts structured JSON data at scale. No proxy required.",
    "version": "0.1",
    "x-build-id": "7D5IZhTbi5ISFqGwf"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/datacach~kickstarter-advanced-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-datacach-kickstarter-advanced-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/datacach~kickstarter-advanced-scraper/runs": {
      "post": {
        "operationId": "runs-sync-datacach-kickstarter-advanced-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/datacach~kickstarter-advanced-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-datacach-kickstarter-advanced-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": [
          "search_keyword"
        ],
        "properties": {
          "search_keyword": {
            "title": "Search Keyword",
            "minLength": 1,
            "type": "string",
            "description": "The keyword to search for on Kickstarter (e.g. \"chess\", \"board games\", \"3D printer\")."
          },
          "location": {
            "title": "Location",
            "type": "string",
            "description": "Filter projects by location. Enter a city or region name (e.g. \"Chicago\", \"New York\"). The scraper will resolve it to a Kickstarter location ID automatically."
          },
          "max_results": {
            "title": "Max Results",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum number of projects to scrape. Set to 0 for unlimited.",
            "default": 100
          },
          "state": {
            "title": "Project Status",
            "enum": [
              "",
              "live",
              "successful",
              "upcoming",
              "late_pledge"
            ],
            "type": "string",
            "description": "Filter by the current status of the project.",
            "default": ""
          },
          "category_id": {
            "title": "Category",
            "enum": [
              "",
              "1",
              "287",
              "20",
              "21",
              "22",
              "288",
              "54",
              "23",
              "24",
              "53",
              "25",
              "395",
              "289",
              "290",
              "3",
              "249",
              "250",
              "251",
              "252",
              "253",
              "26",
              "343",
              "344",
              "345",
              "346",
              "347",
              "348",
              "350",
              "351",
              "352",
              "353",
              "354",
              "355",
              "356",
              "6",
              "254",
              "255",
              "256",
              "257",
              "7",
              "258",
              "259",
              "27",
              "260",
              "28",
              "396",
              "261",
              "9",
              "262",
              "263",
              "264",
              "265",
              "266",
              "267",
              "268",
              "269",
              "11",
              "291",
              "29",
              "292",
              "30",
              "293",
              "294",
              "330",
              "296",
              "295",
              "297",
              "298",
              "299",
              "31",
              "300",
              "301",
              "32",
              "303",
              "302",
              "33",
              "10",
              "304",
              "305",
              "306",
              "307",
              "308",
              "310",
              "309",
              "311",
              "312",
              "313",
              "314",
              "315",
              "12",
              "270",
              "271",
              "272",
              "273",
              "274",
              "34",
              "35",
              "13",
              "357",
              "358",
              "359",
              "360",
              "361",
              "14",
              "316",
              "317",
              "36",
              "386",
              "37",
              "38",
              "318",
              "39",
              "40",
              "41",
              "319",
              "320",
              "241",
              "42",
              "321",
              "322",
              "43",
              "44",
              "15",
              "275",
              "276",
              "277",
              "278",
              "280",
              "279",
              "18",
              "323",
              "324",
              "45",
              "325",
              "46",
              "387",
              "47",
              "349",
              "326",
              "389",
              "48",
              "49",
              "50",
              "239",
              "327",
              "328",
              "329",
              "16",
              "331",
              "332",
              "333",
              "334",
              "335",
              "336",
              "337",
              "52",
              "362",
              "338",
              "51",
              "339",
              "340",
              "341",
              "342",
              "17",
              "388",
              "281",
              "282",
              "283",
              "284",
              "285",
              "286"
            ],
            "type": "string",
            "description": "Filter by a top-level category. Leave unset to search all categories.",
            "default": ""
          },
          "pledged": {
            "title": "Amount Pledged",
            "enum": [
              "",
              "0",
              "1",
              "2",
              "3",
              "4"
            ],
            "type": "string",
            "description": "Filter projects by the total amount pledged so far.",
            "default": ""
          },
          "goal": {
            "title": "Funding Goal",
            "enum": [
              "",
              "0",
              "1",
              "2",
              "3",
              "4"
            ],
            "type": "string",
            "description": "Filter projects by their funding goal amount.",
            "default": ""
          },
          "raised": {
            "title": "Percentage Raised",
            "enum": [
              "",
              "0",
              "1",
              "2"
            ],
            "type": "string",
            "description": "Filter projects by the percentage of their goal they have raised.",
            "default": ""
          },
          "sort": {
            "title": "Sort Order",
            "enum": [
              "magic",
              "popularity",
              "newest",
              "end_date",
              "most_funded",
              "most_backed",
              "distance"
            ],
            "type": "string",
            "description": "How to sort the search results.",
            "default": "magic"
          },
          "seed": {
            "title": "Pagination Seed",
            "minimum": 0,
            "type": "integer",
            "description": "Random seed for deterministic pagination. Useful when scraping multiple pages to avoid duplicates. Leave empty to let Kickstarter assign one."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}