Twitter Following&Followers&BlueVerified Fast&Cheapest Scraper avatar
Twitter Following&Followers&BlueVerified Fast&Cheapest Scraper

Pricing

$10.00/month + usage

Go to Store
Twitter Following&Followers&BlueVerified Fast&Cheapest Scraper

Twitter Following&Followers&BlueVerified Fast&Cheapest Scraper

Developed by

fastcrawler

fastcrawler

Maintained by Community

1000 followers only cost 0.01$. With the Twitter Following&Followers&BlueVerified Fast Scraper, you can enhance your data collection process, streamline your workflows, and gain a competitive edge by acquiring accurate, up-to-date information.

0.0 (0)

Pricing

$10.00/month + usage

5

Total users

91

Monthly users

17

Runs succeeded

>99%

Issue response

0.44 hours

Last modified

2 days ago

You can access the Twitter Following&Followers&BlueVerified Fast&Cheapest Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1import { ApifyClient } from 'apify-client';
2
3// Initialize the ApifyClient with your Apify API token
4// Replace the '<YOUR_API_TOKEN>' with your token
5const client = new ApifyClient({
6 token: '<YOUR_API_TOKEN>',
7});
8
9// Prepare Actor input
10const input = {
11 "cookies": [
12 "auth_token=b07bdae6b633c8f166f12369ba017c4916351cef;ph_phc_TXdpocbGVeZVm5VJmAsHTMrCofBQu3e0kN8HGMNGTVW_posthog=%7B%22distinct_id%22%3A%220194698a-e095-7869-940a-3a43aa499620%22%2C%22%24sesid%22%3A%5B1740811811087%2C%2201955075-4108-7ed6-92c0-21fe0dbf9f30%22%2C1740811616520%5D%7D;guest_id=v1%3A174139586731275763;ads_prefs=HBISAAA=;twid=u%3D1882133993115803648;auth_multi=1879891535053111296:feedf85e010b01c51d4e2a480cc783e83fa11ba1|1479073844589895680:3b8fe4e97592a04eed6fd4b49032f3cbaa6988d9|1881370916053270529:7561263540490652212f31b251f3a87e33d4aa9c;night_mode=2;ct0=7bb8ad111fafb0bec7bdb65c4f7009998fa8bf10ff9ddc6ef67296a4c186814875cbbf31232ad1535109e219c6b44739fe068c65a870fc142bf8f055548934fbb450c4c18f69015551c46026a9349df8;dnt=1;guest_id_ads=v1%3A174139586731275763;guest_id_marketing=v1%3A174139586731275763;kdt=O83gjfkTl8AaNp5z3JXyUGdr1k0xFZPBwD9myC97;personalization_id=v1_SkJRGfsm95VskQ4ujBPgEQ=="
13 ],
14 "profileUrl": "https://x.com/elonmusk",
15 "type": "Following",
16 "nextCursor": ""
17};
18
19// Run the Actor and wait for it to finish
20const run = await client.actor("fastcrawler/twitter-following-followers-blueverified-fast-cheapest-scraper").call(input);
21
22// Fetch and print Actor results from the run's dataset (if any)
23console.log('Results from dataset');
24console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
25const { items } = await client.dataset(run.defaultDatasetId).listItems();
26items.forEach((item) => {
27 console.dir(item);
28});
29
30// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

Twitter Following&Followers&BlueVerified Fast&Cheapest Scraper API in JavaScript

The Apify API client for JavaScript is the official library that allows you to use Twitter Following&Followers&BlueVerified Fast&Cheapest Scraper API in JavaScript or TypeScript, providing convenience functions and automatic retries on errors.

Install the apify-client

$npm install apify-client

Other API clients include: