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リクエストに変えられます。
マネージド実行
各CrawloraプラットフォームAPIは、特定のデータサーフェスに合わせて設計されています。汎用的なfetchエンドポイントを公開する代わりに、エンドポイント固有のリクエストロジック、マネージドインフラ、パース、正規化、課金、そしてPlaygroundで検証済みのサンプルを組み合わせています。
対象プラットフォームとエンドポイントの種類に合わせてリクエスト挙動をチューニングしています。
対応エンドポイントはマネージドプロキシルーティングを利用でき、信頼性を高めながらインフラ運用の手間を減らせます。
JavaScriptレンダリングが必要な動的ページは、マネージドブラウザインスタンス経由で処理できます。
チャレンジページや利用不能な上流レスポンスを検知し、明確に通知します。
結果は生のHTMLではなく、ドキュメント化されたJSONで返されます。
本番統合の前に、DocsとPlaygroundから同じルートをテストできます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページは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.
/threads/profile/{username}Returns public profile metadata for a Threads username, including the visible biography and counts.
/threads/profile/{username}/postsReturns public profile posts with an opaque continuation cursor when more posts are available.
/threads/post/{username}/{code}Returns the public text, author, canonical URL, and preview image for a 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.
関連API
Social & Creator Platforms
Build creator intelligence, video research, transcript, and audience-comment workflows without maintaining YouTube scrapers.
Social & Creator Platforms
Track creator, content, hashtag, music, trend, and public ad creative signals from TikTok with production-ready API routes.
Social & Creator Platforms
Turn Instagram public data into structured inputs for social listening and creator research.
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.