Twitter Hashtag Scraper: Support Sentiment & Tone Analyzer 2025 avatar

Twitter Hashtag Scraper: Support Sentiment & Tone Analyzer 2025

Try for free

30 minutes trial then $9.99/month - No credit card required now

Go to Store
Twitter Hashtag Scraper: Support Sentiment & Tone Analyzer 2025

Twitter Hashtag Scraper: Support Sentiment & Tone Analyzer 2025

fastcrawler/twitter-hashtag-scraper-support-sentiment-tone-analyzer-2025
Try for free

30 minutes trial then $9.99/month - No credit card required now

Get 1,000 results for just $0.01! Introducing the Twitter Hashtag Fast Scraper, your go-to solution for scraping Twitter hashtags. This powerful tool combines blazing-fast speed with advanced data extraction capabilities, making it perfect for social media analysts, marketers, and researchers.

Developer
Maintained by Community

Actor Metrics

  • 46 Monthly users

  • No reviews yet

  • 7 bookmarks

  • >99% runs succeeded

  • 4.5 hours response time

  • Created in Nov 2024

  • Modified 2 days ago

You can access the Twitter Hashtag Scraper: Support Sentiment & Tone Analyzer 2025 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    "hashtag": "btc",
12    "sentimentAnalysis": false,
13    "cookies": [
14        "auth_token=3b8fe4e97592a04eed6fd4b49032f3cbaa6988d9;gt=1892430785468387696;ph_phc_TXdpocbGVeZVm5VJmAsHTMrCofBQu3e0kN8HGMNGTVW_posthog=%7B%22distinct_id%22%3A%220194698a-e095-7869-940a-3a43aa499620%22%2C%22%24sesid%22%3A%5B1739538623373%2C%2201950494-eac4-7174-90ac-074bfb942d50%22%2C1739538623172%5D%7D;guest_id=v1%3A174002642638145290;twid=u%3D1479073844589895680;night_mode=2;att=1-ixFEWH3z4WMLoQNY6rNzcPtszk4Dg3CTczfoMFgG;ct0=62eacb29f0418fa8002e0aae5806e0eaf2c7d5bbd27acf4a163274ec06060ffbd6f149b96ef5db2bc7b7cbbd49285e013412e1c7329eef8b3085565bb6710b52aa092f6df7de486e5f148d011ba23103;dnt=1;guest_id_ads=v1%3A174002642638145290;guest_id_marketing=v1%3A174002642638145290;kdt=O83gjfkTl8AaNp5z3JXyUGdr1k0xFZPBwD9myC97;personalization_id=v1_SkJRGfsm95VskQ4ujBPgEQ=="
15    ],
16    "sortBy": "Latest",
17    "onlyVerifiedUsers": false,
18    "onlyBuleVerifiedUsers": false
19};
20
21// Run the Actor and wait for it to finish
22const run = await client.actor("fastcrawler/twitter-hashtag-scraper-support-sentiment-tone-analyzer-2025").call(input);
23
24// Fetch and print Actor results from the run's dataset (if any)
25console.log('Results from dataset');
26console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
27const { items } = await client.dataset(run.defaultDatasetId).listItems();
28items.forEach((item) => {
29    console.dir(item);
30});
31
32// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

Twitter Hashtag Scraper: Support Sentiment & Tone Analyzer 2025 API in JavaScript

The Apify API client for JavaScript is the official library that allows you to use Twitter Hashtag Scraper: Support Sentiment & Tone Analyzer 2025 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: