Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.82 KB

File metadata and controls

23 lines (17 loc) · 1.82 KB

FollowersFollowingV3Query

Parameters for getting followers / following / verified-followers (v3, no cookie required)

Example Usage

import { FollowersFollowingV3Query } from "@twexapi-dev/x-api-scraper/models";

let value: FollowersFollowingV3Query = {
  username: "elonmusk",
  count: 20,
  cursor: "1870681402093130182|2076960004551737340",
};

Fields

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