
YouTube Comments Scraper is a reusable BrowserAct template for collecting structured records from public YouTube pages.
YouTube Comments Scraper is a reusable BrowserAct template for collecting structured records from public YouTube 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.
The Bot starts from your configured inputs, opens the relevant public YouTube page, loads the requested records, extracts the visible fields, and returns structured results. The default example uses https://www.youtube.com/watch?v=_ba9kScc85M for Video URL, but the input can be changed before each run.
results array.Field | Description |
|---|---|
| Publicly visible comment author value for the record, when available. |
| Publicly visible author channel 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. |
| Publicly visible is pinned value for the record, when available. |
| Publicly visible creator hearted value for the record, when available. |
| Publicly visible video title value for the record, when available. |
| Direct public video URL. |
| Record position in the collected result order. |
Run.Parameter | Required | Default | Description |
|---|---|---|---|
| Yes |
| Controls the video url used for this run. |
| Yes |
| Controls the max comment count used for this run. |
The table below uses records preserved from the validated Bot run. Up to the first 5 records are shown, and long values are shortened in this documentation preview.
comment_author | author_channel_url | comment_text | published_time | like_count | reply_count | comment_url | is_pinned | creator_hearted | video_title | video_url | rank |
|---|---|---|---|---|---|---|---|---|---|---|---|
Example value | Example value | Example value | null | null | false | Example value | Example value | 1 |
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.

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.

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



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.
Contact us at
Discord: Discord Community
E-mail: service@browseract.com