Patreon Scraper 2.0 🎯 avatar

Patreon Scraper 2.0 🎯

Try for free

7 days trial then $30.00/month - No credit card required now

Go to Store
Patreon Scraper 2.0 🎯

Patreon Scraper 2.0 🎯

jupri/patreon
Try for free

7 days trial then $30.00/month - No credit card required now

🎯 Scrape Patreon.com

You can access the Patreon Scraper 2.0 🎯 programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "0.1",
5    "x-build-id": "XHoC7cosW3QCyRySo"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/jupri~patreon/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-jupri-patreon",
16        "x-openai-isConsequential": false,
17        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18        "tags": [
19          "Run Actor"
20        ],
21        "requestBody": {
22          "required": true,
23          "content": {
24            "application/json": {
25              "schema": {
26                "$ref": "#/components/schemas/inputSchema"
27              }
28            }
29          }
30        },
31        "parameters": [
32          {
33            "name": "token",
34            "in": "query",
35            "required": true,
36            "schema": {
37              "type": "string"
38            },
39            "description": "Enter your Apify token here"
40          }
41        ],
42        "responses": {
43          "200": {
44            "description": "OK"
45          }
46        }
47      }
48    },
49    "/acts/jupri~patreon/runs": {
50      "post": {
51        "operationId": "runs-sync-jupri-patreon",
52        "x-openai-isConsequential": false,
53        "summary": "Executes an Actor and returns information about the initiated run in response.",
54        "tags": [
55          "Run Actor"
56        ],
57        "requestBody": {
58          "required": true,
59          "content": {
60            "application/json": {
61              "schema": {
62                "$ref": "#/components/schemas/inputSchema"
63              }
64            }
65          }
66        },
67        "parameters": [
68          {
69            "name": "token",
70            "in": "query",
71            "required": true,
72            "schema": {
73              "type": "string"
74            },
75            "description": "Enter your Apify token here"
76          }
77        ],
78        "responses": {
79          "200": {
80            "description": "OK",
81            "content": {
82              "application/json": {
83                "schema": {
84                  "$ref": "#/components/schemas/runsResponseSchema"
85                }
86              }
87            }
88          }
89        }
90      }
91    },
92    "/acts/jupri~patreon/run-sync": {
93      "post": {
94        "operationId": "run-sync-jupri-patreon",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "properties": {
134          "query": {
135            "title": "❓ Query",
136            "type": "array",
137            "description": "πŸ’‘ Query, Search Terms or Start URL<br>See README for more info.",
138            "items": {
139              "type": "string"
140            }
141          },
142          "limit": {
143            "title": "β™Ύ ️Limit",
144            "type": "integer",
145            "description": "πŸ’‘ Number of results (per query)"
146          },
147          "filters.sort": {
148            "title": "Sort",
149            "enum": [
150              "new",
151              "old"
152            ],
153            "type": "string",
154            "description": ""
155          },
156          "filters.search": {
157            "title": "Search",
158            "type": "string",
159            "description": "πŸ’‘ Search posts"
160          },
161          "filters.types": {
162            "title": "Types",
163            "type": "array",
164            "description": "",
165            "items": {
166              "type": "string",
167              "enum": [
168                "text",
169                "image",
170                "video",
171                "audio",
172                "podcast",
173                "link",
174                "poll"
175              ],
176              "enumTitles": [
177                "Text",
178                "Image",
179                "Video",
180                "Audio",
181                "Podcast",
182                "Link",
183                "Poll"
184              ]
185            }
186          },
187          "filters.year": {
188            "title": "Year",
189            "type": "integer",
190            "description": ""
191          },
192          "filters.month": {
193            "title": "Month",
194            "enum": [
195              "1",
196              "2",
197              "3",
198              "4",
199              "5",
200              "6",
201              "7",
202              "8",
203              "9",
204              "10",
205              "11",
206              "12"
207            ],
208            "type": "string",
209            "description": "πŸ’‘ Require YEAR parameter"
210          },
211          "filters.tier": {
212            "title": "Tier",
213            "type": "integer",
214            "description": "πŸ’‘ "
215          },
216          "filters.public": {
217            "title": "Yes",
218            "type": "boolean",
219            "description": "πŸ’‘ Public posts only"
220          },
221          "dev_proxy_config": {
222            "title": "🌐 PROXY NETWORKING",
223            "type": "object",
224            "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>"
225          },
226          "dev_custom_headers": {
227            "title": "πŸ“œ HTTP HEADERS",
228            "type": "array",
229            "description": "πŸ’‘ Additional HTTP Headers",
230            "items": {
231              "type": "object",
232              "required": [
233                "key",
234                "value"
235              ],
236              "properties": {
237                "key": {
238                  "type": "string",
239                  "title": "Key"
240                },
241                "value": {
242                  "type": "string",
243                  "title": "Value"
244                }
245              }
246            }
247          },
248          "dev_custom_cookies": {
249            "title": "🍰 HTTP COOKIES",
250            "type": "array",
251            "description": "πŸ’‘ Additional HTTP Cookies",
252            "items": {
253              "type": "object",
254              "required": [
255                "key",
256                "value"
257              ],
258              "properties": {
259                "key": {
260                  "type": "string",
261                  "title": "Key"
262                },
263                "value": {
264                  "type": "string",
265                  "title": "Value"
266                }
267              }
268            }
269          },
270          "dev_transform_fields": {
271            "title": "♻️ CUSTOM FIELD",
272            "type": "array",
273            "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>",
274            "items": {
275              "type": "object",
276              "required": [
277                "key",
278                "value"
279              ],
280              "properties": {
281                "key": {
282                  "type": "string",
283                  "title": "Key"
284                },
285                "value": {
286                  "type": "string",
287                  "title": "Value"
288                }
289              }
290            }
291          },
292          "dev_dataset_name": {
293            "title": "πŸ“ CUSTOM STORAGE",
294            "type": "string",
295            "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>"
296          },
297          "dev_dataset_clear": {
298            "title": "Clear Storage",
299            "type": "boolean",
300            "description": "Clear Dataset before insert/update."
301          },
302          "dev_no_strip": {
303            "title": "Disable data cleansing",
304            "type": "boolean",
305            "description": "πŸ’‘ Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
306          }
307        }
308      },
309      "runsResponseSchema": {
310        "type": "object",
311        "properties": {
312          "data": {
313            "type": "object",
314            "properties": {
315              "id": {
316                "type": "string"
317              },
318              "actId": {
319                "type": "string"
320              },
321              "userId": {
322                "type": "string"
323              },
324              "startedAt": {
325                "type": "string",
326                "format": "date-time",
327                "example": "2025-01-08T00:00:00.000Z"
328              },
329              "finishedAt": {
330                "type": "string",
331                "format": "date-time",
332                "example": "2025-01-08T00:00:00.000Z"
333              },
334              "status": {
335                "type": "string",
336                "example": "READY"
337              },
338              "meta": {
339                "type": "object",
340                "properties": {
341                  "origin": {
342                    "type": "string",
343                    "example": "API"
344                  },
345                  "userAgent": {
346                    "type": "string"
347                  }
348                }
349              },
350              "stats": {
351                "type": "object",
352                "properties": {
353                  "inputBodyLen": {
354                    "type": "integer",
355                    "example": 2000
356                  },
357                  "rebootCount": {
358                    "type": "integer",
359                    "example": 0
360                  },
361                  "restartCount": {
362                    "type": "integer",
363                    "example": 0
364                  },
365                  "resurrectCount": {
366                    "type": "integer",
367                    "example": 0
368                  },
369                  "computeUnits": {
370                    "type": "integer",
371                    "example": 0
372                  }
373                }
374              },
375              "options": {
376                "type": "object",
377                "properties": {
378                  "build": {
379                    "type": "string",
380                    "example": "latest"
381                  },
382                  "timeoutSecs": {
383                    "type": "integer",
384                    "example": 300
385                  },
386                  "memoryMbytes": {
387                    "type": "integer",
388                    "example": 1024
389                  },
390                  "diskMbytes": {
391                    "type": "integer",
392                    "example": 2048
393                  }
394                }
395              },
396              "buildId": {
397                "type": "string"
398              },
399              "defaultKeyValueStoreId": {
400                "type": "string"
401              },
402              "defaultDatasetId": {
403                "type": "string"
404              },
405              "defaultRequestQueueId": {
406                "type": "string"
407              },
408              "buildNumber": {
409                "type": "string",
410                "example": "1.0.0"
411              },
412              "containerUrl": {
413                "type": "string"
414              },
415              "usage": {
416                "type": "object",
417                "properties": {
418                  "ACTOR_COMPUTE_UNITS": {
419                    "type": "integer",
420                    "example": 0
421                  },
422                  "DATASET_READS": {
423                    "type": "integer",
424                    "example": 0
425                  },
426                  "DATASET_WRITES": {
427                    "type": "integer",
428                    "example": 0
429                  },
430                  "KEY_VALUE_STORE_READS": {
431                    "type": "integer",
432                    "example": 0
433                  },
434                  "KEY_VALUE_STORE_WRITES": {
435                    "type": "integer",
436                    "example": 1
437                  },
438                  "KEY_VALUE_STORE_LISTS": {
439                    "type": "integer",
440                    "example": 0
441                  },
442                  "REQUEST_QUEUE_READS": {
443                    "type": "integer",
444                    "example": 0
445                  },
446                  "REQUEST_QUEUE_WRITES": {
447                    "type": "integer",
448                    "example": 0
449                  },
450                  "DATA_TRANSFER_INTERNAL_GBYTES": {
451                    "type": "integer",
452                    "example": 0
453                  },
454                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
455                    "type": "integer",
456                    "example": 0
457                  },
458                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
459                    "type": "integer",
460                    "example": 0
461                  },
462                  "PROXY_SERPS": {
463                    "type": "integer",
464                    "example": 0
465                  }
466                }
467              },
468              "usageTotalUsd": {
469                "type": "number",
470                "example": 0.00005
471              },
472              "usageUsd": {
473                "type": "object",
474                "properties": {
475                  "ACTOR_COMPUTE_UNITS": {
476                    "type": "integer",
477                    "example": 0
478                  },
479                  "DATASET_READS": {
480                    "type": "integer",
481                    "example": 0
482                  },
483                  "DATASET_WRITES": {
484                    "type": "integer",
485                    "example": 0
486                  },
487                  "KEY_VALUE_STORE_READS": {
488                    "type": "integer",
489                    "example": 0
490                  },
491                  "KEY_VALUE_STORE_WRITES": {
492                    "type": "number",
493                    "example": 0.00005
494                  },
495                  "KEY_VALUE_STORE_LISTS": {
496                    "type": "integer",
497                    "example": 0
498                  },
499                  "REQUEST_QUEUE_READS": {
500                    "type": "integer",
501                    "example": 0
502                  },
503                  "REQUEST_QUEUE_WRITES": {
504                    "type": "integer",
505                    "example": 0
506                  },
507                  "DATA_TRANSFER_INTERNAL_GBYTES": {
508                    "type": "integer",
509                    "example": 0
510                  },
511                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
512                    "type": "integer",
513                    "example": 0
514                  },
515                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
516                    "type": "integer",
517                    "example": 0
518                  },
519                  "PROXY_SERPS": {
520                    "type": "integer",
521                    "example": 0
522                  }
523                }
524              }
525            }
526          }
527        }
528      }
529    }
530  }
531}

Patreon Scraper 2.0 🎯 OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for Patreon Scraper 2.0 🎯 from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients:

Developer
Maintained by Community

Actor Metrics

  • 66 monthly users

  • 6 stars

  • >99% runs succeeded

  • Created in Oct 2022

  • Modified 4 months ago

Categories