Threads APIs

Fetch Threads profiles, posts, comments, reposts, and search results. JSON-driven dynamic API for social analytics and monitoring.

πŸ”

Get Post Comments

Get Post Comments endpoint for Threads data. List comments and replies on a post to analyze conversations.

GET /api/project/threads/get-post-comments
πŸ“¦

Get Post Detail

Get Post Detail endpoint for Threads data. Fetch full post details by ID for analytics, dashboards, or archives.

GET /api/project/threads/get-post-detail
⭐

Get Post ID by URL

Get Post ID by URL endpoint for Threads data. Resolve a Threads post URL into a post ID for downstream queries.

GET /api/project/threads/get-post-id-by-url
πŸ”„

Get Related Posts

Get Related Posts endpoint for Threads data. Discover related posts for broader topic exploration and clustering.

GET /api/project/threads/get-related-posts
πŸ“‘

Get User Info

Get User Info endpoint for Threads data. Retrieve Threads user profile data by identifier for audience and creator analysis.

GET /api/project/threads/get-user-info
πŸ”—

Get User Info (by User ID)

Get User Info (by User ID) endpoint for Threads data. Retrieve Threads user profile data by identifier for audience and creator analysis.

GET /api/project/threads/get-user-info-by-user-id
πŸ“‹

Get User Posts

Get User Posts endpoint for Threads data. Collect a user’s Threads posts for timelines, monitoring, and analytics.

GET /api/project/threads/get-user-posts
🌐

Get User Replies

Get User Replies endpoint for Threads data. Retrieve replies posted by a user to analyze engagement and discussions.

GET /api/project/threads/get-user-replies
πŸ”

Get User Reposts

Get User Reposts endpoint for Threads data. Track repost activity to understand amplification and sharing behavior.

GET /api/project/threads/get-user-reposts
πŸ“¦

Search Profiles

Search Profiles endpoint for Threads data. Search profiles by keyword to discover creators and brands.

GET /api/project/threads/search-profiles
⭐

Search Recent

Search Recent endpoint for Threads data. Search recent Threads posts for real-time monitoring and alerts.

GET /api/project/threads/search-recent
πŸ”„

Search Top

Search Top endpoint for Threads data. Search top Threads posts to surface high-engagement content.

GET /api/project/threads/search-top