# Tiktok Profile Post Scraper (`bhansalisoft/tiktok-profile-post-scraper`) Actor

Tiktok Post Detail Scraper : Tiktok Profile Post Scraper : Scrap all posts of tiktok profile with specific fiter which type of post,repost,like you require

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

## Pricing

from $7.00 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
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 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

## TikTok Profile Post Scraper

Extract **TikTok posts, reposts, liked videos, video posts, image posts, engagement metrics, creator profile information, subtitles, hashtags, music details, and downloadable video URLs** from **TikTok profile URLs**. This Apify actor is built for **TikTok profile scraping, influencer research, competitor analysis, content monitoring, trend discovery, and social media analytics**.

The actor collects detailed TikTok profile post data including **views, likes, comments, shares, saves, captions, hashtags, subtitles, creator information, profile statistics, and direct media URLs**.

Whether you need **TikTok profile posts for marketing, research, lead generation, analytics, or automation**, this actor provides structured JSON data that can be exported to **JSON, CSV, Excel, XML, RSS, or integrated with APIs and automation workflows**.

### Why use TikTok Profile Post Scraper?

TikTok is one of the largest social media platforms, but collecting profile post data manually is slow and inefficient. This actor automates the entire process and supports:

- Bulk TikTok profile scraping
- Date range filtering
- Posts and reposts collection
- Liked videos collection
- Video and image post filtering
- Engagement analytics
- Subtitle extraction
- Video download URLs
- Structured dataset export

### Features

#### TikTok profile scraping

- Scrape posts from TikTok profile URLs
- Collect recent or historical TikTok posts
- Bulk profile processing

#### Content collection options

- Posts
- Reposts
- Posts & Reposts
- Liked videos

#### Post type filters

- Video posts
- Image posts

#### Engagement metrics

- View count
- Like count
- Comment count
- Share count
- Save (collect) count

#### Creator information

- Username
- Profile ID
- Profile URL
- Profile avatar
- Biography
- Follower count
- Verification status

#### Video metadata

- Video duration
- Video resolution
- Aspect ratio
- Preview image
- Video URL
- CDN download URL

#### Audio and subtitles

- Original sound
- Music metadata
- Audio URL
- Subtitle URL
- Subtitle language
- Subtitle format

#### Export options

- JSON
- CSV
- Excel (XLSX)
- XML
- RSS
- HTML

### Input

Provide one or more TikTok profile URLs and configure optional filters.

#### Example input

```json
{
  "TiktokProfileUrls": "https://www.tiktok.com/@babyariel",
  "num_of_posts": 10,
  "Start_date": "08-01-2026",
  "End_date": "08-31-2026",
  "what_to_collect": "Posts",
  "post_type": "Video Posts",
  "country": "US"
}
```

### Output

Each TikTok post is stored as a structured dataset item.

#### Example output

```json
{
  "url": "https://www.tiktok.com/@babyariel/video/7671082704095546637",
  "post_id": "7671082704095546637",
  "description": "#bb28",
  "create_time": "2026-08-07T00:38:58.000Z",
  "digg_count": 10800,
  "share_count": 708,
  "collect_count": 386,
  "comment_count": 152,
  "play_count": 59100,
  "video_duration": 49,
  "hashtags": ["bb28"],
  "profile_username": "BabyAriel",
  "profile_followers": 36500000,
  "post_type": "video",
  "video_url": "https://...",
  "subtitle_url": "https://..."
}
```

### Extracted fields

#### Post information

- Post URL
- Post ID
- Description
- Caption text
- Hashtags
- Create time
- Post type
- Video duration

#### Engagement metrics

- Views / play count
- Likes
- Comments
- Shares
- Saves (collect count)

#### Creator profile

- Username
- Profile ID
- Profile URL
- Profile avatar
- Profile biography
- Verification status
- Follower count

#### Video and media

- Video URL
- CDN download URL
- Preview image
- Video resolution
- Aspect ratio
- Carousel images

#### Audio information

- Original sound
- Music title
- Music author
- Music cover image
- Audio URL

#### Subtitle information

- Subtitle URL
- Subtitle format
- Subtitle language
- Subtitle metadata

#### Discovery metadata

- Input profile URL
- Date filters
- Collection type
- Post type filter
- Country
- Sorting information

### Filtering options

#### Date range

Collect posts between specific dates.

Use:

- **Start\_date**
- **End\_date**

Format:

```text
08-01-2026
08-31-2026
```

#### Content type

Choose one of:

- Posts
- Reposts
- Posts & Reposts
- Liked

#### Post type

Choose:

- Video Posts
- Image Posts

#### Country

Specify the TikTok search country when applicable.

### Use cases

#### Influencer marketing

Analyze creator posting activity and engagement performance.

#### Competitor analysis

Monitor competitors and track viral content performance.

#### Social media analytics

Build dashboards using TikTok engagement data.

#### Content research

Identify high-performing TikTok videos and trending hashtags.

#### AI and machine learning

Collect TikTok datasets for caption analysis, engagement prediction, and trend detection.

#### Lead generation

Extract creator information and profile data for outreach campaigns.

### Bulk TikTok profile scraping

The actor supports scraping **multiple TikTok profile URLs** in a single run.

Each profile can return:

- Recent posts
- Historical posts
- Reposts
- Liked content
- Video metadata
- Engagement statistics
- Creator information

### API integration

Run the actor using the Apify API.

```bash
curl -X POST \
  https://api.apify.com/v2/acts/YOUR_ACTOR_ID/runs \
  -H "Content-Type: application/json" \
  -d '{
    "TiktokProfileUrls": "https://www.tiktok.com/@babyariel",
    "num_of_posts": 5
  }'
```

### Export formats

Apify datasets can be exported as:

- JSON
- CSV
- Excel (XLSX)
- XML
- RSS
- HTML

You can also connect the dataset directly to:

- Google Sheets
- Zapier
- Make
- n8n
- REST APIs
- Custom applications
- Data warehouses
- BI dashboards

### Frequently asked questions

#### Can I scrape multiple TikTok profiles?

Yes. You can provide multiple TikTok profile URLs and collect posts from each profile.

#### Can I collect only recent posts?

Yes. Use **Start\_date** and **End\_date** to limit the collection period.

#### Can I scrape reposts?

Yes. Select **Reposts** or **Posts & Reposts**.

#### Can I scrape image posts only?

Yes. Select **Image Posts** in **post\_type**.

#### Does the actor provide video URLs?

Yes. The output includes video URLs and CDN download links.

#### Are subtitles included?

Yes. Subtitle URLs, subtitle format, and subtitle language are included when available.

### Need custom features?

This actor can be extended with:

- Comment scraping
- User mention extraction
- Hashtag analytics
- Language detection
- Geo filtering
- Scheduled monitoring
- Webhook delivery
- Google Sheets integration
- Database integration
- API endpoints
- Incremental updates
- Viral post monitoring
- Trending hashtag tracking
- Creator growth tracking

For large-scale TikTok profile scraping, influencer monitoring, analytics pipelines, or custom automation workflows, this actor can be integrated directly with your Apify automation infrastructure and external applications.

### Disclaimer

This actor is intended for collecting **publicly available TikTok profile post data**. Users are responsible for ensuring compliance with TikTok's terms of service and all applicable laws and regulations in their jurisdiction.

# Actor input Schema

## `TiktokProfileUrls` (type: `string`):

Paste Tiktok Profile URLS

## `num_of_posts` (type: `integer`):

Maximum number of results per URL or per search term overall (upper cap).

## `Start_date` (type: `string`):

Post Start Date

## `End_date` (type: `string`):

Post End Date in Format : mm-dd-yyyy

## `what_to_collect` (type: `string`):

Select Content Type Which you want to Collect

## `post_type` (type: `string`):

Select Post Type

## `country` (type: `string`):

Tiktok Search country

## Actor input object example

```json
{
  "TiktokProfileUrls": "https://www.tiktok.com/@babyariel",
  "num_of_posts": 0,
  "what_to_collect": "",
  "post_type": "",
  "country": ""
}
```

# Actor output Schema

## `results` (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 = {
    "TiktokProfileUrls": "https://www.tiktok.com/@babyariel"
};

// Run the Actor and wait for it to finish
const run = await client.actor("bhansalisoft/tiktok-profile-post-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 = { "TiktokProfileUrls": "https://www.tiktok.com/@babyariel" }

# Run the Actor and wait for it to finish
run = client.actor("bhansalisoft/tiktok-profile-post-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 '{
  "TiktokProfileUrls": "https://www.tiktok.com/@babyariel"
}' |
apify call bhansalisoft/tiktok-profile-post-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,bhansalisoft/tiktok-profile-post-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/nAXLjJza236e4DyAv/builds/USIVggWJYm8oFCbug/openapi.json
