Patreon Scraper 2.0 π―
Try for free
7 days trial then $30.00/month - No credit card required now
View all Actors
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.
1echo '{
2 "query": [
3 "Podcast",
4 "@TheBestShow/info",
5 "@TheBestShow/collections",
6 "@TheBestShow/products",
7 "https://www.patreon.com/TheBestShow"
8 ],
9 "limit": 5,
10 "dev_custom_cookies": [
11 {
12 "key": "session_id",
13 "value": ""
14 }
15 ]
16}' |
17apify call jupri/patreon --silent --output-dataset
Patreon Scraper 2.0 π― API through CLI
The Apify CLI is the official tool that allows you to use Patreon Scraper 2.0 π― locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: