VOOZH about

URL: https://apify.com/scraperx/x-twitter-email-scraper/api/python

⇱ X / Twitter Email Scraper API in Python Β· Apify


Pricing

from $3.99 / 1,000 results

Go to Apify Store

X / Twitter Email Scraper

πŸ“§ X / Twitter Email Scraper (x-twitter-email-scraper) extracts email addresses from public X profiles to streamline outreach. πŸš€ Fast, reliable, and built for B2B leads, sales, and recruitment research. πŸ”Ž Start scraping smarter today.

Pricing

from $3.99 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ ScraperX

ScraperX

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

13 days ago

Last modified

Share

You might also like

X / Twitter Email Scraper

scrapapi/x-twitter-email-scraper

Twitter / X Scraper

rupom888/twitter-scraper

Twitter (X) Email Scraper

scrapevanta/twitter-email-scraper

Twitter (X) Email Scraper extracts publicly available email addresses and contact details from X (Twitter) profiles at scale. Collect emails, usernames, bios, follower counts, website links, and profile data for lead generation, outreach, recruitment, sales prospecting, and market research.

🐦 X / Twitter B2B Email Scraper

scraper-engine/twitter-b2b-emails-scraper

πŸ‘ User avatar

Scraper Engine

2

You can access the X / Twitter 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"emailDomains":["@gmail.com"],
11"proxyConfiguration":{"useApifyProxy":False},
12}
13
14# Run the Actor and wait for it to finish
15run = client.actor("scraperx/x-twitter-email-scraper").call(run_input=run_input)
16
17# Fetch and print Actor results from the run's dataset (if there are any)
18print("πŸ’Ύ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
19for item in client.dataset(run["defaultDatasetId"]).iterate_items():
20print(item)
21
22# πŸ“š Want to learn more πŸ“–? Go to β†’ https://docs.apify.com/api/client/python/docs/quick-start

X / Twitter Email Scraper API in Python

The Apify API client for Python is the official library that allows you to use X / Twitter 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:

X / Twitter Email Scraper API in JavaScript

X / Twitter Email Scraper API through CLI

X / Twitter Email Scraper OpenAPI definition

X / Twitter Email Scraper API