Back to Blog
Product Update

New Endpoint: Scrape Instagram Comments from Any Public Post!

December 29, 2025
2 min read
S
By SociaVault Team
InstagramNew FeatureCommentsGiveaways

New Endpoint: Scrape Instagram Comments from Any Public Post!

We are excited to announce one of our most requested features: Instagram Comment Scraping.

Previously, you could scrape profiles and posts. Now, you can go deeper and extract the conversation happening on those posts.

What Can You Do With This?

  1. Run Fair Giveaways: "Tag 3 friends to enter." You can now scrape all comments, verify who tagged 3 people, and pick a random winner transparently.
  2. Sentiment Analysis: Analyze how people are reacting to a competitor's new product launch.
  3. Spam Monitoring: Detect and flag bot comments on your own posts.

How It Works

Endpoint: GET /v1/scrape/instagram/comments

Parameters:

  • shortcode: The ID from the URL (e.g., Cz123abc).
  • count: Number of comments to retrieve (default 50).

Example Request

curl -X GET "https://api.sociavault.com/v1/scrape/instagram/comments?shortcode=Cz123abc&count=100" \
  -H "Authorization: Bearer YOUR_API_KEY"

Example Response

{
  "success": true,
  "data": {
    "count": 100,
    "items": [
      {
        "id": "1798...",
        "text": "This is amazing! 🔥",
        "owner": {
          "username": "fan_account_1",
          "profile_pic_url": "..."
        },
        "created_at": 1700000000,
        "like_count": 5
      }
    ]
  }
}

Pricing

Comment scraping costs 1 credit per 20 comments. This makes it affordable to scrape even viral posts with thousands of comments.

Try It Now

This endpoint is live for all users today. Check the documentation for full details.

Read the Docs | Get API Key

Found this helpful?

Share it with others who might benefit

Ready to Try SociaVault?

Start extracting social media data with our powerful API. No credit card required.