Stock & Crypto KOL Tracker: Discover Top Twitter Influencers avatar

Stock & Crypto KOL Tracker: Discover Top Twitter Influencers

Try Actor

$5.99/month

Go to Store
Stock & Crypto KOL Tracker: Discover Top Twitter Influencers

Stock & Crypto KOL Tracker: Discover Top Twitter Influencers

fastcrawler/stock-crypto-kol-tracker-discover-top-twitter-influencers
Try Actor

$5.99/month

Get 1,000 results for just $0.02 Identify key opinion leaders (KOLs) shaping market discussions. Stay updated with real-time insights from industry experts. Explore trending topics in the stock and crypto space. Make informed decisions based on curated content and analysis.

You can access the Stock & Crypto KOL Tracker: Discover Top Twitter Influencers programmatically from your own JavaScript 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    "keywords": [
12        "crypto",
13        "stock"
14    ],
15    "onlyBuleVerifiedUsers": false,
16    "cookies": [
17        "auth_token=c4b06af562684becacf328f731ef500bc40d7ba2;gt=1877600704254324976;guest_id=v1%3A173648987381985233;twid=u%3D1479073844589895680;att=1-Rfvy3D8ari2uGIrW769stMMWq02ZRanOwSnDc7S8;ct0=efafe77c36a545a6fd1648bc4f432ddd612844fbb288d56d8009996a05f9a394d9ad1d2fa62a0685c25699cc0966e61c793d0483b1cbaa3496b46cea14da48ecc6af096b5e2ed0fa6305c6458620f1fe;guest_id_ads=v1%3A173648987381985233;guest_id_marketing=v1%3A173648987381985233;kdt=O83gjfkTl8AaNp5z3JXyUGdr1k0xFZPBwD9myC97;personalization_id=v1_SkJRGfsm95VskQ4ujBPgEQ=="
18    ],
19    "nextCursor": ""
20};
21
22// Run the Actor and wait for it to finish
23const run = await client.actor("fastcrawler/stock-crypto-kol-tracker-discover-top-twitter-influencers").call(input);
24
25// Fetch and print Actor results from the run's dataset (if any)
26console.log('Results from dataset');
27console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
28const { items } = await client.dataset(run.defaultDatasetId).listItems();
29items.forEach((item) => {
30    console.dir(item);
31});
32
33// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

Stock & Crypto KOL Tracker: Discover Top Twitter Influencers API in JavaScript

The Apify API client for JavaScript is the official library that allows you to use Stock & Crypto KOL Tracker: Discover Top Twitter Influencers 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:

Developer
Maintained by Community

Actor Metrics

  • 8 monthly users

  • 2 stars

  • 73% runs succeeded

  • Created in Nov 2024

  • Modified 2 days ago