Stock & Crypto KOL Tracker: Discover Top Twitter Influencers avatar

Stock & Crypto KOL Tracker: Discover Top Twitter Influencers

Try for free

2 hours trial then $5.99/month - No credit card required now

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 for free

2 hours trial then $5.99/month - No credit card required now

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 Python 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.

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input = {
9    "keywords": [
10        "crypto",
11        "stock",
12    ],
13    "onlyBuleVerifiedUsers": False,
14    "cookies": ["night_mode=2; twid=u%3D1831257309936537601; guest_id_ads=v1%3A173373551718749812; guest_id_marketing=v1%3A173373551718749812; personalization_id=v1_aKAcj9gErREiJ+BsfZbFHg==; lang=en; ct0=1b56179552a980139704386d00527c52cf0fbe081ac88b8375671a80229b6ce01efe47b24ed3cb90876511721f71df638e334b0cc7535f69f216eac9c8119730514b9265516ae133b069e8bea7a362cd; auth_token=f2eb7411f55b5c2490e87097a39cfbf526d707cd; kdt=WFwn9LJ767ejrUM2EarWg3oHEBYklSLTXOYNCL1C; g_state={i_l:0}; gt=1866048128824308117; guest_id=173373551718749812"],
15    "nextCursor": "",
16}
17
18# Run the Actor and wait for it to finish
19run = client.actor("fastcrawler/stock-crypto-kol-tracker-discover-top-twitter-influencers").call(run_input=run_input)
20
21# Fetch and print Actor results from the run's dataset (if there are any)
22print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
23for item in client.dataset(run["defaultDatasetId"]).iterate_items():
24    print(item)
25
26# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

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

The Apify API client for Python is the official library that allows you to use Stock & Crypto KOL Tracker: Discover Top Twitter Influencers API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

pip install apify-client

Other API clients include:

Developer
Maintained by Community

Actor Metrics

  • 7 monthly users

  • 2 stars

  • >99% runs succeeded

  • Created in Nov 2024

  • Modified 2 days ago