# Kickstarter Explorer (`jupri/kickstarter`) Actor

💫 Scrape Kickstarter.com Campaigns

- **URL**: https://apify.com/jupri/kickstarter.md
- **Developed by:** [cat](https://apify.com/jupri) (community)
- **Categories:** Other
- **Stats:** 103 total users, 4 monthly users, 100.0% runs succeeded, 10 bookmarks
- **User rating**: No ratings yet

## Pricing

$30.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#rental-actors

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## 💫 Welcome to Kickstarter Scraper

<img height="32" src="https://apify.com/actor-badge?actor=jupri~kickstarter" align="right">

![dont be sad readme is here](https://raw.githubusercontent.com/JupriGH/resources/main/cats/catframe.png)

### 💰 About Kickstarter.com

<img align="right" width="50%" src="https://upload.wikimedia.org/wikipedia/commons/8/8f/Kickstarter_logo_2019.svg">

**Kickstarter, PBC**  is an American  [public benefit corporation](https://en.wikipedia.org/wiki/Benefit_corporation "Benefit corporation")[[2]](https://en.wikipedia.org/wiki/Kickstarter#cite_note-2)  based in  [Brooklyn](https://en.wikipedia.org/wiki/Brooklyn "Brooklyn"),  [New York](https://en.wikipedia.org/wiki/New_York_(state) "New York (state)"), that maintains a global  [crowdfunding](https://en.wikipedia.org/wiki/Crowdfunding "Crowdfunding")  platform focused on creativity.[[3]](https://en.wikipedia.org/wiki/Kickstarter#cite_note-CanadianPress2013-3)  The company's stated mission is to "help bring creative projects to life".[[4]](https://en.wikipedia.org/wiki/Kickstarter#cite_note-4)  As of February 2023, Kickstarter has received US$7  [billion](https://en.wikipedia.org/wiki/Billion "Billion")  in pledges from 21.7 million backers to fund 233,626 projects, such as films, music, stage shows, comics, journalism, video games, board games, technology, publishing, and food-related projects.[[5]](https://en.wikipedia.org/wiki/Kickstarter#cite_note-5)

People who back Kickstarter projects are offered tangible rewards or experiences in exchange for their pledges.[[6]](https://en.wikipedia.org/wiki/Kickstarter#cite_note-6)  This model traces its roots to subscription model of arts patronage, in which artists would go directly to their audiences to fund their work.[[7]](https://en.wikipedia.org/wiki/Kickstarter#cite_note-7)

### 💰 About This Actor

💫 All-In-One Kickstarter.com Scraper

### 💰 Basic Usage

💡 Search for campaigns by `KEYWORDS`
```yaml
{ "query": ["mission impossible"], "limit": 50 }
````

💡 Search for campaigns by `URL`

```yaml
{ 
	"query": [ "https://www.kickstarter.com/discover/advanced?term=mission+impossible&category_id=10&pledged=0&sort=most_funded" ], 
	"limit": 50 
}
```

💡 Get campaign info by `URL`

```yaml
{ 
	"query": ["https://www.kickstarter.com/projects/262426195/aceii-one-your-ai-tennis-hitting-partner"] 
}
```

💡 Get campaign info by `Project ID` (`PID`)

```yaml
{ "query": ["811950944"] }
```

💡 Get multiple campaign info by `Project ID` (`PID`)

```yaml
{ "query": ["811950944", "111111", "222222", "333333"] }
```

💡 Get only campaign **Story**

```yaml
{ "query": ["811950944/story"] }
```

💡 Scrape a campaign **Comments**

```yaml
{ "query": ["811950944/comments"], "limit": 100 }
```

💡 Scrape a campaign **Timeline**

```yaml
{ "query": ["811950944/timeline"], "limit": 50 }
```

💡 Additional Data

```yaml
{
	"query": ["mission impossible"], 
	"limit": 50,
	"include.ai_disclose":  true,
	"include.collab":  true,
	"include.comments":  5,
	"include.creator":  true,
	"include.envcom":  true,
	"include.faqs":  true,
	"include.replies":  5,
	"include.rewards":  true,
	"include.risks":  true,
	"include.story":  true,
	"include.video":  true,
}
```

### 💰 Output Examples

***Campaign Search Entry***

```yaml
[
    {
        "backers": 2,
        "cardTypes": [
            "VISA",
            "MASTERCARD",
            "AMEX",
            "DISCOVER",
            "JCB",
            "DINERS",
            "UNIONPAY"
        ],
        "category": {
            "name": "Apps",
            "parent": {
                "name": "Technology",
                "slug": "technology"
            },
            "slug": "apps"
        },
        "commentsCount": 1,
        "country": {
            "code": "US",
            "name": "the United States"
        },
        "createdAt": 1750961916,
        "creator": {
            "id": "742770165",
            "image": "https://i.kickstarter.com/assets/049/828/842/872e2afd6c27d4c23715985ab99a139e_original.png?anim=false&fit=cover&height=160&origin=ugc&q=92&v=1750961560&width=160&sig=SyK50JSKxZGyez3UxEGIKyK%2FN5XHk1J3ETy1K8WMGio%3D",
            "name": "ReMotion AI"
        },
        "currency": "USD",
        "deadlineAt": 1763144728,
        "description": "The Sprint Coach in Your Pocket - Patent Pending Technology",
        "goal": "10000.0",
        "image": {
            "url": "https://i.kickstarter.com/assets/051/184/269/a8106dabdfc2510a2f7cfe4097b869c3_original.png?anim=false&fit=cover&gravity=auto&height=576&origin=ugc&q=92&v=1760037201&width=1024&sig=p1%2FpGHaTDaGWJRIwsr12z6HTp4L8ld%2BETt1%2BQFJbTQA%3D"
        },
        "isLaunched": true,
        "isProjectOfTheDay": false,
        "isProjectWeLove": false,
        "launchedAt": 1760549128,
        "location": {
            "country": "US",
            "displayableName": "North Atlanta, GA",
            "id": "TG9jYXRpb24tMjQ2MDU5NA==",
            "name": "North Atlanta"
        },
        "name": "ReMotion AI",
        "pid": "710184789",
        "pledged": "295.0",
        "slug": "remotionai/remotion-ai",
        "state": "LIVE",
        "stateChangedAt": 1760549133,
        "timelineCount": 1,
        "url": "https://www.kickstarter.com/projects/remotionai/remotion-ai",
        "verifiedIdentity": "Bradley Moon"
    }
]
```

***Campaign Story*** (`include.story = true`)

```yaml
---
"pid": "710184789",
"story": "<h3 id=\"h:The-Why-\" class=\"page-anchor\">The Why </h3><p>As a sprint coach, my passion is developing athletes—meeting them where they are and watching them progress over time.</p><p>But I kept coming back to one big question:<br>How can I give the same value to someone who is not right in front of me?</p><div class=\"template asset\" contenteditable=\"false\" data-alt-text=\"\" data-caption=\"\" data-id=\"51086925\">\n<figure class=\"image\">\n<img alt=\"\" class=\"fit\" src=\"https://i.kickstarter.com/assets/051/086/925/77b55963d42e1185421bd63d4c68d210_original.JPG?fit=scale-down&amp;origin=ugc&amp;q=92&amp;v=1759421499&amp;width=700&amp;sig=ZwLjrGOYsE1FJlZjrpMP8xUjGpkOAo%2FMuVCsxeedJYQ%3D\">\n</figure>\n\n</div>\n<p>I think about the athlete who trains alone without feedback. Or the coach who is stretched thin, wishing they could analyze every block start or sprint rep, but simply doesn’t have the time. And let’s be real—many coaches, like me, have day jobs. We cannot always be at every practice.</p><p>From the athlete’s perspective, the problem is just as real. What if you don’t have a coach? Or you’re traveling, or on school break? How do you keep improving without guidance?</p><div class=\"template asset\" contenteditable=\"false\" data-alt-text=\"\" data-caption=\"\" data-id=\"51086959\">\n<figure class=\"image\">\n<img alt=\"\" class=\"fit\" src=\"https://i.kickstarter.com/assets/051/086/959/731cb03c8514f3846e400a193f0ea827_original.JPG?fit=scale-down&amp;origin=ugc&amp;q=92&amp;v=1759421609&amp;width=700&amp;sig=NhGQmopqrsyfEyo44ruLAq7repXgLiWevEjfLSKGXwg%3D\">\n</figure>\n\n</div>\n<h4 id=\"h:That-s-why-we-re-building-ReMotion-your-sprint-coach-in-your-pocket-\" class=\"page-anchor\"><strong>That’s why we’re building ReMotion—your sprint coach in your pocket.</strong></h4><p>ReMotion uses AI-powered video analysis to give athletes feedback anytime, anywhere. It helps athletes see exactly what’s happening in their sprint, coaches multiply their impact without slowing down practice, and parents feel confident their kids are improving safely.</p><div class=\"template asset\" contenteditable=\"false\" data-alt-text=\"\" data-caption=\"\" data-id=\"51087001\">\n<figure class=\"image\">\n<img alt=\"\" class=\"fit\" src=\"https://i.kickstarter.com/assets/051/087/001/655037bc303e7b2b739474057bd54176_original.png?fit=scale-down&amp;origin=ugc&amp;q=100&amp;v=1759421721&amp;width=700&amp;sig=VvlcLX78ZvPDtvo8sKEVAs5aeXuNUNJnfMEbdqiS%2FwY%3D\">\n</figure>\n\n</div>\n<p><strong>We’re raising funds on Kickstarter to bring this vision to life:</strong></p><ul>\n<li>Finalize the app and polish the demo into a user-ready tool</li>\n<li>Build out features like block start feedback, shin and torso angle analysis, and max velocity mechanics</li>\n<li>Partner with athletes, coaches, and influencers to spread the word</li>\n<li>Launch ReMotion to our first wave of athletes, coaches, and parents as a early Christmas gift :) </li>\n</ul><div class=\"template asset\" contenteditable=\"false\" data-alt-text=\"\" data-caption=\"\" data-id=\"51087264\">\n<figure class=\"image\">\n<img alt=\"\" class=\"fit\" src=\"https://i.kickstarter.com/assets/051/087/264/05487b43385ba146bc0a69b3150b34ce_original.PNG?fit=scale-down&amp;origin=ugc&amp;q=100&amp;v=1759422744&amp;width=700&amp;sig=nZESNB8MifL2CLCQzNx5raQEidnSLVUl6Q0rB1BXwx4%3D\">\n</figure>\n\n</div>\n<p>This project started with a simple coaching problem, but with your help, it can become a solution for athletes and coaches everywhere. Together, we can make sprinting feedback accessible to anyone, anywhere.</p><h4 id=\"h:To-learn-more-about-me-and-the-work-we-do-you-can-follow-along-here-\" class=\"page-anchor\">To learn more about me and the work we do, you can follow along here:</h4><h4 id=\"h:Instagram-sprintfreetraining\" class=\"page-anchor\">Instagram: @sprintfreetraining</h4>"
---
```

***Campaign AI Disclosure*** (`include.ai_disclose = true`)

```yaml
---
"aiDisclosure": {
   "fundingForAiAttribution": null,
   "fundingForAiConsent": null,
   "fundingForAiOption": null,
   "generatedByAiConsent": "We do not train new models or collect third-party datasets for this project. When we use input assets (reference photos, footage, textures, music) for image-to-image or editing, they are our originals or properly licensed/royalty-free materials, or used with written permission (e.g., student work and likeness releases). We only use vendors whose Terms grant commercial rights to course creators for outputs. We keep license/consent records and won’t upload copyrighted works without permission.",
   "generatedByAiDetails": "Our course materials and marketing assets include AI-generated images and short videos produced with licensed tools (e.g., Midjourney/Stable Diffusion/Runway/ComfyUI). These appear in lesson demos, thumbnails, the Kickstarter video, and 4 student showcase clips. All outputs are human-directed, curated, and edited; we do not mimic living artists’ styles or depict private individuals without permission.",
   "involvesAi": true,
   "involvesFunding": false,
   "involvesGeneration": true,
   "involvesOther": true,
   "otherAiDetails": "The platform includes an on-call learning assistant (“Astra”) that uses reputable LLM APIs to help learners find modules, summarize lessons, and answer how-to questions based solely on our course content and public documentation. No biometric data is collected; backer/student data is not used to train models. We also use AI for captions/transcripts and copy polishing, with all materials human-reviewed before publication."
}
---
```

### 🎯 Support

⚡️ Feel free to [reach out](https://console.apify.com/actors/dQwUboKfTtC3c12Uc/issues) to the developer for any issues or suggestions for improvement.

<img src="https://apify-uploads-prod.s3.us-east-1.amazonaws.com/5SxZhwYwpknFk8ek9-cat.gif" width="240">

# Actor input Schema

## `query` (type: `array`):

💡 <i><code>KEYWORDS</code></i> or <i><code>Campaign PID</code></i> or <i><code>URL</code></i>

## `example` (type: `string`):

💡Query Examples

## `limit` (type: `integer`):

💡 Limit number of results

## `sort` (type: `string`):

No description

## `include.all` (type: `boolean`):

💡 Includes All

## `include.creator` (type: `boolean`):

💡 More detailed creator info.

## `include.collab` (type: `boolean`):

No description

## `include.risks` (type: `boolean`):

No description

## `include.envcom` (type: `boolean`):

No description

## `include.story` (type: `boolean`):

💡 WARNING: could increase output size significantly

## `include.rewards` (type: `boolean`):

No description

## `include.faqs` (type: `boolean`):

💡 Frequently Asked Questions.

## `include.video` (type: `boolean`):

No description

## `include.ai_disclose` (type: `boolean`):

No description

## `include.comments` (type: `integer`):

💡 Max. Number of comments.

## `include.replies` (type: `integer`):

💡 Max. Number of comment replies.

## `category` (type: `string`):

💡 Category ID

## `location` (type: `string`):

💡 Location Name or ID

## `state` (type: `string`):

No description

## `staff_picks` (type: `boolean`):

No description

## `goal` (type: `string`):

No description

## `pledged` (type: `string`):

No description

## `raised` (type: `string`):

No description

## `dev_proxy_config` (type: `object`):

💡 <b>Supported protocol:</b><br><br><b>HTTP(S), SOCKS5</b><br><code>{http|socks5}://{user:pass}@{hostname|ip-address}:port</code><br><br><b>Example</b>: <code>socks5://example.com:9000</code>

## `dev_custom_headers` (type: `array`):

💡 Additional HTTP Headers

## `dev_custom_cookies` (type: `array`):

💡 Additional HTTP Cookies

## `dev_transform_fields` (type: `array`):

💡 <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>

## `dev_dataset_name` (type: `string`):

💡 <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>

## `dev_dataset_clear` (type: `boolean`):

Clear Dataset before insert/update.

## `dev_no_strip` (type: `boolean`):

💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>

## `dev_fileupload` (type: `string`):

💡 Upload your file and copy & paste the URL somewhere.

## Actor input object example

```json
{
  "query": [
    "Mission impossible"
  ],
  "limit": 5
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "query": [
        "Mission impossible"
    ],
    "limit": 5
};

// Run the Actor and wait for it to finish
const run = await client.actor("jupri/kickstarter").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "query": ["Mission impossible"],
    "limit": 5,
}

# Run the Actor and wait for it to finish
run = client.actor("jupri/kickstarter").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "query": [
    "Mission impossible"
  ],
  "limit": 5
}' |
apify call jupri/kickstarter --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=jupri/kickstarter",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Kickstarter Explorer",
        "description": "💫 Scrape Kickstarter.com Campaigns",
        "version": "0.1",
        "x-build-id": "3XK72hbFPfsgtD62W"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/jupri~kickstarter/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-jupri-kickstarter",
                "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/jupri~kickstarter/runs": {
            "post": {
                "operationId": "runs-sync-jupri-kickstarter",
                "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/jupri~kickstarter/run-sync": {
            "post": {
                "operationId": "run-sync-jupri-kickstarter",
                "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": {
                    "query": {
                        "title": "❓ Query",
                        "type": "array",
                        "description": "💡 <i><code>KEYWORDS</code></i> or <i><code>Campaign PID</code></i> or <i><code>URL</code></i>",
                        "items": {
                            "type": "string"
                        }
                    },
                    "example": {
                        "title": "💡 Examples",
                        "enum": [
                            "mission to mars",
                            "https://www.kickstarter.com/projects/262426195/aceii-one-your-ai-tennis-hitting-partner",
                            "811950944",
                            "811950944/story",
                            "811950944/comments",
                            "811950944/timeline"
                        ],
                        "type": "string",
                        "description": "💡Query Examples"
                    },
                    "limit": {
                        "title": "♾️ Limit",
                        "type": "integer",
                        "description": "💡 Limit number of results"
                    },
                    "sort": {
                        "title": "♾️ Sorting",
                        "enum": [
                            "MAGIC",
                            "POPULARITY",
                            "NEWEST",
                            "END_DATE",
                            "MOST_FUNDED",
                            "MOST_BACKED",
                            "DISTANCE"
                        ],
                        "type": "string",
                        "description": ""
                    },
                    "include.all": {
                        "title": "All",
                        "type": "boolean",
                        "description": "💡 Includes All"
                    },
                    "include.creator": {
                        "title": "Creator",
                        "type": "boolean",
                        "description": "💡 More detailed creator info."
                    },
                    "include.collab": {
                        "title": "Collaborators",
                        "type": "boolean",
                        "description": ""
                    },
                    "include.risks": {
                        "title": "Risks",
                        "type": "boolean",
                        "description": ""
                    },
                    "include.envcom": {
                        "title": "Environmental Commitments",
                        "type": "boolean",
                        "description": ""
                    },
                    "include.story": {
                        "title": "Story",
                        "type": "boolean",
                        "description": "💡 WARNING: could increase output size significantly"
                    },
                    "include.rewards": {
                        "title": "Rewards",
                        "type": "boolean",
                        "description": ""
                    },
                    "include.faqs": {
                        "title": "FAQs",
                        "type": "boolean",
                        "description": "💡 Frequently Asked Questions."
                    },
                    "include.video": {
                        "title": "Videos",
                        "type": "boolean",
                        "description": ""
                    },
                    "include.ai_disclose": {
                        "title": "AI Disclosure",
                        "type": "boolean",
                        "description": ""
                    },
                    "include.comments": {
                        "title": "Comments",
                        "type": "integer",
                        "description": "💡 Max. Number of comments."
                    },
                    "include.replies": {
                        "title": "Replies",
                        "type": "integer",
                        "description": "💡 Max. Number of comment replies."
                    },
                    "category": {
                        "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": "💡 Category ID"
                    },
                    "location": {
                        "title": "🧭 Location",
                        "type": "string",
                        "description": "💡 Location Name or ID"
                    },
                    "state": {
                        "title": "❇️ Status",
                        "enum": [
                            "LIVE",
                            "SUCCESSFUL",
                            "FAILED",
                            "SUBMITTED",
                            "UPCOMING",
                            "LATE_PLEDGE"
                        ],
                        "type": "string",
                        "description": ""
                    },
                    "staff_picks": {
                        "title": "",
                        "type": "boolean",
                        "description": ""
                    },
                    "goal": {
                        "title": "Goal",
                        "enum": [
                            "",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5"
                        ],
                        "type": "string",
                        "description": ""
                    },
                    "pledged": {
                        "title": "Pledged",
                        "enum": [
                            "",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5"
                        ],
                        "type": "string",
                        "description": ""
                    },
                    "raised": {
                        "title": "Raised",
                        "enum": [
                            "",
                            "1",
                            "2",
                            "3"
                        ],
                        "type": "string",
                        "description": ""
                    },
                    "dev_proxy_config": {
                        "title": "🌐 PROXY NETWORKING",
                        "type": "object",
                        "description": "💡 <b>Supported protocol:</b><br><br><b>HTTP(S), SOCKS5</b><br><code>{http|socks5}://{user:pass}@{hostname|ip-address}:port</code><br><br><b>Example</b>: <code>socks5://example.com:9000</code>"
                    },
                    "dev_custom_headers": {
                        "title": "📜 HTTP HEADERS",
                        "type": "array",
                        "description": "💡 Additional HTTP Headers",
                        "items": {
                            "type": "object",
                            "required": [
                                "key",
                                "value"
                            ],
                            "properties": {
                                "key": {
                                    "type": "string",
                                    "title": "Key"
                                },
                                "value": {
                                    "type": "string",
                                    "title": "Value"
                                }
                            }
                        }
                    },
                    "dev_custom_cookies": {
                        "title": "🍰 HTTP COOKIES",
                        "type": "array",
                        "description": "💡 Additional HTTP Cookies",
                        "items": {
                            "type": "object",
                            "required": [
                                "key",
                                "value"
                            ],
                            "properties": {
                                "key": {
                                    "type": "string",
                                    "title": "Key"
                                },
                                "value": {
                                    "type": "string",
                                    "title": "Value"
                                }
                            }
                        }
                    },
                    "dev_transform_fields": {
                        "title": "♻️ CUSTOM FIELD",
                        "type": "array",
                        "description": "💡 <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>",
                        "items": {
                            "type": "object",
                            "required": [
                                "key",
                                "value"
                            ],
                            "properties": {
                                "key": {
                                    "type": "string",
                                    "title": "Key"
                                },
                                "value": {
                                    "type": "string",
                                    "title": "Value"
                                }
                            }
                        }
                    },
                    "dev_dataset_name": {
                        "title": "📁 CUSTOM STORAGE",
                        "type": "string",
                        "description": "💡 <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>"
                    },
                    "dev_dataset_clear": {
                        "title": "Clear Storage",
                        "type": "boolean",
                        "description": "Clear Dataset before insert/update."
                    },
                    "dev_no_strip": {
                        "title": "Disable data cleansing",
                        "type": "boolean",
                        "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
                    },
                    "dev_fileupload": {
                        "title": "📁 FILE UPLOADER",
                        "type": "string",
                        "description": "💡 Upload your file and copy & paste the URL somewhere."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
