# TikTok Email & Profile Scraper (Bulk) (`logiover/tiktok-profile-email-scraper`) Actor

Bulk TikTok profile scraper with no login or API key. Export emails, phones and follower stats to CSV/JSON — a cheap TikTok API alternative.

- **URL**: https://apify.com/logiover/tiktok-profile-email-scraper.md
- **Developed by:** [Logiover](https://apify.com/logiover) (community)
- **Categories:** Social media, Lead generation, Business
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $3.50 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

## TikTok Email & Profile Scraper (Bulk)

Bulk-scrape public TikTok profiles and pull the contact email, phone and social handles out of every bio. This TikTok email scraper and profile data extractor takes a list of usernames or profile URLs and returns a clean, structured record for each — no login, no cookies, no API key.

Drop in a list of `@usernames` and get back a spreadsheet of profile stats and contacts. It runs on pure HTTP with no headless browser, which makes it one of the fastest and cheapest ways to enrich TikTok profiles in bulk.

![No login required](https://img.shields.io/badge/%E2%9C%93_No_login-no_cookies-2ea44f?style=for-the-badge)
![Fast & cheap](https://img.shields.io/badge/No_browser-fast_&_cheap-1f6feb?style=for-the-badge)
![Export](https://img.shields.io/badge/Export-JSON%C2%B7CSV%C2%B7Excel%C2%B7API-f59e0b?style=for-the-badge)
![Account safe](https://img.shields.io/badge/0%25-account_ban_risk-9333ea?style=for-the-badge)

---

### What you get

One structured record per profile, with the real fields you need:

- **username** and **profileUrl** — handle and direct link.
- **nickname**, **verified**, **privateAccount** — display name and status flags.
- **followerCount**, **followingCount**, **heartCount** (total likes), **videoCount** — full stats, overflow-safe (billions, never negative).
- **bio** — the complete profile bio text.
- **email** — contact email parsed from the bio.
- **phone** — phone number when published.
- **socialHandles** — linked Instagram, YouTube, Twitter, Facebook and Linktree handles.
- **bioLink** — the external link in the profile.
- **language** — profile language metadata.
- **avatar** — profile picture URL.

Export to **CSV, JSON, Excel or HTML**, or pull the data through the **Apify API and webhooks**.

---

### Use cases

- **Lead enrichment** — turn a list of handles into a contact-ready database with emails.
- **Influencer vetting** — verify follower and engagement counts before signing a deal.
- **CRM hygiene** — refresh follower stats and emails on a schedule.
- **Research & analytics** — snapshot competitor or category accounts over time.

---

### How to use

1. Add **profiles** — TikTok `@usernames` or full profile URLs.
2. (Optional) Turn on **onlyWithEmail** to keep only profiles that expose a contact email.
3. (Optional) Tune **maxConcurrency** for speed and set a **maxResults** cap.
4. Click **Start** and export the results.

#### Example input

```json
{
  "profiles": ["khaby.lame", "@charlidamelio", "https://www.tiktok.com/@mrbeast"],
  "onlyWithEmail": false,
  "maxConcurrency": 10
}
````

#### Example output

```json
{
  "username": "khaby.lame",
  "nickname": "Khabane lame",
  "verified": true,
  "privateAccount": false,
  "followerCount": 161803949,
  "followingCount": 80,
  "heartCount": 2620236217,
  "videoCount": 1329,
  "bio": "If you want to laugh you are in the right place 😎 collab: team@khaby.com",
  "bioLink": "https://linktr.ee/khaby.lame",
  "language": "en",
  "email": "team@khaby.com",
  "phone": null,
  "socialHandles": { "instagram": "khaby00" },
  "avatar": "https://p16-sign.tiktokcdn.com/...",
  "profileUrl": "https://www.tiktok.com/@khaby.lame"
}
```

***

### FAQ

#### Does this need a TikTok login or API key?

No. The actor reads only public profile data through residential proxies — no cookies, no account, no API key, and zero ban risk.

#### Will every profile have an email?

No — only creators who publish one in their bio. Turn on `onlyWithEmail` for an email-only list, or keep it off and also use the `phone` and `socialHandles` fields for extra contact paths.

#### Why is this cheaper than other TikTok scrapers?

It uses plain HTTP instead of a headless browser, so each profile costs a fraction of the compute. You can enrich thousands of profiles for very little.

#### Does it handle private or deleted accounts, and big like counts?

Yes. Private/deleted accounts are returned with a clear error flag instead of breaking the run, and counts are read from TikTok's string-based stats so totals over 2 billion stay exact.

#### Is this a TikTok API alternative for profile data?

Yes. It works as an unofficial TikTok API alternative — you scrape TikTok without an API key, reading public profile fields directly and returning them as structured records.

#### How do I export TikTok data to CSV or JSON?

Run the actor on your list of usernames and export the dataset to CSV, JSON, Excel or HTML, or pull it through the Apify API. It's a simple TikTok data export with no manual copy-paste.

#### Can I scrape TikTok without login or cookies?

Yes. This is a no-login TikTok profile scraper — it reads public data over plain HTTP with residential proxies, so no account, cookies or API key are needed.

***

### Pairs well with

- **TikTok Creator Lead Finder** — discover the handles by niche, then bulk-enrich them here.
- **TikTok Hashtag & Keyword Video Scraper** — collect the authors, enrich in bulk.

***

> **Responsible use.** This actor collects publicly available profile data only. You are responsible for complying with TikTok's Terms, the GDPR/CCPA and all applicable privacy laws.

### Changelog

#### 2026-06-07

- Docs: added coverage for TikTok API alternative use, exporting TikTok data to CSV/JSON, and scraping TikTok without login.

#### 2026-06-05

- Reliability fix: results are no longer dropped by strict output validation — runs now complete cleanly even at high volume (thousands of results).
- Stability & performance hardening; fresh rebuild.

#### 2026-06-04

- Verified live & refreshed build — reliability/maintenance pass.

# Actor input Schema

## `profiles` (type: `array`):

TikTok @usernames or profile URLs. Examples: 'mrbeast', '@khaby.lame', 'https://www.tiktok.com/@charlidamelio'.

## `onlyWithEmail` (type: `boolean`):

Skip profiles that don't expose a contact email in their bio.

## `maxConcurrency` (type: `integer`):

How many profiles to fetch in parallel.

## `maxResults` (type: `integer`):

Stop after saving this many profiles. 0 = no limit.

## `proxyConfiguration` (type: `object`):

TikTok requires residential proxies. Leave the default (Apify Proxy · RESIDENTIAL group).

## Actor input object example

```json
{
  "profiles": [
    "mrbeast",
    "https://www.tiktok.com/@khaby.lame"
  ],
  "onlyWithEmail": false,
  "maxConcurrency": 8,
  "maxResults": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `username` (type: `string`):

TikTok @username

## `nickname` (type: `string`):

Display name

## `followerCount` (type: `string`):

Follower count

## `email` (type: `string`):

Contact email

## `phone` (type: `string`):

Contact phone

## `language` (type: `string`):

Profile language

## `profileUrl` (type: `string`):

Profile URL

# 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 = {
    "profiles": [
        "mrbeast",
        "khaby.lame"
    ],
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("logiover/tiktok-profile-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 = {
    "profiles": [
        "mrbeast",
        "khaby.lame",
    ],
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

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

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

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

```

## CLI example

```bash
echo '{
  "profiles": [
    "mrbeast",
    "khaby.lame"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call logiover/tiktok-profile-email-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=logiover/tiktok-profile-email-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "TikTok Email & Profile Scraper (Bulk)",
        "description": "Bulk TikTok profile scraper with no login or API key. Export emails, phones and follower stats to CSV/JSON — a cheap TikTok API alternative.",
        "version": "1.0",
        "x-build-id": "C8WjgCFtsJ3aQxakn"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/logiover~tiktok-profile-email-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-logiover-tiktok-profile-email-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/logiover~tiktok-profile-email-scraper/runs": {
            "post": {
                "operationId": "runs-sync-logiover-tiktok-profile-email-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/logiover~tiktok-profile-email-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-logiover-tiktok-profile-email-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "profiles"
                ],
                "properties": {
                    "profiles": {
                        "title": "TikTok profiles",
                        "type": "array",
                        "description": "TikTok @usernames or profile URLs. Examples: 'mrbeast', '@khaby.lame', 'https://www.tiktok.com/@charlidamelio'.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "onlyWithEmail": {
                        "title": "Only profiles with an email",
                        "type": "boolean",
                        "description": "Skip profiles that don't expose a contact email in their bio.",
                        "default": false
                    },
                    "maxConcurrency": {
                        "title": "Max concurrency",
                        "minimum": 1,
                        "maximum": 30,
                        "type": "integer",
                        "description": "How many profiles to fetch in parallel.",
                        "default": 8
                    },
                    "maxResults": {
                        "title": "Max results",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Stop after saving this many profiles. 0 = no limit.",
                        "default": 0
                    },
                    "proxyConfiguration": {
                        "title": "Proxy",
                        "type": "object",
                        "description": "TikTok requires residential proxies. Leave the default (Apify Proxy · RESIDENTIAL group).",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
