Sharechat Scraper avatar

Sharechat Scraper

Pricing

$15.00/month + usage

Go to Apify Store
Sharechat Scraper

Sharechat Scraper

Extract posts, profiles, tags, and comments from ShareChat with engagement metrics, media URLs, and detailed metadata.

Pricing

$15.00/month + usage

Rating

0.0

(0)

Developer

RibTools

RibTools

Maintained by Community

Actor stats

1

Bookmarked

30

Total users

2

Monthly active users

16 hours ago

Last modified

Share

Extract posts, profiles, comments, and tags from ShareChat — India's largest regional-language social platform — with engagement metrics, media URLs, and detailed metadata, all through fast, direct-API scraping with no browser automation.

What is ShareChat Scraper?

ShareChat Scraper is a powerful data extraction tool that automatically collects posts, creator profiles, comments, and tags from ShareChat, India's largest regional-language social platform. Simply provide starting URLs and get structured data including post captions and media, engagement counts, creator profile stats, comment threads, and tag/topic metadata.

This scraper talks to ShareChat's own APIs directly (no browser, no screenshots), delivering clean, structured datasets ready for analysis or integration into your systems.

What can this Actor do?

  • Extract post data — captions, media URLs (image/WebP/thumbnail), OCR text, location, background audio, tags, and engagement counts (likes, comments, favourites)
  • Extract profile data — subscriber counts, post counts, verification/creator status, bio, and profile media
  • Extract comment threads — per-post comment order, message text, stickers, and comment authors
  • Extract tag/topic data — descriptions, categories, engagement stats, and SEO metadata
  • Follow multiple entry points — trending feed, video feed, single post, profile, or tag URLs
  • Automatic pagination — crawls through feed pages until the requested number of results is reached
  • Optional add-ons — fetch the author profile and/or the comment thread for every scraped post
  • Premium proxies included — high-quality residential proxies built in at no additional cost
  • Structured output — JSON, CSV, Excel formats available
  • API integration — real-time data access through Apify API
  • Scheduled runs — automated daily/weekly data collection

What data can ShareChat Scraper extract?

FieldDescriptionExample
TypeRecord type: post, profile, comment, or tagpost
IDNumeric ShareChat ID123456789
URLPublic URL of the post or taghttps://sharechat.com/post/abc123xyz
Caption / MessagePost caption or comment text"Good morning! #blessed"
AuthorUsername and profile URL of the post/comment authorcreator_handle
EngagementLikes, comments, favourites, shares, views128 likes
MediaImage, WebP, and thumbnail URLs; background audiohttps://images.sharechat.com/abc.jpg
TagsTag buckets attached to a postDiwali
Profile statsSubscribers, post count, verified/private/creator flags15000 subscribers
Tag metadataCategory, genre, score, SEO title/description"Diwali | ShareChat"

How to scrape ShareChat

Step-by-step tutorial:

  1. Add starting URLs — Enter ShareChat feed, post, profile, or tag URLs (see compatible formats below)
  2. Configure options (optional) — enable "Return comments" and/or "Return authors" to pull comment threads and author profiles alongside each post
  3. Run the scraper — Click "Start" and monitor progress in real-time
  4. Download results — Export data in JSON, CSV, or Excel format

Proxies are included automatically — no setup required.

Compatible URL examples:

  • Trending / video feed: https://sharechat.com/
  • Single post: https://sharechat.com/post/abc123xyz
  • Profile: https://sharechat.com/profile/creator_handle
  • Tag: https://sharechat.com/tag/diwali

Important: Only URLs matching these patterns will work. Profile URLs return the profile record only — ShareChat exposes no discoverable profile-posts feed.

How much does it cost to scrape ShareChat?

ShareChat Scraper uses pay-per-event (PPE) pricing — you only pay for the specific records the scraper actually returns, billed per record type.

Is scraping ShareChat free?

The scraper follows Apify's PPE model with four independently charged events:

  • post-result: charged for every post record returned
  • profile-result: charged for every profile record returned (from a profile URL, or from the "Return authors" add-on)
  • comment-result: charged for every comment record returned (the "Return comments" add-on)
  • tag-result: charged for every tag record returned

Pricing is optimized for efficiency, using minimal compute units while maintaining high success rates. Contact support for volume discounts on large-scale projects.

Input configuration

The scraper accepts the following inputs:

Start URLs

One or more URLs where the scraper will start: a trending/video feed page, a post URL, a profile URL, or a tag URL. See the compatible URL formats above.

Proxies included: high-quality residential proxies are built into the Actor at no additional cost — no proxy configuration is required.

Max results

Maximum number of results to return (each result is a charged event). Leave empty for no limit.

Return comments

If enabled, also returns comments from every scraped post, charged as separate comment-result events.

Return authors

If enabled, also returns the profile record of each scraped post's author, charged as separate profile-result events.

Output example

Every dataset item carries a type field (post, profile, comment, or tag) and populates only the fields relevant to that type.

Post record:

{
"type": "post",
"id": 123456789,
"url": "https://sharechat.com/post/abc123xyz",
"post_shortcode": "abc123xyz",
"post_type": "image",
"post_location": "Mumbai, India",
"post_location_lat_long": "19.0760,72.8777",
"post_ocr_text": "Happy Diwali!",
"audio": {
"id": 555,
"clip_id": 4321,
"clip_title": "Trending Beat",
"clip_description": "Upbeat festival remix",
"duration": 30,
"url": "https://audio.sharechat.com/555.mp3",
"thumb_url": "https://images.sharechat.com/audio_thumb.jpg",
"creator_profile_id": 987654
},
"caption": "Good morning! #blessed",
"tags": [
{
"bucket_id": "42",
"bucket_name": "Festivals",
"tag_hash": "abc123hash",
"tag_id": "789",
"tag_name": "Diwali",
"tag_url": "https://sharechat.com/tag/diwali"
}
],
"comments_count": 42,
"likes_count": 128,
"favourite_count": 10,
"height": 1080,
"width": 1080,
"image_url": "https://images.sharechat.com/abc.jpg",
"image_webp_url": "https://images.sharechat.com/abc.webp",
"thumb_url": "https://images.sharechat.com/abc_thumb.jpg",
"create_date": "2026-07-01T10:15:00Z",
"author_id": 987654,
"author_username": "creator_handle",
"author_url": "https://sharechat.com/profile/creator_handle"
}

Profile record:

{
"type": "profile",
"id": 987654,
"name": "Creator Name",
"username": "creator_handle",
"gender": "female",
"creator_type": "influencer",
"subscribers_count": 15000,
"post_count": 340,
"follow_request_count": 0,
"followee_request_count": 0,
"is_featured": false,
"is_sc_blue_sc_subscribed": false,
"is_verified": true,
"is_private_profile": false,
"language": "hi",
"profile_url": "https://sharechat.com/profile/creator_handle",
"profile_cover_url": "https://images.sharechat.com/cover.jpg",
"profile_pic_url": "https://images.sharechat.com/pic.jpg",
"location": "Delhi, India",
"status": "Living my best life",
"zodiac": "Leo"
}

Comment record:

{
"type": "comment",
"post_id": 123456789,
"comment_order": 3,
"comment_type": "text",
"create_date": "2026-07-01T11:00:00Z",
"message": "Nice post!",
"caption": null,
"comment_sticker_url": null,
"author_id": 555111,
"author_name": "Jane Doe",
"author_username": "jane_doe",
"author_url": "https://sharechat.com/profile/jane_doe"
}

Tag record:

{
"type": "tag",
"id": 789,
"url": "https://sharechat.com/tag/diwali",
"name": "Diwali",
"description": "Trending festival celebration posts",
"genre": "festival",
"category": "entertainment",
"score": 87,
"language": "hi",
"likes_count": 56000,
"shares_count": 56,
"view_count": 98000,
"post_count": 340,
"bucket_id": 42,
"bucket_name": "Festivals",
"member_count": 5200,
"image_url": "https://images.sharechat.com/tag_diwali.jpg",
"is_adult": false,
"is_featured": true,
"seo_description": "Explore Diwali posts and celebrations on ShareChat",
"seo_title": "Diwali | ShareChat"
}

You can download the dataset extracted by ShareChat Scraper in various formats such as JSON, HTML, CSV, or Excel. The data is automatically cleaned and normalized for immediate use in analysis tools, databases, or business applications.

Use cases and applications

  • Social media monitoring — Track trending posts, tags, and creators on India's regional-language platforms
  • Influencer research — Identify and evaluate creators by subscriber count, engagement, and verification status
  • Content trend analysis — Analyze trending tags and topics across regional languages
  • Brand safety and moderation research — Review post and tag metadata (including adult-content flags) at scale

Integrations and API access

ShareChat Scraper seamlessly integrates with popular platforms:

FAQ and Support

Do I need to configure a proxy?

No. ShareChat implements anti-scraping measures that block direct requests, so the Actor includes high-quality residential proxies automatically at no additional cost. There's nothing to configure.

Why does a profile URL only return one record?

ShareChat doesn't expose a discoverable "posts by this profile" feed, so a profile start URL returns the profile record only — it does not also crawl that creator's posts. To collect a creator's posts, use "Return authors" from a feed or tag crawl instead, or start from a specific post URL.

What's the difference between "Return comments" and "Return authors"?

"Return comments" pulls the comment thread for each scraped post (billed as comment-result events). "Return authors" pulls the profile record of each post's author (billed as profile-result events). Both are optional and can be combined.

How often is the data updated?

ShareChat updates content in real-time. For fresh data, schedule regular scraper runs or use our API for on-demand extraction.

What if some URLs don't work?

The scraper only supports specific URL patterns from ShareChat (feed, post, profile, and tag URLs). Ensure your URLs match the compatible formats listed above. URLs outside these patterns are skipped.

Do you offer custom solutions?

Absolutely! We can customize the scraper for specific requirements, additional data points, or integration with your existing systems. Contact us through the Issues tab for enterprise solutions.

Need help or have feedback?

  • Report issues: Use the Issues tab for bug reports and feature requests
  • Custom development: Contact us for tailored solutions and enterprise integrations