Tweet Fast&Cheapest Scraper V2 2024 | $10/month avatar

Tweet Fast&Cheapest Scraper V2 2024 | $10/month

Try Actor

$9.99/month

Go to Store
Tweet Fast&Cheapest Scraper V2 2024 | $10/month

Tweet Fast&Cheapest Scraper V2 2024 | $10/month

fastcrawler/tweet-fast-scraper
Try Actor

$9.99/month

1000 tweets only cost 0.01$. Unlock the full potential of Twitter data with Tweet Fast Scraper! Our cutting-edge tool offers lightning-fast search, all enhanced by customizable filters to suit your needs.

You can access the Tweet Fast&Cheapest Scraper V2 2024 | $10/month 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    "startTime": "2024-10-20_00:00:00_UTC",
12    "endTime": "2024-10-20_23:59:59_UTC",
13    "searchTerms": [
14        "from:elonmusk until:2024-10-08_23:59:59_UTC since:2024-10-08_00:00:00_UTC -filter:replies"
15    ],
16    "cookies": [
17        "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"
18    ],
19    "nextCursor": "",
20    "sortBy": "Latest",
21    "onlyVerifiedUsers": false,
22    "onlyBuleVerifiedUsers": false,
23    "onlyImage": false,
24    "onlyVideo": false,
25    "onlyQuote": false,
26    "onlyReply": false
27};
28
29// Run the Actor and wait for it to finish
30const run = await client.actor("fastcrawler/tweet-fast-scraper").call(input);
31
32// Fetch and print Actor results from the run's dataset (if any)
33console.log('Results from dataset');
34console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
35const { items } = await client.dataset(run.defaultDatasetId).listItems();
36items.forEach((item) => {
37    console.dir(item);
38});
39
40// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

Tweet Fast&Cheapest Scraper V2 2024 | $10/month API in JavaScript

The Apify API client for JavaScript is the official library that allows you to use Tweet Fast&Cheapest Scraper V2 2024 | $10/month 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

  • 4 stars

  • 88% runs succeeded

  • Created in Oct 2024

  • Modified 13 hours ago