VOOZH about

URL: https://apify.com/simpleapi/patreon-b2b-emails-scraper/api/python

⇱ 🎨 Patreon B2B Email Scraper API in Python Β· Apify


πŸ‘ 🎨 Patreon B2B Email Scraper avatar

🎨 Patreon B2B Email Scraper

Pricing

from $2.99 / 1,000 results

Go to Apify Store

Pricing

from $2.99 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ SimpleAPI

SimpleAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

18 days ago

Last modified

Share

You might also like

🎨 Patreon B2B Email Scraper

scraper-engine/patreon-b2b-emails-scraper

πŸ‘ User avatar

Scraper Engine

2

🎨 Patreon B2B Email Scraper

scrapio/patreon-b2b-emails-scraper

🎨 Patreon B2B Email Scraper

api-empire/patreon-b2b-emails-scraper

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

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.

πŸ’Ό LinkedIn B2B Email Scraper

scraper-engine/linkedin-b2b-emails-scraper

πŸ‘ User avatar

Scraper Engine

2

You can access the 🎨 Patreon B2B 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":["marketing"],
10"customDomains":[
11"@outlook.com",
12"@gmail.com",
13],
14"patterns":[
15"email_for_bookings",
16"bio_email_basic",
17"contact_at_domain",
18"business_development",
19],
20"location":"",
21}
22
23# Run the Actor and wait for it to finish
24run = client.actor("simpleapi/patreon-b2b-emails-scraper").call(run_input=run_input)
25
26# Fetch and print Actor results from the run's dataset (if there are any)
27print("πŸ’Ύ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
28for item in client.dataset(run["defaultDatasetId"]).iterate_items():
29print(item)
30
31# πŸ“š Want to learn more πŸ“–? Go to β†’ https://docs.apify.com/api/client/python/docs/quick-start

🎨 Patreon B2B Email Scraper API in Python

The Apify API client for Python is the official library that allows you to use 🎨 Patreon B2B 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 B2B Email Scraper API in JavaScript

🎨 Patreon B2B Email Scraper API through CLI

🎨 Patreon B2B Email Scraper OpenAPI definition

🎨 Patreon B2B Email Scraper API