VOOZH about

URL: https://apify.com/solid-scraper/patreon-email-scraper/api/python

⇱ Patreon Email Scraper API in Python Β· Apify


Pricing

from $2.99 / 1,000 results

Go to Apify Store

Patreon Email Scraper

πŸš€ Patreon Email Scraper extracts creator emails from Patreon campaigns fast and accurately. 🎯 Find targeted contacts by niche and keywordsβ€”ideal for outreach, agencies, and growth teams. πŸ“© Get more leads, less manual work.

Pricing

from $2.99 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ SolidScraper

SolidScraper

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

10 days ago

Last modified

Share

You might also like

Patreon Email Scraper

scraper-engine/patreon-email-scraper

Patreon Email Scraper extracts publicly available email addresses from Patreon creator profiles and linked pages. Build targeted creator contact lists by niche or category. Ideal for brands and agencies running outreach campaigns.

πŸ‘ User avatar

Scraper Engine

2

Patreon Email Scraper

scraper-mind/patreon-email-scraper

Patreon Email Scraper – Quickly extract verified Patreon emails by keywords, location & domain! πŸ” Supports Patreon listings & proxy usage. πŸ“Š Download results in JSON, CSV, Excel. Ideal for lead generation, creator outreach & market research.

27

Patreon Email Scraper - Advanced, Fast & Cheapest

contacts-api/patreon-email-scraper-fast-advanced-and-cheapest

πŸŽ—οΈ Patreon Email Scraper helps you collect creator and supporter emails from Patreon pages ⚑ Ideal for creator marketing and partnerships πŸ“§

Patreon Phone Number Scraper

scraper-engine/patreon-phone-number-scraper

Patreon Phone Number Scraper extracts publicly listed phone numbers from Patreon creator profiles and linked pages. Build targeted creator contact lists by niche or category. Ideal for brands and agencies running direct outreach campaigns.

πŸ‘ User avatar

Scraper Engine

2

Patreon Email Scraper

api-empire/patreon-email-scraper

Automate email extraction from Patreon with Patreon Email Scraper. The actor scans creator pages and external links to pull available contact emails into structured datasets for CRM enrichment.

Patreon Scraper

api-empire/patreon-scraper

Patreon Scraper helps you collect public creator information from Patreon without manual work. Capture tier pricing, descriptions, and creator metadata for research, insights, and trend analysis across niches.

Patreon Email Scraper

scrapio/patreon-email-scraper

Patreon Email Scraper helps you collect creator emails directly from Patreon profiles. Use the data for sponsorship outreach, collaborations, and partnership discussions. Fast, scalable scraping with clean exports.

Patreon Creator Details Scraper

nifty.codes/patreon-campaigndetails-scraper

Extract creator profile data, patron counts, earnings, and social links from Patreon campaign pages. Powered by Patreon Scraper.

You can access the Patreon Email Scraper programmatically from your own applications by using the Apify API. You can also 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.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input ={
9"keywords":[
10"john",
11"marketing",
12],
13"location":"",
14"customDomains":["@gmail.com"],
15}
16
17# Run the Actor and wait for it to finish
18run = client.actor("solid-scraper/patreon-email-scraper").call(run_input=run_input)
19
20# Fetch and print Actor results from the run's dataset (if there are any)
21print("πŸ’Ύ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
22for item in client.dataset(run["defaultDatasetId"]).iterate_items():
23print(item)
24
25# πŸ“š Want to learn more πŸ“–? Go to β†’ https://docs.apify.com/api/client/python/docs/quick-start

Patreon Email Scraper API in Python

The Apify API client for Python is the official library that allows you to use Patreon Email Scraper API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include:

Patreon Email Scraper API in JavaScript

Patreon Email Scraper API through CLI

Patreon Email Scraper OpenAPI definition

Patreon Email Scraper API