Direct access

Provider-owned integration

This listing is discovery-only. Calls go straight to the provider and follow the provider's docs and auth model.

Marketplace execution
Disabled
Auth and payment
Provider-defined
Available endpoints (37)

Setup and exact call parameters for AI Agents
Use this listing to discover StableSocial docs and social-data workflows for agents.

## Access model
This is a discovery-only external API. Calls go directly to the provider; the marketplace does not proxy, authenticate, or settle them.

## Setup
1. Review the provider docs before calling any endpoint.
2. Authenticate directly with the provider as required by the provider.
3. Authenticate directly with StableSocial as required by the provider.

## External Endpoints

### Get Facebook comment replies
Method: POST
Direct URL: https://stablesocial.dev/api/facebook/comment-replies
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/facebook/comment-replies" \
  -H "Content-Type: application/json" \
  -d '{
  "post_id": "string",
  "comment_id": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Facebook followers
Method: POST
Direct URL: https://stablesocial.dev/api/facebook/followers
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/facebook/followers" \
  -H "Content-Type: application/json" \
  -d '{
  "profile_id": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Facebook following
Method: POST
Direct URL: https://stablesocial.dev/api/facebook/following
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/facebook/following" \
  -H "Content-Type: application/json" \
  -d '{
  "profile_id": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Facebook page/user posts
Method: POST
Direct URL: https://stablesocial.dev/api/facebook/posts
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/facebook/posts" \
  -H "Content-Type: application/json" \
  -d '{
  "profile_id": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Facebook page/user profile
Method: POST
Direct URL: https://stablesocial.dev/api/facebook/profile
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/facebook/profile" \
  -H "Content-Type: application/json" \
  -d '{
  "profile_id": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Facebook post comments
Method: POST
Direct URL: https://stablesocial.dev/api/facebook/post-comments
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/facebook/post-comments" \
  -H "Content-Type: application/json" \
  -d '{
  "post_id": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Instagram comment replies
Method: POST
Direct URL: https://stablesocial.dev/api/instagram/comment-replies
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/instagram/comment-replies" \
  -H "Content-Type: application/json" \
  -d '{
  "post_id": "string",
  "comment_id": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Instagram followers
Method: POST
Direct URL: https://stablesocial.dev/api/instagram/followers
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/instagram/followers" \
  -H "Content-Type: application/json" \
  -d '{
  "handle": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Instagram following
Method: POST
Direct URL: https://stablesocial.dev/api/instagram/following
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/instagram/following" \
  -H "Content-Type: application/json" \
  -d '{
  "handle": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Instagram post comments
Method: POST
Direct URL: https://stablesocial.dev/api/instagram/post-comments
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/instagram/post-comments" \
  -H "Content-Type: application/json" \
  -d '{
  "post_id": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Instagram user highlights
Method: POST
Direct URL: https://stablesocial.dev/api/instagram/highlights
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/instagram/highlights" \
  -H "Content-Type: application/json" \
  -d '{
  "handle": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Instagram user posts
Method: POST
Direct URL: https://stablesocial.dev/api/instagram/posts
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/instagram/posts" \
  -H "Content-Type: application/json" \
  -d '{
  "handle": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Instagram user profile
Method: POST
Direct URL: https://stablesocial.dev/api/instagram/profile
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/instagram/profile" \
  -H "Content-Type: application/json" \
  -d '{
  "handle": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Instagram user stories
Method: POST
Direct URL: https://stablesocial.dev/api/instagram/stories
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/instagram/stories" \
  -H "Content-Type: application/json" \
  -d '{
  "handle": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Reddit comment details
Method: POST
Direct URL: https://stablesocial.dev/api/reddit/comment
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/reddit/comment" \
  -H "Content-Type: application/json" \
  -d '{
  "comment_id": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Reddit post comments
Method: POST
Direct URL: https://stablesocial.dev/api/reddit/post-comments
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/reddit/post-comments" \
  -H "Content-Type: application/json" \
  -d '{
  "post_id": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Reddit post details
Method: POST
Direct URL: https://stablesocial.dev/api/reddit/post
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/reddit/post" \
  -H "Content-Type: application/json" \
  -d '{
  "post_id": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get TikTok comment replies
Method: POST
Direct URL: https://stablesocial.dev/api/tiktok/comment-replies
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/tiktok/comment-replies" \
  -H "Content-Type: application/json" \
  -d '{
  "post_id": "string",
  "comment_id": "string",
  "profile_id": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get TikTok followers
Method: POST
Direct URL: https://stablesocial.dev/api/tiktok/followers
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/tiktok/followers" \
  -H "Content-Type: application/json" \
  -d '{
  "handle": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get TikTok following
Method: POST
Direct URL: https://stablesocial.dev/api/tiktok/following
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/tiktok/following" \
  -H "Content-Type: application/json" \
  -d '{
  "handle": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get TikTok user posts
Method: POST
Direct URL: https://stablesocial.dev/api/tiktok/posts
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/tiktok/posts" \
  -H "Content-Type: application/json" \
  -d '{
  "handle": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get TikTok user profile
Method: POST
Direct URL: https://stablesocial.dev/api/tiktok/profile
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/tiktok/profile" \
  -H "Content-Type: application/json" \
  -d '{
  "handle": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get TikTok video comments
Method: POST
Direct URL: https://stablesocial.dev/api/tiktok/post-comments
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/tiktok/post-comments" \
  -H "Content-Type: application/json" \
  -d '{
  "post_id": "string",
  "profile_id": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get subreddit posts
Method: POST
Direct URL: https://stablesocial.dev/api/reddit/subreddit
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/reddit/subreddit" \
  -H "Content-Type: application/json" \
  -d '{
  "name": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Poll job status and retrieve results
Method: GET
Direct URL: https://stablesocial.dev/api/jobs
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X GET "https://stablesocial.dev/api/jobs"

Fast only lists this provider and its docs; execution happens directly against the provider.

### Search Facebook group profiles
Method: POST
Direct URL: https://stablesocial.dev/api/facebook/search-groups
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/facebook/search-groups" \
  -H "Content-Type: application/json" \
  -d '{
  "keywords": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Search Facebook page profiles
Method: POST
Direct URL: https://stablesocial.dev/api/facebook/search-pages
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/facebook/search-pages" \
  -H "Content-Type: application/json" \
  -d '{
  "keywords": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Search Facebook people profiles
Method: POST
Direct URL: https://stablesocial.dev/api/facebook/search-people
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/facebook/search-people" \
  -H "Content-Type: application/json" \
  -d '{
  "keywords": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Search Facebook posts by keyword
Method: POST
Direct URL: https://stablesocial.dev/api/facebook/search
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/facebook/search" \
  -H "Content-Type: application/json" \
  -d '{
  "keywords": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Search Instagram by tag
Method: POST
Direct URL: https://stablesocial.dev/api/instagram/search-tags
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/instagram/search-tags" \
  -H "Content-Type: application/json" \
  -d '{
  "tag": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Search Instagram posts by keyword
Method: POST
Direct URL: https://stablesocial.dev/api/instagram/search
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/instagram/search" \
  -H "Content-Type: application/json" \
  -d '{
  "keywords": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Search Reddit posts by keyword
Method: POST
Direct URL: https://stablesocial.dev/api/reddit/search
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/reddit/search" \
  -H "Content-Type: application/json" \
  -d '{
  "keywords": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Search Reddit user profiles
Method: POST
Direct URL: https://stablesocial.dev/api/reddit/search-profiles
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/reddit/search-profiles" \
  -H "Content-Type: application/json" \
  -d '{
  "keywords": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Search TikTok by hashtag
Method: POST
Direct URL: https://stablesocial.dev/api/tiktok/search-hashtag
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/tiktok/search-hashtag" \
  -H "Content-Type: application/json" \
  -d '{
  "hashtag": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Search TikTok posts by keyword
Method: POST
Direct URL: https://stablesocial.dev/api/tiktok/search
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/tiktok/search" \
  -H "Content-Type: application/json" \
  -d '{
  "keywords": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Search TikTok posts by sound
Method: POST
Direct URL: https://stablesocial.dev/api/tiktok/search-music
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/tiktok/search-music" \
  -H "Content-Type: application/json" \
  -d '{
  "music_id": "string",
  "music_title": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Search TikTok user profiles
Method: POST
Direct URL: https://stablesocial.dev/api/tiktok/search-profiles
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/tiktok/search-profiles" \
  -H "Content-Type: application/json" \
  -d '{
  "keywords": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.
Have a request?

Suggest marketplace coverage