Export TikTok profile data from a list of handles
Creator work tends to begin with a column of handles - pulled from a brief, a spreadsheet someone shared, or the accounts a campaign already touched. On its own that column is not much use: to decide anything you need the audience size, the bio and whether the account is the real one, and getting there by hand means opening every profile in a browser tab. This service does that pass for you. Handles or profile URLs go in, one per line, and each comes back as a row: the @handle, the display name, the bio, the three counters TikTok shows on a profile, the verified badge, and links to the avatar and the profile itself.
The form is deliberately small. There is one required field and one button, and no limit setting - which is not an omission but a consequence of the shape of the job. A search scraper needs a cap because a single query can return thousands of results; here one input line produces exactly one row, so the size of the output is the length of your list and nothing else. Both input forms are accepted and can be mixed in the same paste, and a CSV, XLSX, TXT or Parquet upload does the same job for lists too long to paste comfortably.
That fixed shape is what makes the service worth scheduling. Two exports of the same roster taken a month apart line up column for column, so a diff on the counters is the whole analysis - join on username rather than nickname, because the handle is the part that survives a rebrand while the display name is not. It is also why the pricing is easy to predict: at $0.002 per row, a run costs the number of accounts you sent, with no fan-out to estimate.
Two things are worth setting expectations on. TikTok blocks datacenter IPs, so this service needs a residential proxy - a property of the site rather than of the scraper, and the service reports it itself when a run comes back empty. And this page describes what each of the eleven columns is for rather than what it will contain: the column list is the service's own, but we have not run this scraper ourselves, so you will find no fill rates, no row counts and no worked example here. In particular it does not claim whether the counters arrive as integers or as TikTok's abbreviated display strings, what exactly the video count covers, or what shape a verified value takes - check your own first export before you write anything that parses them. Start free: your first 500 rows cost nothing and need no credit card. See pricing for current rates.