Moj Comments Scraper – Export Video Comments
Pricing
from $1.50 / 1,000 moj comment results
Moj Comments Scraper – Export Video Comments
Scrape public Moj video comments in bulk by video ID. Automatically paginate and export comment text, authors, timestamps, and likes to JSON, CSV, or Excel.
Pricing
from $1.50 / 1,000 moj comment results
Rating
0.0
(0)
Developer
Tarique
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
What does Moj Comments Scraper do?
Moj Comments Scraper is a Moj comments exporter and video comments API for public videos on Moj. Submit one or many video IDs to export comment text, authors, Unix timestamps, and like counts as JSON, CSV, or Excel—one comment per row.
The Actor follows Moj's opaque pagination cursor automatically, removes overlapping comments, and keeps each original comment object in data. No Moj login, cookies, browser, or external API key is required. Requests use one sticky Apify Residential Proxy session and HTTP/1.1.
Why scrape Moj video comments?
- Analyze public audience reactions and recurring discussion themes.
- Compare engagement across a list of Moj videos.
- Export comment text, timestamps, authors, and like counts to a spreadsheet.
- Schedule periodic runs and consume datasets through the Apify API.
- Continue processing a batch even if one video is deleted, unavailable, or temporarily fails.
What comment data can be extracted?
| Field | Type | Description |
|---|---|---|
video_id | string | Video whose comments were requested |
page | integer | One-based page number followed by the Actor |
comment_id | string | Compact Moj comment identifier |
text | string | Public comment text |
author_id / author_name | string | Public comment author identity |
created_at | integer | Unix timestamp returned by Moj |
like_count | integer | Comment likes reported by Moj |
data | object | Original Moj comment object |
Related Moj scraper Actors
| If you need | Use this Actor |
|---|---|
| Find videos to analyze by keyword | Moj Search Scraper |
| Resolve video metadata and direct URLs | Moj Video Details & URL Parser |
| Collect all available posts from user IDs | Moj User Posts Scraper |
| Monitor videos in a hashtag feed | Moj Hashtag Scraper |
How to export Moj video comments
- Obtain one or more public Moj video IDs.
- Add them to the
video_idslist. - Choose the maximum number of pages per video.
- Start the Actor and open the Output dataset.
- Download the results or connect them to another Apify integration.
Moj Comments Scraper API input
See the Input tab for the complete form. IDs must be decimal strings. Duplicate IDs are removed before requests are sent.
{"video_ids": ["2722595169"],"max_pages": 5}
The page limit applies separately to every video ID. Pagination stops earlier when Moj returns no comments, no continuation token, or a repeated token. Video ID 2722595169 returned public comments when live-verified on September 20, 2026; availability can change.
Moj comments export output: JSON, CSV, and Excel
Each public comment is stored as one row. The normalized columns make CSV and Excel useful, while data keeps Moj's compact fields for JSON consumers.
{"success": true,"video_id": "1234567890","page": 1,"comment_id": "42","text": "This is an example comment.","author_id": "12345678901","author_name": "Example User","created_at": 1736942400,"like_count": 12,"error": null}
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel. When a video request fails, the Actor writes one failure row with a sanitized error instead of exposing session tokens or proxy credentials.
Moj comments API for sentiment analysis and AI agents
Call Actor ID spider_studio/moj-video-comments-scraper through the Apify API, JavaScript or Python client, schedules, webhooks, and integrations. One-row-per-comment output is suitable for audience research, sentiment analysis, topic clustering, moderation review, and LLM summarization.
Minimal request:
{"video_ids":["2722595169"],"max_pages":1}
Every row repeats video_id, so an agent or data warehouse can safely combine comments from multiple videos and still retain provenance.
Live verification and reliability
Last live-verified on September 20, 2026: the Actor followed Moj's opaque cursor across two pages and returned 20 unique top-level comments without cross-page duplicates. Actual comment volume depends on the selected video, moderation, and current availability; an empty page ends the run early.
How much does it cost to scrape Moj comments?
This Actor uses pay-per-event pricing with platform usage included:
| Apify user tier | Price per successful comment | Price per 1,000 comments |
|---|---|---|
| Free | $0.0025 | $2.50 |
| Bronze, Silver, Gold, Platinum, Diamond | $0.0015 | $1.50 |
The automatic Actor-start event costs $0.00005 per run. There is no video-request or page-request fee. Only unique comment rows successfully saved to the default Dataset trigger the comment-result event; videos without comments, empty pages, failure rows, retries, and duplicates are free. Post-run Dataset reads and long-term storage remain subject to Apify's standard platform pricing.
Tips and limitations
- Moj controls comment ranking; the Actor uses the upstream trending/descending order.
- Only top-level public comments are collected; reply-thread expansion is outside this Actor's scope.
- Results can change as comments are added, removed, or moderated.
- The Actor uses bounded retries for temporary network errors and rate limits.
Moj Comments Scraper FAQ, disclaimer, and support
How can I export Moj comments to Excel or CSV?
Run the Actor with one or more video IDs, open the default dataset, and choose Excel or CSV from the export options. JSON is also available for code and AI workflows.
Do I need a Moj account or API key?
No. Users do not supply Moj credentials, cookies, or API keys. The Actor establishes the required anonymous session automatically.
Does the Actor collect comment replies?
No. The current version collects top-level public comments in Moj's trending/descending order. Reply-thread expansion is not included.
Does this collect private comments or contact information?
No. It collects only comments and public author information returned by Moj's public business API.
Is this an official Moj comments API?
No. This independently developed Actor is not affiliated with or endorsed by Moj or ShareChat.
Our Actors are ethical and do not extract private user data such as email addresses, gender, or location. They only extract what users have chosen to share publicly. Results can contain personal data protected by GDPR and other regulations. Do not scrape personal data without a legitimate reason; consult your lawyers if unsure.
Use the Actor's API tab for programmatic execution. For support, create an issue with the video ID, page limit, and sanitized run link.