Use AgentRouter to look up profiles, search social content, inspect comments, and monitor public account activity across live social routes through one API.
1
Live Providers
71
Live Routes
60 credits ($0.06)
Profile Lookup
60 credits ($0.06)
Content Search
The live social catalog currently exposes 9 capabilities across 4 public platforms. Profile lookup starts at 60 credits ($0.06), content search starts at 60 credits ($0.06), and comment inspection starts at 60 credits ($0.06).
Availability Note
1 social route are already modeled in the live catalog but are temporarily unavailable for execution.
What Is Agent Social Data?
Agent social data is the operational layer that lets an AI agent inspect public social platforms programmatically. That includes resolving accounts, searching public posts, listing profile activity, reading comment threads, and pulling follower or highlight context without manual browsing.
Production workflows usually break these jobs across multiple platform-specific scripts or brittle scraping paths. One integration might work for profile lookup, another for post search, and another for comments or audience context. That fragmentation makes routing and maintenance expensive for any agent that needs ongoing public social context.
AgentRouter turns those jobs into one routed social surface. The agent can recommend a route before execution, compare current pricing, and move from profile lookup to content search to comments and follower analysis without rebuilding the integration every time provider coverage changes.
Platform Coverage
Current live coverage includes Comment replies, Comments list, Content list, Content search, Followers and following, Profile lookup, Profile search.
Current live coverage includes Comment replies, Comments list, Content list, Content search, Followers and following, Profile lookup, Stories and highlights.
Current live coverage includes Comments list, Content get, Content list, Content search, Profile search.
Current live coverage includes Comment replies, Comments list, Content list, Content search, Followers and following, Profile lookup, Profile search.
Top Scenarios
Start from a known handle and return the normalized public profile before the agent branches into content or network analysis.
StableSocial
AgentCash
StableSocial
MPP
Identity resolution, creator research, and account verification
Coverage: 1 capabilities · 6 live routes
Start with Profile Lookup
Discover accounts when the agent knows the topic, company, or page type but not the exact profile yet.
Provider Comparison
The rows below are derived from the live social route catalog currently exposed through AgentRouter.
| Provider | Best For | Key Capabilities | Starting Price | Available Via |
|---|---|---|---|---|
StableSocial Covers profile lookup, account discovery, content search, comments, followers, and ephemeral content through one routed social catalog. 71 live routes | Cross-platform public social data workflows | Profile Lookup, Profile Search, Content Search, Content List +5 more Modes: Managed | 60 credits ($0.06) | AgentCash, MPP |
Quick Start
Get an API key, ask AgentRouter to recommend the right social route, and execute the capability without wiring each platform or provider separately.
Step 1
Enable the API once
Create one AgentRouter API key that can be reused across profile lookup, content search, comments, and network analysis workflows.
Step 2
Recommend the route
Let AgentRouter compare the current live social routes before the first execute call.
Step 3
Execute the social capability
Run profile lookup, content search, or comment inspection through the selected route while AgentRouter handles credits and settlement.
Works with
Pricing By Task
These examples translate live social route pricing into the public-data jobs operators usually evaluate before adding social workflows to an agent.
| Task | Route | Price | Notes |
|---|---|---|---|
| Look up one Instagram profile | StableSocial (social.profile.lookup.instagram.stablesocial.agentcash) | 60 credits ($0.06) | Resolve a known public handle before deeper account analysis. |
| Search Facebook pages by query | StableSocial (social.profile.search.facebook.pages.stablesocial.agentcash) | 60 credits ($0.06) | Discover candidate accounts when the workflow starts from an entity. |
| Search TikTok content by hashtag | StableSocial (social.content.search.tiktok.hashtag.stablesocial.agentcash) | 60 credits ($0.06) | Monitor a topic or trend before summarizing public discussion. |
| List recent Instagram posts | StableSocial (social.content.list.instagram.profile.stablesocial.agentcash) | 60 credits ($0.06) | Pull recent account activity for competitor or creator monitoring. |
| Read comments on one Instagram post |
Why AgentRouter
The social domain keeps profile lookup, content search, comments, followers, and ephemeral content behind one capability-first contract. Recommendation happens before execution, so the agent can compare the current route supply instead of hard-coding one provider and platform path forever.
FAQ
Agent social data is the operational layer that lets an AI agent look up public profiles, search posts, inspect comments, and monitor public account activity programmatically. On AgentRouter, those jobs sit behind one routed social API instead of separate platform-specific integrations.
The current staged social catalog covers Facebook, Instagram, Reddit, and TikTok routes. Coverage is visible on this page through the live route catalog and the platform section.
Yes. Use content-search when the workflow starts from a topic, keyword, or hashtag. Use profile-search when the workflow starts from an entity and needs candidate accounts first.
Yes. The same social domain includes comments list, comment replies, network connections, content listing, and ephemeral content routes when those routes are live.
No. AgentRouter handles route recommendation, execution, and wallet billing across the live social providers and transport paths exposed in the domain.
Reference
Use the capability browser below when you want contract-level detail: endpoints, live example modals, route breakdowns, and exact route prices.
| Capability | Endpoints | Price |
|---|---|---|
profile.lookup Get a known social profile or page by handle or platform-native identifier. | GET /api/agentic-api/domains/social/capabilities/profile-lookupRead the capability contract, current lifecycle status, and machine-readable metadata for this social workflow. | Free |
POST /api/agentic-api/domains/social/capabilities/profile-lookup/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/social/capabilities/profile-lookup/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
profile.search Search social profiles, pages, groups, or users by keyword across supported platforms. | GET /api/agentic-api/domains/social/capabilities/profile-searchRead the capability contract, current lifecycle status, and machine-readable metadata for this social workflow. | Free |
POST /api/agentic-api/domains/social/capabilities/profile-search/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/social/capabilities/profile-search/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
content.search Search public social posts by keyword, hashtag, tag, or music depending on platform support. | GET /api/agentic-api/domains/social/capabilities/content-searchRead the capability contract, current lifecycle status, and machine-readable metadata for this social workflow. | Free |
POST /api/agentic-api/domains/social/capabilities/content-search/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/social/capabilities/content-search/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
content.list List recent content for a known profile, page, or community feed. | GET /api/agentic-api/domains/social/capabilities/content-listRead the capability contract, current lifecycle status, and machine-readable metadata for this social workflow. | Free |
POST /api/agentic-api/domains/social/capabilities/content-list/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/social/capabilities/content-list/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
content.get Get one known social content object such as a Reddit post or comment. | GET /api/agentic-api/domains/social/capabilities/content-getRead the capability contract, current lifecycle status, and machine-readable metadata for this social workflow. | Free |
POST /api/agentic-api/domains/social/capabilities/content-get/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/social/capabilities/content-get/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
comments.list List comments on a known social post across supported platforms. | GET /api/agentic-api/domains/social/capabilities/comments-listRead the capability contract, current lifecycle status, and machine-readable metadata for this social workflow. | Free |
POST /api/agentic-api/domains/social/capabilities/comments-list/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/social/capabilities/comments-list/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
comments.replies List replies to a known comment on supported social platforms. | GET /api/agentic-api/domains/social/capabilities/comments-repliesRead the capability contract, current lifecycle status, and machine-readable metadata for this social workflow. | Free |
POST /api/agentic-api/domains/social/capabilities/comments-replies/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/social/capabilities/comments-replies/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 1 route in this breakdown are temporarily unavailable. | ||
network.connections List followers or following connections for a known social profile. | GET /api/agentic-api/domains/social/capabilities/network-connectionsRead the capability contract, current lifecycle status, and machine-readable metadata for this social workflow. | Free |
POST /api/agentic-api/domains/social/capabilities/network-connections/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/social/capabilities/network-connections/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
ephemeral.list List platform-native ephemeral social content such as Instagram stories or highlights. | GET /api/agentic-api/domains/social/capabilities/ephemeral-listRead the capability contract, current lifecycle status, and machine-readable metadata for this social workflow. | Free |
POST /api/agentic-api/domains/social/capabilities/ephemeral-list/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/social/capabilities/ephemeral-list/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. |
Related Pages
AgentRouter landing page
Browse all live domains, top API cards, and route coverage across the platform.
Install and auth
Enable AgentRouter, create the API key, and connect the shared wallet flow.
Search domain
Pair social discovery with web, news, answer, and research routes when the workflow expands beyond platform-native data.
Enrichment domain
Move from public profile context into person, company, and contact enrichment through the same routed API surface.
StableSocial
AgentCash
StableSocial
MPP
Brand discovery, competitor mapping, and community research
Coverage: 1 capabilities · 10 live routes
Start with Profile Search
Find posts, videos, or threads that match a query before the agent summarizes or monitors the conversation.
StableSocial
AgentCash
StableSocial
MPP
Trend monitoring, topic tracking, and social listening
Coverage: 1 capabilities · 14 live routes
Start with Content Search
Pull the recent posts for one profile so the agent can summarize cadence, themes, or launch activity.
StableSocial
AgentCash
StableSocial
MPP
Competitor monitoring, creator analysis, and account snapshots
Coverage: 2 capabilities · 12 live routes
Read comments and replies on one piece of content to understand audience reaction, support issues, or engagement quality.
StableSocial
AgentCash
StableSocial
MPP
Community moderation, support analysis, and sentiment review
Coverage: 2 capabilities · 13 live routes
Inspect the account network and short-lived content when the workflow depends on creator reach or narrative context.
StableSocial
AgentCash
StableSocial
MPP
Audience mapping, influence analysis, and campaign monitoring
Coverage: 2 capabilities · 16 live routes
| StableSocial (social.comments.list.instagram.post.stablesocial.agentcash) |
| 60 credits ($0.06) |
| Inspect response quality, support issues, or audience reaction. |
| Pull one follower network slice | StableSocial (social.network.connections.instagram.followers.stablesocial.agentcash) | 60 credits ($0.06) | Use when the agent needs audience or creator-network context. |
Pricing note: 1000 credits = $1 USD. Raw API responses still return numeric credit fields such as creditsCharged.