# Twitter Email Scraper (`bhansalisoft/twitter-email-scraper`) Actor

Twitter Email Scraper- Scrap Emails from Twitter specific profile using google search engine

- **URL**: https://apify.com/bhansalisoft/twitter-email-scraper.md
- **Developed by:** [bhansalisoft](https://apify.com/bhansalisoft) (community)
- **Categories:** Automation, Lead generation, Social media
- **Stats:** 19 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$10.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#rental-actors

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

### Twitter Email Scraper

Twitter Email Extractor Software is Unique software and 100% Real Email Extracting Software , I have Used Unique Technique in this software that you will not get in any marketplace.

Extract public email addresses and business contact information from Twitter posts and profiles using keywords, locations, and social media searches. This powerful Apify actor helps marketers, agencies, recruiters, and lead generation professionals automate Twitter email extraction at scale.

The scraper searches Twitter content and extracts publicly available emails, post titles, descriptions, and post URLs related to your target niche or keyword.

***

## Features

- Software will scrap emails from Twitter specific profiles using search engine(Google).
- You can search emails as per specified keyword, location, Country
- you can export data into excel/csv
- no duplicate record
- Extract public email addresses from Twitter content
- Search by keyword and location
- Collect Twitter post links and descriptions
- Bulk email extraction for lead generation
- Export data in JSON, CSV, Excel, XML, and more
- Fast cloud-based scraping with scalable performance
- Proxy support included
- API and automation friendly

***

## How to use

Search Using below parameter.

- \[Keyword] : Any Keyword like Jobs,Sales.
- \[Location] : this option is optional but you can write any location .
- \[Country] : Select Country of Email you want to Scrap Email
- \[Email Type] : if you want to scrap popular email like gmail,hotmail then retain default option. but if you want to scrap
  B2B business email, define your business domain email like '@domain.com'

***

## Example Tool Input

```json id="3n1ka0"
{
  "Country": "www",
  "Email_Type": "0",
  "Keyword": "Generative Art",
  "Limit": "1000",
  "location": "La Romana",
  "proxySettings": {
    "useApifyProxy": true,
    "apifyProxyGroups": [],
    "apifyProxyCountry": "US"
  },
  "social_network": "Twitter.com/"
}
```

***

## Example Output

```json id="84mxk2"
[
  {
    "Email": "theresa.buchheister@gmail.com",
    "title": "🐾 CREATURES LAB WORKSHOP HIGHLIGHTS ...",
    "Description": "CREATURES LAB WORKSHOP HIGHLIGHTS A generative art-science workshop hosted by La Romana ... contact via theresa.buchheister@gmail.com ... Read more",
    "Detail_Link": "https://www.twitter.com/p/DXuwqd3jRLk/"
  },
  {
    "Email": "artist.ai.taskforee@gmail.com",
    "title": "Tomorrow is the Day! The AI for the Arts x Google Arts & ...",
    "Description": "AI for the Arts x Google Arts & Culture event ... artist.ai.taskforee@gmail.com ... Read more",
    "Detail_Link": "https://www.twitter.com/p/DYiC2bwtXOx/"
  }
]
```

***

## Input Parameters

| Parameter      | Description                |
| -------------- | -------------------------- |
| Keyword        | Keyword or niche to search |
| location       | Target city or location    |
| Country        | Search domain selection    |
| Email\_Type     | Type of emails to extract  |
| Limit          | Maximum number of results  |
| proxySettings  | Apify proxy configuration  |
| social\_network | Social platform target     |

***

## Output Fields

| Field       | Description                    |
| ----------- | ------------------------------ |
| Email       | Extracted public email address |
| title       | Twitter video title           |
| Description | Twitter video description snippet       |
| Detail\_Link | Direct Twitter video URL      |

***

\#demo video

https://youtu.be/-Ews6n8ylP4

***

## Why Use This Twitter Email Scraper?

This scraper automates the process of discovering public Twitter emails and related posts based on your niche keywords. Instead of manually searching thousands of Twitter pages, you can instantly generate targeted lead lists for outreach, influencer marketing, recruitment, and market research.

Perfect for:

- Digital marketers
- SEO agencies
- Recruiters
- Influencer outreach teams
- AI startups
- Sales professionals
- Growth hackers

Start extracting Twitter emails and generating targeted leads today with this scalable Twitter Email Scraper on Apify.

if you face any issue , you can email us at bhansalisoft781986@gmail.com

# Actor input Schema

## `Keyword` (type: `string`):

Keyword

## `location` (type: `string`):

Location

## `social_network` (type: `string`):

Social Network

## `Country` (type: `string`):

Country

## `Email_Type` (type: `string`):

Email Type

## `Other_Email_Type` (type: `string`):

Other Email Type(Example @domain.com)

## `Limit` (type: `string`):

Max Number of Result : if this option is blank or 0 then it will scrap unlimited

## `proxySettings` (type: `object`):

Select proxies to be used by your crawler.

## Actor input object example

```json
{
  "Keyword": "TestKeyword",
  "social_network": "twitter.com/",
  "Country": "www",
  "Email_Type": "0",
  "Limit": "0",
  "proxySettings": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "Keyword": "TestKeyword",
    "Limit": "0",
    "proxySettings": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("bhansalisoft/twitter-email-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "Keyword": "TestKeyword",
    "Limit": "0",
    "proxySettings": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("bhansalisoft/twitter-email-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "Keyword": "TestKeyword",
  "Limit": "0",
  "proxySettings": {
    "useApifyProxy": false
  }
}' |
apify call bhansalisoft/twitter-email-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,bhansalisoft/twitter-email-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/poGs9XwFT3UrcH6Ah/builds/EhP12bUVhgbZOrgKR/openapi.json
