Overview

Full URLs#

URL Relation
https://x.com/<handle>/followers followers
https://x.com/<handle>/verified_followers verified_followers
https://x.com/<handle>/following following
https://x.com/<handle> The run's relation, defaulting to followers
https://x.com/i/lists/<id>/members list_members
https://x.com/i/lists/<id>/followers list_followers
https://x.com/i/lists/<id> list_members
https://x.com/i/communities/<id>/members community_members
https://x.com/i/communities/<id> community_members

Short paths#

Path Relation
<handle>/followers followers
<handle>/following following
<handle>/verified_followers verified_followers
lists/<id>/members list_members
lists/<id>/followers list_followers
communities/<id>/members community_members

Accepted entry shapes#

startUrls accepts either form:

{
  "startUrls": [
    "nasa/followers",
    { "url": "https://x.com/i/lists/1748648376080666720/members" }
  ]
}

The Console's JSON editor preserves both API formats.

Updated