X Profile Page

x.comx.comv2by Joakim-SaelUnverified

Profile pages on X.com โ€” view user timelines, follow/unfollow, reply to and like posts

Tools (10)8 verified

open-postmulti-step

0

by Joakim-Sael

Click on a post to open its detail/thread page. Pass the exact post text or a unique substring.

Input Schema
{
  "type": "object",
  "required": [
    "text"
  ],
  "properties": {
    "text": {
      "type": "string",
      "description": "Post text"
    }
  }
}
Execution Metadata

Selector: body

Auto-submit: false

Steps (1): click

get-user-bioextractverified

0

by Joakim-Sael

Extract the bio/description text of the profile you are viewing

Input Schema
{
  "type": "object",
  "properties": {}
}
Execution Metadata

Selector: body

Auto-submit: false

Result selector: [data-testid="UserDescription"]

Result extract: text

click-reply-buttonmulti-step

0

by Joakim-Sael

Click the Reply button on a specific post to open the reply composer. Pass the exact full text of the post body (or a unique substring that only appears in that one post).

Input Schema
{
  "type": "object",
  "required": [
    "text"
  ],
  "properties": {
    "text": {
      "type": "string",
      "description": "The post text (exact or unique substring)"
    }
  }
}
Execution Metadata

Selector: body

Auto-submit: false

Steps (1): click

like-postmulti-stepverified

0

by Joakim-Sael

Like a specific post on the X feed. Pass the exact full text of the post body (or a unique substring that only appears in that one post).

Input Schema
{
  "type": "object",
  "required": [
    "text"
  ],
  "properties": {
    "text": {
      "type": "string",
      "description": "The post text (exact or unique substring)"
    }
  }
}
Execution Metadata

Selector: body

Auto-submit: false

Steps (1): click

follow-usermulti-stepverified

0

by Joakim-Sael

Follow the user whose profile you are viewing

Input Schema
{
  "type": "object",
  "properties": {}
}
Execution Metadata

Selector: body

Auto-submit: false

Steps (1): click

unfollow-usermulti-stepverified

0

by Joakim-Sael

Unfollow the user whose profile you are viewing

Input Schema
{
  "type": "object",
  "properties": {}
}
Execution Metadata

Selector: body

Auto-submit: false

Steps (2): click โ†’ click

bookmark-postmulti-stepverified

0

by Joakim-Sael

Bookmark a specific post. Pass the exact post text or a unique substring.

Input Schema
{
  "type": "object",
  "required": [
    "text"
  ],
  "properties": {
    "text": {
      "type": "string",
      "description": "Post text"
    }
  }
}
Execution Metadata

Selector: body

Auto-submit: false

Steps (1): click

retweet-postmulti-stepverified

0

by Joakim-Sael

Retweet a specific post. Pass the exact post text or a unique substring.

Input Schema
{
  "type": "object",
  "required": [
    "text"
  ],
  "properties": {
    "text": {
      "type": "string",
      "description": "Post text"
    }
  }
}
Execution Metadata

Selector: body

Auto-submit: false

Steps (2): click โ†’ click

get-feed-postsmulti-stepverified

0

by Joakim-Sael

Extract visible timeline posts as structured JSON. Much cheaper than a snapshot.

Input Schema
{
  "type": "object",
  "properties": {}
}
Execution Metadata

Selector: body

Auto-submit: false

Result selector: #__molt_result

Result extract: text

Steps (1): evaluate

get-profile-statsmulti-stepverified

0

by Joakim-Sael

Extract profile info: name, handle, bio, follower count, following count. Much cheaper than a snapshot.

Input Schema
{
  "type": "object",
  "properties": {}
}
Execution Metadata

Selector: body

Auto-submit: false

Result selector: #__molt_result

Result extract: text

Steps (1): evaluate

Config ID: a280958a-0315-403c-a267-afa989577109

Created: 3/24/2026

Updated: 3/24/2026