Parameters for getting followers / following / verified-followers (v3, no cookie required)
import { FollowersFollowingV3Query } from "@twexapi-dev/x-api-scraper/models";
let value: FollowersFollowingV3Query = {
username: "elonmusk",
count: 20,
cursor: "1870681402093130182|2076960004551737340",
};| Field | Type | Required | Description | Example |
|---|---|---|---|---|
username |
string | ✔️ | Twitter username (with or without @). | elonmusk |
count |
number | ➖ | Number of users to return per page (min 10, max 100). | 20 |
cursor |
string | ➖ | Cursor from previous next_cursor to fetch the next page. | 1870681402093130182|2076960004551737340 |