Twitter (X) Comments Scraper
Collect public replies from Twitter post URLs with the source post, reply author, content, timestamps, media links, and engagement details.
概要
Twitter (X) Comments Scraper turns known public post URLs into structured reply records that are ready to review, filter, and compare. Each record connects one reply to its source post and preserves the post and reply links, authors, text, publication times, media links, visible engagement counts, deletion indicator, and any collection message.
This dataset helps teams move beyond a post-level engagement total and inspect the conversation underneath it. Because each reply stays linked to the source post and the replying account, the results can support qualitative conversation review, visible-audience research, response-pattern analysis, and evidence gathering around a defined set of posts.
Data notes
Records come from publicly accessible Twitter conversations and reflect what the collector could see when the run took place. Each record represents one collected reply to one submitted source post, and the reply URL is used to remove duplicate records across retrieved result pages. Post and reply timestamps retain the source's displayed UTC offset. Like, retweet, reply, bookmark, and view counts are snapshots reported at collection time and can change afterward; they are preserved as reported text rather than recalculated values. Multiple source-post image addresses may be joined with vertical bars, while an empty reply-image value means no image was reported for that reply. Private, restricted, deleted, and sign-in-only content may not be available.
What the results look like
Each record is one collected public reply linked to its source post:
| Reply author name | Reply content | Reply timestamp | Reply URL | Reply likes | Reply views |
|---|---|---|---|---|---|
| ALT_uscis | @smutoro @Meta @instagram @facebook The COVID era was THE TRUMP ERA YOU MORON | Tue Aug 27 13:49:59 +0000 2024 | https://x.com/ALT_uscis/status/1828429756108296452 | 13 | 713 |
| ExampleResponder | A short public response to the source post. | Tue Aug 27 14:02:10 +0000 2024 | https://x.com/ExampleResponder/status/1828432800000000000 | 4 | 128 |
The output also includes “Source post URL,” “Source post ID,” “Post author name,” “Post author URL,” “Post timestamp,” “Post content,” “Post image URLs,” “Post likes,” “Post retweets,” “Post replies,” “Post bookmarks,” “Reply author URL,” “Reply image URL,” “Reply retweets,” “Nested replies,” “Deletion indicator,” and “Collection message.”
Use cases
- For conversation analysis, group records by “Source post URL” and review “Reply content” to identify recurring questions, objections, claims, and themes beneath each post.
- For visible-audience research, compare “Reply author name” and “Reply author URL,” then use “Reply URL” to inspect the original public context.
- For reply-engagement comparisons, evaluate “Reply likes,” “Reply retweets,” “Nested replies,” and “Reply views” together to identify which collected responses drew more visible interaction.
- For post-to-reply context review, compare “Post content” with “Reply content” and their respective timestamps to preserve the relationship between a statement and the responses it received.
適用範囲と境界
Each run accepts 1 to 100,000 public Twitter post URLs and can request up to 100,000 replies per post; retrieval is capped at 10,000 returned records per run.
- 適している用途
- Use it when you need reply-level records for one or more known public Twitter posts.
- Use it for conversation analysis, respondent discovery, reply engagement comparisons, or evidence collection around specific posts.
- 適さない用途
- Do not use it to discover posts by keyword or hashtag because it starts from known post URLs.
- Do not use it for private, deleted, restricted, or sign-in-only conversations because only content visible to the collector is covered.
失敗時の処理
作者が宣言した失敗時と再試行の動作です。連携時にはシステムプロンプトに含めることをおすすめします。
- 1If a run stops before completion, retry the same small input once; if it stops again, use fewer post URLs or request fewer replies.
- 2An empty result can mean the post has no visible replies, the URL is unavailable, or access was temporarily limited; verify the post URL and retry later.
入力
この App の呼び出しに必要なパラメータで、manifest.json の input.schema から生成されています。
| フィールド | 業務名称 | 型 | 必須 | デフォルト | 列挙値/制約 | 例 | 説明 |
|---|---|---|---|---|---|---|---|
| tweet_urls | Twitter post URLs | array<string> | はい | — | 最大 100000 件 | ["https://x.com/smutoro/status/1828297507484438722"] | Public Twitter or X post URLs whose replies should be collected. Enter 1 to 100,000 URLs per run. |
| reply_limit | Replies per post | integer | いいえ | — | 1–100000 | — | Maximum number of replies to request for each post, from 1 to 100,000. When omitted, the collector decides the limit; set it explicitly when a predictable depth is important. |
出力
1 件のレコードのフィールド構造で、manifest.json の output.schema から生成されています。
| フィールド | 業務名称 | 型 | 例 | 説明 |
|---|---|---|---|---|
| tweet_url | Source post URL | string | https://x.com/smutoro/status/1828297507484438722 | Direct address of the source Twitter post. |
| tweet_id | Source post ID | string | 1828297507484438722 | Identifier of the source Twitter post. |
| tweet_author_name | Post author name | string | Stephen Mutoro | Display name of the account that published the source post. |
| tweet_author_profile_url | Post author URL | string | https://x.com/smutoro | Direct address of the source post author's profile. |
| tweet_posted_at_utc | Post timestamp | string | Tue Aug 27 05:04:28 +0000 2024 | Publication time reported for the source post with a UTC offset. |
| tweet_content | Post content | string | The @Meta, @instagram and @facebook owner Mark Zuckerberg says he regrets working with the Biden-Harris administration to censure information online during the #Covid19 era https://t.co/G8nKVLDDPG | Text content of the source post. |
| tweet_image_urls | Post image URLs | string | https://pbs.twimg.com/ext_tw_video_thumb/1828297475221774336/pu/img/dMCF64ISghcByCeH.jpg|https://pbs.twimg.com/media/GV9q30sWwAAU7cU.jpg|https://pbs.twimg.com/media/GV9q3xVXAAEzT4Y.jpg | Image or video-thumbnail addresses reported for the source post, joined with vertical bars when more than one is present. |
| tweet_likes | Post likes | string | 212 | Like count reported for the source post at collection time. |
| tweet_retweets | Post retweets | string | 93 | Retweet count reported for the source post at collection time. |
| tweet_replies | Post replies | string | 52 | Reply count reported for the source post at collection time. |
| tweet_bookmarks | Post bookmarks | string | 89 | Bookmark count reported for the source post at collection time. |
| comment_url | Reply URL | string | https://x.com/ALT_uscis/status/1828429756108296452 | Direct address of the collected reply. |
| comment_author_name | Reply author name | string | ALT_uscis | Name or handle reported for the account that published the reply. |
| comment_author_profile_url | Reply author URL | string | https://x.com/ALT_uscis | Direct address of the reply author's profile. |
| comment_timestamp | Reply timestamp | string | Tue Aug 27 13:49:59 +0000 2024 | Publication time reported for the reply with a UTC offset. |
| comment_content | Reply content | string | @smutoro @Meta @instagram @facebook The COVID era was THE TRUMP ERA YOU MORON | Text content of the collected reply. |
| comment_image_url | Reply image URL | string | Image address reported for the reply; empty when no image was reported. | |
| comment_likes | Reply likes | string | 13 | Like count reported for the reply at collection time. |
| comment_retweets | Reply retweets | string | 0 | Retweet count reported for the reply at collection time. |
| comment_replies | Nested replies | string | 2 | Number of replies reported for the collected reply at collection time. |
| comment_views | Reply views | string | 713 | View count reported for the reply at collection time. |
| is_deleted | Deletion indicator | string | False | Text indicator reporting whether the reply was identified as deleted. |
| error_message | Collection message | string | Collection message reported for the record; empty when no issue was reported. |
レコード Schema
出力はレコード単位で 1 件ずつ返されます。 detail.output.idFieldHint
{
"type": "object",
"properties": {
"tweet_url": {
"type": "string",
"title": "Source post URL",
"description": "Direct address of the source Twitter post.",
"prefill": "https://x.com/smutoro/status/1828297507484438722"
},
"tweet_id": {
"type": "string",
"title": "Source post ID",
"description": "Identifier of the source Twitter post.",
"prefill": "1828297507484438722"
},
"tweet_author_name": {
"type": "string",
"title": "Post author name",
"description": "Display name of the account that published the source post.",
"prefill": "Stephen Mutoro"
},
"tweet_author_profile_url": {
"type": "string",
"title": "Post author URL",
"description": "Direct address of the source post author's profile.",
"prefill": "https://x.com/smutoro"
},
"tweet_posted_at_utc": {
"type": "string",
"title": "Post timestamp",
"description": "Publication time reported for the source post with a UTC offset.",
"prefill": "Tue Aug 27 05:04:28 +0000 2024"
},
"tweet_content": {
"type": "string",
"title": "Post content",
"description": "Text content of the source post.",
"prefill": "The @Meta, @instagram and @facebook owner Mark Zuckerberg says he regrets working with the Biden-Harris administration to censure information online during the #Covid19 era https://t.co/G8nKVLDDPG"
},
"tweet_image_urls": {
"type": "string",
"title": "Post image URLs",
"description": "Image or video-thumbnail addresses reported for the source post, joined with vertical bars when more than one is present.",
"prefill": "https://pbs.twimg.com/ext_tw_video_thumb/1828297475221774336/pu/img/dMCF64ISghcByCeH.jpg|https://pbs.twimg.com/media/GV9q30sWwAAU7cU.jpg|https://pbs.twimg.com/media/GV9q3xVXAAEzT4Y.jpg"
},
"tweet_likes": {
"type": "string",
"title": "Post likes",
"description": "Like count reported for the source post at collection time.",
"prefill": "212"
},
"tweet_retweets": {
"type": "string",
"title": "Post retweets",
"description": "Retweet count reported for the source post at collection time.",
"prefill": "93"
},
"tweet_replies": {
"type": "string",
"title": "Post replies",
"description": "Reply count reported for the source post at collection time.",
"prefill": "52"
},
"tweet_bookmarks": {
"type": "string",
"title": "Post bookmarks",
"description": "Bookmark count reported for the source post at collection time.",
"prefill": "89"
},
"comment_url": {
"type": "string",
"title": "Reply URL",
"description": "Direct address of the collected reply.",
"prefill": "https://x.com/ALT_uscis/status/1828429756108296452"
},
"comment_author_name": {
"type": "string",
"title": "Reply author name",
"description": "Name or handle reported for the account that published the reply.",
"prefill": "ALT_uscis"
},
"comment_author_profile_url": {
"type": "string",
"title": "Reply author URL",
"description": "Direct address of the reply author's profile.",
"prefill": "https://x.com/ALT_uscis"
},
"comment_timestamp": {
"type": "string",
"title": "Reply timestamp",
"description": "Publication time reported for the reply with a UTC offset.",
"prefill": "Tue Aug 27 13:49:59 +0000 2024"
},
"comment_content": {
"type": "string",
"title": "Reply content",
"description": "Text content of the collected reply.",
"prefill": "@smutoro @Meta @instagram @facebook The COVID era was THE TRUMP ERA YOU MORON"
},
"comment_image_url": {
"type": "string",
"title": "Reply image URL",
"description": "Image address reported for the reply; empty when no image was reported.",
"prefill": ""
},
"comment_likes": {
"type": "string",
"title": "Reply likes",
"description": "Like count reported for the reply at collection time.",
"prefill": "13"
},
"comment_retweets": {
"type": "string",
"title": "Reply retweets",
"description": "Retweet count reported for the reply at collection time.",
"prefill": "0"
},
"comment_replies": {
"type": "string",
"title": "Nested replies",
"description": "Number of replies reported for the collected reply at collection time.",
"prefill": "2"
},
"comment_views": {
"type": "string",
"title": "Reply views",
"description": "View count reported for the reply at collection time.",
"prefill": "713"
},
"is_deleted": {
"type": "string",
"title": "Deletion indicator",
"description": "Text indicator reporting whether the reply was identified as deleted.",
"prefill": "False"
},
"error_message": {
"type": "string",
"title": "Collection message",
"description": "Collection message reported for the record; empty when no issue was reported.",
"prefill": ""
}
},
"required": [],
"additionalProperties": false
}連携方法
この App は MCP、API、SDK、ファイルエクスポートのいずれでも連携でき、どのチャネルも同じ能力と料金を共有します。すべてのリクエストは Authorization: Bearer ヘッダーで認証し、認証情報には API Key(長期有効。Open Platform コンソールで作成)を使用します。MCP クライアントは OAuth によるキー不要のログインにも対応しています。CLI や Skill など、さらに多くの連携方法も準備中です。
MCP(Model Context Protocol)を使うと、Claude や Cursor などの AI クライアントからこの App を直接呼び出せます。クライアントと認証方式を選び、下の設定をコピーしてください。
クライアント設定
Bearer の後の値を長期有効な API Key に置き換えてください。あらゆるクライアント、CI、ヘッドレス環境で利用できます。
{
"mcpServers": {
"YiJacobJohnRaku__tweets-comments-scraper-by-search-result-url": {
"type": "http",
"url": "https://mcp-v2.octoparse.com?pin=YiJacobJohnRaku/tweets-comments-scraper-by-search-result-url",
"headers": { "Authorization": "Bearer <YOUR_API_KEY>" }
}
}
}AI に設定を任せる
設定を手作業で編集したくない場合は、インストールプロンプトをコピーして任意の AI クライアントに貼り付けてください。AI が自分のやり方でセットアップを完了します(プロンプトは AI があなたに API Key を尋ねる形になっているため、認証情報がチャット履歴や共有設定に残りません)。
detail.access.mcp.composeHint
料金
正常に返されたレコードの件数に応じて課金されます。失敗したタスクには課金されません。
複数の課金イベントはそれぞれ独立して累計されます。詳細は各項目をご覧ください。失敗したタスクには課金されません。
今すぐ試す
パラメータを入力して実行してください。結果は実際の呼び出しによるものです。