Q: Instagram Comments (and other platforms)
Hi .. Can AgenticFlow scrape all comments from a post in Instagram (or Facebook, LinkedIn)... Ta
SeanP_AgenticFlowAI
May 7, 2025A: Hey Christian!
Good question about scraping comments. Here's the deal with AgenticFlow and social media comments:
- Instagram: Directly scraping all comments from an Instagram post via an official API is generally not possible for public posts you don't own, due to Instagram's/Meta's API restrictions designed to protect user privacy and prevent abuse. Our Instagram MCP would be limited by these official API capabilities.
- Facebook: Similar to Instagram, our Facebook Pages MCP (https://agenticflow.ai/mcp/facebook_pages) uses the official Graph API. It can retrieve comments from posts on pages you manage or have appropriate permissions for. Scraping all comments from arbitrary public posts is generally restricted.
- LinkedIn: Our LinkedIn MCP (https://agenticflow.ai/mcp/linkedin) can fetch comments on shares/posts that are accessible via the official API (typically posts you've made or within your network where permissions allow). It's not designed for scraping all comments from any public LinkedIn post.
General Approach for What IS Possible:
1. Official APIs (via MCPs): For platforms where we have an MCP (like Facebook Pages, LinkedIn), you can use actions like "Get Post Comments" if the API permits access to those comments (usually for your own content or content you have permissions for).
2. Third-Party Scraping Services (via MCP or API Call): If you need to scrape comments from public posts where official APIs are restrictive, your best bet is to use a specialized web scraping service that is designed to handle these platforms (they often manage proxies, browser emulation, etc.).
3. Apify MCP: (https://agenticflow.ai/mcp/apify) You could use an Apify Actor specifically designed for Instagram, Facebook, or LinkedIn comment scraping (if available on their platform) and trigger it from AgenticFlow.
4. API Call Node: If another scraping service provides an API, you can call it using our generic API Call node.
In short: AgenticFlow itself doesn't bypass platform restrictions on comment scraping. It facilitates interaction through official APIs (via MCPs) where allowed or helps you integrate with specialized scraping tools for more challenging public data extraction. Always be mindful of the terms of service of the platform you are trying to get data from.
Hope that clarifies!
That makes sense .. the Apify MCP option seems promising .. thank you for such a detailed reply.