
TikTok Comments Scraper
TikTok Comments Scraper is a reusable BrowserAct template for collecting structured records from public TikTok pages.
Brief
TikTok Comments Scraper is a reusable BrowserAct template for collecting structured records from public TikTok pages. Configure the run inputs, start the Bot, and receive consistent output for research, monitoring, enrichment, or downstream automation without writing selectors or scraper code.
What Does BrowserAct TikTok Comments Scraper Do?
The Bot starts from your configured inputs, opens the relevant public TikTok page, loads the requested records, extracts the visible fields, and returns structured results. The default example uses https://www.tiktok.com/@victorcrespovaillo/video/7651655672882416918 for Video URL, but the input can be changed before each run.
Key Features of TikTok Comments Scraper
- Configurable public-page inputs without rebuilding the Bot.
- Structured records returned in a consistent
resultsarray. - Public, non-login extraction path.
- Reusable runs for new keywords, URLs, locations, or limits.
- Output ready for review, export, API use, or automation.
What Data Can I Extract from TikTok?
Field | Description |
|---|---|
| Publicly visible comment author value for the record, when available. |
| Publicly visible author profile url value for the record, when available. |
| Publicly visible comment text value for the record, when available. |
| Publicly visible published time value for the record, when available. |
| Publicly visible like count value for the record, when available. |
| Publicly visible reply count value for the record, when available. |
| Publicly visible comment url value for the record, when available. |
| Direct public video URL. |
| Record position in the collected result order. |
How to Use TikTok Comments Scraper
Quick Start Guide
- Click Run task.
- Keep the default inputs for a first test or enter your own public-page values.
- Click
Run. - Review the structured records after the run completes.
- Download the result or connect it to another workflow.
Input Parameters
Parameter | Required | Default | Description |
|---|---|---|---|
| Yes |
| Controls the video url used for this run. |
| Yes |
| Controls the max comment count used for this run. |
Example Output
{
"results": [
{
"comment_author": "Example value",
"author_profile_url": "https://example.com/public-record",
"comment_text": "Example value",
"published_time": "Example value",
"like_count": null,
"reply_count": null,
"comment_url": "https://example.com/public-record",
"video_url": "https://example.com/public-record",
"rank": 1
}
]
}
How Does it Work?
- Open the configured public TikTok video URL.
- Open or load the public comments panel and continue until Count is reached.
- Read visible comment text, author profile, time, engagement, and source URLs.
- Return normalized comments in collection order.
How to Build a New Scraper Bot with Agent Built
Step 1: Describe the data you need
Open BrowserAct and start Agent Built from the Home prompt box or from Create -> Build with Agent. Describe the public website, records, inputs, fields, and result limit.

Step 2: Let BrowserAct build and test the Bot
BrowserAct explores the live website, determines the navigation and extraction path, and validates the result. Reply in the same build conversation if the Agent requests a missing public URL, field, or expected output.

Step 3: Run the Bot and review the result
Run the completed Bot with default inputs. Check record count, source URLs, and required fields before reusing it with new inputs.


Why Use TikTok Comments Scraper?
- Replace repetitive copying from public TikTok pages.
- Keep the same output structure across repeated runs.
- Send public records into research, reporting, enrichment, or monitoring workflows.
Who Can Use TikTok Comments Scraper?
- Researchers and analysts collecting public web data.
- Marketing, sales, and operations teams preparing structured datasets.
- Automation builders connecting BrowserAct output to other tools.
- Developers who need reusable browser-collected JSON records.
Automation and Export

BrowserAct returns structured records first. You can then use that output through API JSON responses, n8n workflows, Make scenarios, Zapier automations, MCP-based agent workflows configured from the Bot's Integrations tab, or manual spreadsheet export.
Need Help?
Contact us at
Discord: Discord Community
E-mail: service@browseract.com
