Moj Search Scraper – Videos, Users, Tags & Series avatar

Moj Search Scraper – Videos, Users, Tags & Series

Pricing

from $1.50 / 1,000 moj search results

Go to Apify Store
Moj Search Scraper – Videos, Users, Tags & Series

Moj Search Scraper – Videos, Users, Tags & Series

Search Moj videos, users, hashtags, series, and mixed results by keyword. Export automatically paginated public data to JSON, CSV, or Excel via API.

Pricing

from $1.50 / 1,000 moj search results

Rating

0.0

(0)

Developer

Tarique

Tarique

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

What does Moj Search Scraper do?

Moj Search Scraper is a Moj scraper and Moj search API for finding public videos, users, hashtags, series, and mixed results by keyword on Moj. It exports one clean row per result to JSON, CSV, or Excel and supports five search modes: Video, All, Series, Tag, and User.

Run one keyword or a batch of up to 100. The Actor follows every native cursor automatically, removes duplicate results, and stops at your page limit. No Moj login, cookies, browser, or external API key is required. All Moj traffic uses a sticky Apify Residential Proxy session.

Why use Moj Search Scraper?

  • Discover videos and creators for content research.
  • Monitor brands, topics, creators, and user-generated content (UGC).
  • Find series and public tag IDs for downstream collection.
  • Run a federated all search and keep the returned result type on every row.
  • Process up to 100 keywords in one run with separate pagination per keyword.
  • Schedule recurring searches, call the Actor through the Apify API, and connect datasets to other integrations.
  • Preserve Moj's original object in data while receiving stable columns for spreadsheets.

What Moj search data can be extracted?

FieldTypeDescription
search_typestringRequested vertical: video, all, series, tag, or user
keywordstringKeyword that returned the item
result_typestringActual result type; useful for all searches
item_idstringMoj video, series, tag, user, or livestream ID
titlestringCaption, series title, tag name, or user display name
urlstringPublic item URL when Moj exposes one
thumbnail_urlstringThumbnail or profile image
dataobjectOriginal Moj response object
If you needUse this Actor
Full video metadata and direct media linksMoj Video Details & URL Parser
Comments from one or more videosMoj Comments Scraper
Videos published by user IDsMoj User Posts Scraper
Videos from a Moj hashtag or tag IDMoj Hashtag Scraper

How to search Moj videos, users, hashtags, and series

  1. Choose one English search type from the dropdown.
  2. Add one or more keywords.
  3. Set the maximum number of pages for each keyword.
  4. Click Start and open the default dataset when the run finishes.
  5. Export the dataset as JSON, CSV, Excel, XML, or another Apify-supported format.

Moj Search Scraper API input

See the Input tab for the full form. The Actor intentionally has only three inputs.

{
"search_type": "video",
"keywords": ["dance"],
"max_pages": 3
}

max_pages applies independently to every keyword. Video and series searches use numeric offsets, user search switches from the initial value to Moj's opaque continuation token, and all follows the five returned vertical cursors together. Repeated or unusable cursors stop safely instead of looping.

The dance prefill was live-verified on September 20, 2026. Search rankings and availability can change over time.

Moj search API output: JSON, CSV, and Excel

Each result is a separate row. Duplicate IDs are removed within the same keyword and result type. all searches can return video, tag, user, series, and livestream rows. If one keyword fails, the Actor stores a sanitized failure row and continues with the other keywords.

{
"success": true,
"search_type": "video",
"keyword": "dance",
"result_type": "video",
"page": 1,
"item_id": "1234567890",
"title": "Example Moj result",
"url": "https://mojapp.in/video/1234567890",
"data": {"i": "1234567890"},
"error": null
}

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel. JSON is recommended when you need the complete nested data object.

Moj Search API for AI agents and automations

Use Actor ID spider_studio/moj-search-scraper from the Apify API, JavaScript or Python client, schedules, webhooks, and integrations. The normalized columns are compact enough for spreadsheets and LLM pipelines, while data preserves the complete source object for applications that need Moj-specific fields.

Minimal request:

{"search_type":"video","keywords":["dance"],"max_pages":1}

For AI agents, state the desired search type, keyword list, and page limit. The result rows always identify the original keyword and actual result_type, so mixed all searches can be routed without guessing.

Live verification and reliability

Last live-verified on September 20, 2026: all five search modes returned valid structured responses through Apify Residential Proxy. Cursor advancement was also verified across two pages for video, mixed, tag, and user searches; the tested series query stopped correctly after its first and only available page. Result counts depend on the keyword and Moj's current index, so these checks demonstrate behavior rather than promise a fixed volume.

How much does a Moj search scraper cost?

This Actor uses pay-per-event pricing with platform usage included:

Apify user tierPrice per successful resultPrice per 1,000 results
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 keyword-request or page-request fee. Only unique search rows successfully saved to the default Dataset trigger the search-result event; empty searches, 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

  • Search results change over time and can vary with Moj's ranking system.
  • An empty page ends pagination early even when a larger page limit was requested.
  • Moj's API requires HTTP/1.1; the Actor deliberately does not enable HTTP/2.
  • Every run creates one anonymous Moj guest session and reuses it with one sticky residential proxy identity.

Moj Search Scraper FAQ, disclaimer, and support

Is this an official Moj API?

No. This is an independently developed Moj scraper and automation API for public data. It is not affiliated with or endorsed by Moj or ShareChat.

Can I search Moj without logging in?

Yes. Users do not provide a Moj account, password, cookie, or API key. The Actor establishes the anonymous session required by Moj automatically.

Does the Actor scrape private profiles?

No. It only collects results Moj returns through public business endpoints.

Can I use the results programmatically?

Yes. Use the Actor's API tab, Apify clients, schedules, webhooks, or integrations to start runs and read the default dataset.

Can I export Moj search results to CSV or Excel?

Yes. Open the run's dataset and choose CSV, Excel, JSON, XML, or another available export format.

Our Actors are ethical and do not extract private user data such as email addresses, gender, or location. They only extract what the user has chosen to share publicly. Results can still contain personal data protected by GDPR and other regulations. Do not scrape personal data without a legitimate reason; consult your lawyers if you are unsure.

Report reproducible issues through the Actor's Issues tab and include the search type, keyword, and sanitized run link.