Twitter Cashtag Scraper: Stock & Crypto & Sentiment Analysis avatar

Twitter Cashtag Scraper: Stock & Crypto & Sentiment Analysis

Try for free

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

Go to Store
Twitter Cashtag Scraper: Stock & Crypto & Sentiment Analysis

Twitter Cashtag Scraper: Stock & Crypto & Sentiment Analysis

fastcrawler/twitter-cashtag-scraper-stock-crypto-sentiment-analysis
Try for free

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

Unlock Market Sentiment with the Twitter Cashtag Scraper! Get 1,000 results for just $0.01! Track symbols with lightning-fast speed and gain a deeper understanding of the bullish or bearish sentiment driving market trends with precise data extraction and sentiment analysis.

You can access the Twitter Cashtag Scraper: Stock & Crypto & Sentiment Analysis programmatically from your own applications by using the Apify API. You can 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.

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json << 'EOF'
6{
7  "cashtag": "pepe",
8  "startTime": "2024-12-07_00:00:00_UTC",
9  "endTime": "2024-12-08_23:59:59_UTC",
10  "cookies": [
11    "guest_id_ads=v1%3A173459103170387587; guest_id_marketing=v1%3A173459103170387587; twid=u%3D1831257309936537601; lang=en; night_mode=2; personalization_id=v1_U2Cdl2vRPkqTCNdZ1Q+4hg==; auth_token=a5aaafc6342a7ca1fa821e44e2a4a9f4e09d2b77; ct0=5fb0c3b8a4436d001d65d0c51e9452ba2fc38751ade084bbcc0e50d9449926fadb96b9c8bd56370fdf57b8d239fa7fb01a3553795b281025989fcf793b51bfe980620c491d2fc5dccf66461628edc1b3; kdt=WFwn9LJ767ejrUM2EarWg3oHEBYklSLTXOYNCL1C; g_state={i_l:0}; dnt=1; guest_id=v1%3A173459103170387587"
12  ],
13  "sortBy": "Latest",
14  "sentimentAnalysis": false,
15  "onlyVerifiedUsers": false,
16  "onlyBuleVerifiedUsers": false
17}
18EOF
19
20# Run the Actor using an HTTP API
21# See the full API reference at https://docs.apify.com/api/v2
22curl "https://api.apify.com/v2/acts/fastcrawler~twitter-cashtag-scraper-stock-crypto-sentiment-analysis/runs?token=$API_TOKEN" \
23  -X POST \
24  -d @input.json \
25  -H 'Content-Type: application/json'

Twitter Cashtag Scraper: Stock & Crypto & Sentiment Analysis API

Below, you can find a list of relevant HTTP API endpoints for calling the Twitter Cashtag Scraper: Stock & Crypto & Sentiment Analysis Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference .

Run Actor

POST
https://api.apify.com/v2/acts/fastcrawler~twitter-cashtag-scraper-stock-crypto-sentiment-analysis/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation .

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/fastcrawler~twitter-cashtag-scraper-stock-crypto-sentiment-analysis/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation .

Get Actor

GET
https://api.apify.com/v2/acts/fastcrawler~twitter-cashtag-scraper-stock-crypto-sentiment-analysis?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation .

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Twitter Cashtag Scraper: Stock & Crypto & Sentiment Analysis API programmatically via the Apify API.

You can choose from:

You can start Twitter Cashtag Scraper: Stock & Crypto & Sentiment Analysis with the Apify API by sending an HTTP POST request to the Run Actor endpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Twitter Cashtag Scraper: Stock & Crypto & Sentiment Analysis is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Twitter Cashtag Scraper: Stock & Crypto & Sentiment Analysis run finishes you can list the data from its default dataset (storage) via the API or you can preview the data directly on Apify Console .

Developer
Maintained by Community

Actor Metrics

  • 14 monthly users

  • 3 stars

  • 94% runs succeeded

  • Created in Nov 2024

  • Modified 13 hours ago