Moj Hashtag Scraper – Tag Video Feed API
Pricing
from $1.50 / 1,000 moj hashtag videos
Moj Hashtag Scraper – Tag Video Feed API
Scrape Moj hashtag and tag video feeds by tag ID. Follow opaque pagination automatically and export captions, creators, media URLs, and engagement data.
Pricing
from $1.50 / 1,000 moj hashtag videos
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 Hashtag Scraper do?
Moj Hashtag Scraper is a Moj hashtag API and tag video feed scraper for collecting public recommended/popular videos from Moj. Provide a tagId to export captions, video URLs, thumbnails, creators, likes, comments, views, and original post data to JSON, CSV, or Excel.
The Actor follows Moj's long opaque cursor automatically, removes duplicate video IDs, and stops safely at the requested page limit. No Moj login, cookies, browser automation, or external API key is required. Requests use one sticky Apify Residential Proxy session over HTTP/1.1.
Why scrape a Moj tag feed?
- Monitor public videos recommended for a hashtag or topic.
- Compare captions, creators, thumbnails, and engagement signals.
- Discover video IDs for detail, URL-parsing, or comment workflows.
- Schedule recurring runs and connect the output to Apify integrations.
- Keep normalized spreadsheet columns plus Moj's complete raw post object.
What tag recommendation data can be extracted?
| Field | Type | Description |
|---|---|---|
tag_id | string | Requested Moj tag ID |
page | integer | One-based feed page number |
video_id | string | Recommended Moj video ID |
caption | string | Public caption |
video_page_url | string | Public Moj page |
video_url | string | Direct video URL returned by Moj |
thumbnail_url | string | Public thumbnail |
author_id / author_name | string | Public creator identity |
| interaction counts | integer | Likes, comments, and views when available |
data | object | Original Moj post object |
Related Moj scraper Actors
| If you need | Use this Actor |
|---|---|
| Search hashtag names and discover tag IDs | Moj Search Scraper |
| Resolve complete video metadata and media URLs | Moj Video Details & URL Parser |
| Export comments from hashtag videos | Moj Comments Scraper |
| Collect videos published by specific users | Moj User Posts Scraper |
How to scrape Moj hashtag and tag videos
- Obtain a public Moj tag ID, for example from the Search Actor's
tagorallmode. - Paste it into
tagId. - Choose the maximum number of feed pages.
- Start the Actor and open Output.
- Download or integrate the resulting dataset.
Moj Hashtag Scraper API input
{"tagId": "9248170","max_pages": 5}
tagId must be a decimal string. See the Input tab for validation details. Moj controls page size; max_pages limits requests rather than promising a fixed number of videos. Tag ID 9248170 returned public videos when live-verified on September 20, 2026; feed availability can change.
Moj hashtag feed output: JSON, CSV, and Excel
Each unique recommendation is stored as a row. Pagination stops on an empty page, a missing cursor, a repeated cursor, or the requested limit.
{"success": true,"tag_id": "1234567","page": 1,"video_id": "1234567890","caption": "Example tagged video caption","video_page_url": "https://mojapp.in/video/1234567890","video_url": "https://cdn.example.com/example-video.mp4","author_name": "Example Creator","error": null}
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel. JSON is best when you need all nested fields from data.
Moj hashtag API for AI agents and automations
Call Actor ID spider_studio/moj-hashtag-feed-scraper through the Apify API, JavaScript or Python client, schedules, webhooks, and integrations. The flat output works for trend monitoring, UGC discovery, creator research, content analysis, and LLM pipelines; the nested data object remains available when an application needs Moj-specific fields.
Minimal request:
{"tagId":"9248170","max_pages":1}
An agent with only a hashtag name should first call Moj Search Scraper in tag mode, read the returned tag ID, and then pass it to this Actor.
Live verification and reliability
Last live-verified on September 20, 2026: the Actor passed Moj's opaque cursor verbatim across two pages and returned 29 unique public videos for the tested tag. Feed size and ranking change over time, so this is evidence that pagination worked rather than a guaranteed result count.
How much does a Moj tag feed run cost?
This Actor uses pay-per-event pricing with platform usage included:
| Apify user tier | Price per successful video | Price per 1,000 videos |
|---|---|---|
| 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 tag-request or page-request fee. Only unique hashtag-feed videos successfully saved to the default Dataset trigger the video-result event; empty feeds, 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
- Recommendation order and availability are controlled by Moj and change over time.
- The cursor is opaque and must be returned verbatim; the Actor handles this automatically.
- Deleted or unavailable tags produce a sanitized failure row.
- Direct video URLs can expire. Resolve current alternate encodes with Moj Video Details & URL Parser.
Moj Hashtag Scraper FAQ, disclaimer, and support
What is the difference between Moj tag search and a tag feed?
Tag search converts a keyword or hashtag name into matching tag records and IDs. This Actor accepts one of those IDs and collects the recommended videos in its paginated feed.
How do I find a Moj tag ID?
Run Moj Search Scraper with search_type set to tag or all, then copy the result's item_id into tagId.
Does this search tag names?
No. This Actor consumes a tag ID. Use Moj Search Scraper in tag or all mode to discover IDs.
Can I export Moj hashtag videos to Excel or CSV?
Yes. Open the default dataset after a run and choose Excel, CSV, JSON, XML, or another available format.
Is this an official Moj hashtag API?
No. It is an independent public-data scraper and 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 API tab for programmatic access and the Issues tab for support. Include the tag ID, page limit, and sanitized run link.