Tweet Fast&Cheapest Scraper V2 2025 | $7/month avatar
Tweet Fast&Cheapest Scraper V2 2025 | $7/month

Pricing

$6.99/month + usage

Go to Store
Tweet Fast&Cheapest Scraper V2 2025 | $7/month

Tweet Fast&Cheapest Scraper V2 2025 | $7/month

Developed by

fastcrawler

fastcrawler

Maintained by Community

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.

0.0 (0)

Pricing

$6.99/month + usage

5

Total users

50

Monthly users

10

Runs succeeded

>99%

Issue response

0.47 hours

Last modified

2 days ago

You can access the Tweet Fast&Cheapest Scraper V2 2025 | $7/month 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 "searchTerms": [
12 "from:elonmusk"
13 ],
14 "cookies": [
15 "auth_token=304c9c4d0e13e6ccf682dfac3bdf213388b1f070;ph_phc_TXdpocbGVeZVm5VJmAsHTMrCofBQu3e0kN8HGMNGTVW_posthog=%7B%22distinct_id%22%3A%220194698a-e095-7869-940a-3a43aa499620%22%2C%22%24sesid%22%3A%5B1740811811087%2C%2201955075-4108-7ed6-92c0-21fe0dbf9f30%22%2C1740811616520%5D%7D;guest_id=v1%3A174230154202102158;ads_prefs=HBERAAA=;twid=u%3D1479073844589895680;auth_multi=1879891535053111296:feedf85e010b01c51d4e2a480cc783e83fa11ba1|1882133993115803648:b07bdae6b633c8f166f12369ba017c4916351cef|1881370916053270529:7561263540490652212f31b251f3a87e33d4aa9c;night_mode=2;__cf_bm=W4PqKoMtfTHfVf3J5vHyFVGH4O.UFLwELn5PZ5m95R4-1742300937-1.0.1.1-2tGbjg60z.6aT_1TcPfQy3tE7GmOuC21MJ1OcBdR5XP0cOMxdexOC7wUd_hKxHvD7vPDwJkCpOUpELVN7_LOwoRDi13IuyGvDluN74ajWKQ;ct0=1b3473505eed25605c2dc8c6802e3ad3cc792a97846f496481f55d6970390c6aba49dd40e8f7f96a3c902e328c1e8461e89d7429fdac2e61a65fdbd5f92f9716b23d1c730d1ca30df28c6eaedd25f54c;guest_id_ads=v1%3A174230154202102158;guest_id_marketing=v1%3A174230154202102158;kdt=O83gjfkTl8AaNp5z3JXyUGdr1k0xFZPBwD9myC97;personalization_id=v1_SkJRGfsm95VskQ4ujBPgEQ=="
16 ],
17 "nextCursor": "",
18 "sortBy": "Latest",
19 "onlyVerifiedUsers": false,
20 "onlyBuleVerifiedUsers": false,
21 "onlyImage": false,
22 "onlyVideo": false,
23 "onlyQuote": false,
24 "onlyReply": false
25};
26
27// Run the Actor and wait for it to finish
28const run = await client.actor("fastcrawler/tweet-fast-scraper").call(input);
29
30// Fetch and print Actor results from the run's dataset (if any)
31console.log('Results from dataset');
32console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
33const { items } = await client.dataset(run.defaultDatasetId).listItems();
34items.forEach((item) => {
35 console.dir(item);
36});
37
38// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

Tweet Fast&Cheapest Scraper V2 2025 | $7/month API in JavaScript

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