Loom Comments Scraper
by neatrat
Effortlessly scrape all comments and replies from any Loom video using just a URL. Export structured data to JSON or CSV for analysis, archiving, or integration.
Opens on Apify.com
About Loom Comments Scraper
Need to pull comments from a Loom video for analysis, archiving, or community engagement? This scraper does exactly that. You give it a Loom video URL or just the video ID, and it fetches all the comments and threaded replies for you. It's built for developers and teams who need to move that conversation data out of Loom and into a spreadsheet, database, or their own app without any manual copying and pasting. I use it mainly for two things: gathering user feedback from product demo videos and archiving Q&A sessions from internal training Looms. It saves hours. The output is clean JSON or CSV, structured so you can easily see which replies belong to which parent comment. It handles authentication if the video is private, so you can scrape internal team videos just as easily as public ones. If you're building a dashboard to track feedback or just need a reliable way to back up important discussions, this tool turns a tedious manual process into a simple, automated task. Set it up on a schedule in Apify to run automatically, and you'll always have the latest comments waiting for you.
What does this actor do?
Loom Comments Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
Loom Comments Scraper
Overview
This Apify actor automatically extracts comments from Loom videos. Provide a Loom video URL or video ID, and it returns the comment threads in a structured format. It's useful for collecting feedback, analyzing discussions, or archiving video comments without manual copying.
Key Features
- Flexible Input: Use a full Loom URL (share or embed links) or just the video ID.
- Dual Output Formats: Choose between a clean, structured format with user details and replies (
default), or the complete, raw JSON response from the Loom API (raw). - Structured Data: Outputs are organized with video ID, source URL, and a clear hierarchy of comments and replies.
- Error Handling: Provides clear messages for invalid inputs or inaccessible videos.
- Apify Platform Integration: Runs on Apify with managed scaling and structured dataset outputs.
How to Use
- Configure Input: Set the actor's input with either a
urlorvideoId. Optionally, specify thereturnType(defaultorraw). - Run the Actor: Start the actor on the Apify platform.
- Get Results: Access the extracted comment data from the actor's dataset tab, available for download in JSON, CSV, and other formats.
Input
Provide input as JSON. You must supply either a url or a videoId. If both are given, videoId takes precedence.
{
"url": "https://www.loom.com/share/473fad25ebd24b5ea8091503253dfecf",
"videoId": "",
"returnType": "default"
}
Parameters:
* url (String): The complete Loom video URL.
* videoId (String): The Loom video ID (e.g., 473fad25ebd24b5ea8091503253dfecf).
* returnType (String): Output format. Use "default" for structured comments or "raw" for the full API response.
Output
The primary output is a JSON object containing the video identifier and an array of comments. With returnType: "default", comments are formatted for readability:
{
"videoId": "473fad25ebd24b5ea8091503253dfecf",
"url": "https://www.loom.com/share/473fad25ebd24b5ea8091503253dfecf",
"comments": [
{
"user": "John Doe",
"userId": "user_1234",
"content": "Great video!",
"date": "2023-08-15T14:25:33Z",
"childComments": [
{
"user": "Jane Smith",
"userId": "user_5678",
"content": "I can answer that...",
"date": "2023-08-15T14:30:15Z"
}
]
}
]
}
With returnType: "raw", the comments field contains the unprocessed API response objects.
Limitations & Notes
- The scraper cannot access comments on private Loom videos.
- If a video has no comments, the
commentsarray will be empty. - For troubleshooting, first verify that the provided Loom video URL or ID is correct and publicly accessible.
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try Loom Comments Scraper now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- neatrat
- Pricing
- Paid
- Total Runs
- 208
- Active Users
- 6
Related Actors
TikTok Scraper
by clockworks
TikTok Data Extractor
by clockworks
Fast TikTok API (free-watermark videos)
by novi
YouTube Scraper
by streamers
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support