Public profile research
Threadsエンドポイントを使えば、「Public profile research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn public Threads conversations and creator activity into structured JSON for social listening, research, and monitoring.
Fetch public Threads profiles, posts, replies, search results, and paginated profile posts through documented Crawlora API endpoints.
エンドポイントファミリー
3
ドキュメント化されたパラメータ
13
サンプル数
5
ライブカタログスナップショット
稼働エンドポイント
5
メソッド
GET
必須パラメータ
12
スキーマ参照
5
{
"platform": "Threads",
"endpoint": "threads-search",
"method": "GET",
"path": "/threads/search",
"auth": "apiKey"
}ユースケース
Fetch public Threads profiles, posts, replies, search results, and paginated profile posts through documented Crawlora API endpoints.
Threadsエンドポイントを使えば、「Public profile research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Threadsエンドポイントを使えば、「Post and reply analysis」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Threadsエンドポイントを使えば、「Search and profile-post monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のThreadsエンドポイントカタログから取得しています(エンドポイント5件、ドキュメント化されたリクエストパラメータ13個、公開レスポンススキーマ5件)。DocsとPlaygroundが参照しているカタログと同じものです。
Threadsのエンドポイントは5件、3つのリクエストファミリーに分類されています(Post、Profile、Search)。
これらのThreadsエンドポイントには13個のリクエストパラメータがドキュメント化されており、うち12個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
5件のThreadsエンドポイントのうち5件が実際のサンプルレスポンスを、5件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
Threadsのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
Threadsのエンドポイントは5個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/threads/post/{username}/{code}
/threads/profile/{username}
/threads/search
エンドポイントカタログ
/threads/searchReturns the public first page of Threads search results for a query. Logged-out search does not expose a continuation cursor.
レスポンスに関する注記
Returns the first public page of post results visible to logged-out visitors. Threads does not expose a continuation cursor for this public search view, so `has_more` is false and `next_cursor` is omitted.
MCPツール threads_search
/threads/profile/{username}Returns public profile metadata for a Threads username, including the visible biography and counts.
レスポンスに関する注記
- Counts are normalized from the compact values visible on the public profile page. - Returns 404 when the public profile is unavailable and 503 when the public metadata cannot be parsed safely. Example response: ```json {"code":200,"msg":"OK","data":{"username":"zuck","name":"Mark Zuckerberg","url":"https://www.threads.com/@zuck","biography":"Mostly superintelligence and MMA takes","followers_count":5700000,"threads_count":151}} ```
MCPツール threads_profile
/threads/profile/{username}/postsReturns public profile posts with an opaque continuation cursor when more posts are available.
レスポンスに関する注記
Returns public posts in the profile feed. When `has_more` is true, pass `next_cursor` unchanged to retrieve the next page.
MCPツール threads_profile_posts
/threads/post/{username}/{code}Returns the public text, author, canonical URL, and preview image for a Threads post.
レスポンスに関する注記
- Returns only fields exposed in the credential-free public page metadata; reply pagination and logged-in fields are not included. - Returns 404 when the post is unavailable and 503 when the public metadata cannot be parsed safely. Example response: ```json {"code":200,"msg":"OK","data":{"code":"DakyAavlKLZ","url":"https://www.threads.com/@zuck/post/DakyAavlKLZ","text":"Example public post text","author":{"username":"zuck","name":"Mark Zuckerberg"}}} ```
MCPツール threads_post
/threads/post/{username}/{code}/repliesReturns the public replies currently exposed to logged-out visitors. The response identifies when Threads reports additional replies but withholds a usable continuation cursor.
レスポンスに関する注記
Returns replies visible to logged-out visitors. Threads can report that additional replies exist without providing a usable public continuation cursor; in that case `has_more` and `pagination_limited` are true and `next_cursor` is omitted.
MCPツール threads_post_replies
関連API
Social & Creator Platforms
Build creator intelligence, video research, transcript, and audience-comment workflows without maintaining YouTube scrapers.
Social & Creator Platforms
Turn Twitch's public channel, stream, clip, and team data into structured JSON — live status and viewer counts, top games, clips, VODs, and team rosters — as normalized JSON. Credential-free.
Social & Creator Platforms
Track creator, content, hashtag, music, trend, and public ad creative signals from TikTok with production-ready API routes.
Threadsのスクレイピング方法
Threads pages are designed for interactive browsing rather than structured export. Crawlora's Threads endpoints return public profiles, posts, replies, search results, and profile feeds as JSON.
Look up a public profile, post, replies, search query, or a profile's posts.
Pass the username, post code, search query, or optional pagination cursor to the matching endpoint.
Receive normalized author, post, engagement, reply, and pagination fields for the public content available.
Store cursors and repeat requests to follow public profile activity or analyze discussions over time.
FAQ
Send a public Threads username, post code, or search query to the matching Crawlora endpoint and receive structured JSON for profiles, posts, replies, search results, or profile feeds.
The profile-posts endpoint accepts an optional cursor and returns the next cursor when another page is available. Search currently returns the first public result page, and reply responses indicate when upstream pagination is limited.
No. Crawlora's endpoints collect publicly accessible Threads web data and do not require your account cookies, OAuth credentials, or a Meta developer token.
Collecting publicly accessible profile, post, and reply data is generally permissible when you respect Threads' terms, robots directives, rate limits, privacy rights, and applicable law. Only collect data you are authorized to use.