Tweet Scraper 2024 | $0.25/1000 Tweets | Pay-Per-Result API
Pay $0.25 for 1,000 Tweets
Tweet Scraper 2024 | $0.25/1000 Tweets | Pay-Per-Result API
Pay $0.25 for 1,000 Tweets
Only $0.25/1000 tweets for Twitter scraping, 100% reliability, swift data retrieval.This incredible low price is almost too good to be true.Thanks to our large-scale operations and efficient servers, we can offer you rock-bottom prices that no competitors can match. Don't miss this opportunity !
You can access the Tweet Scraper 2024 | $0.25/1000 Tweets | Pay-Per-Result API 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 "tweetIDs": [
12 1857066170161021200,
13 1857066170161021200,
14 1846987139428635000
15 ],
16 "twitterContent": "make -\"live laugh love\"",
17 "lang": "en",
18 "from": "elonmusk",
19 "to": "",
20 "@": "",
21 "list": "",
22 "near": "",
23 "within": "",
24 "geocode": "",
25 "since": "2021-12-31_23:59:59_UTC",
26 "until": "2024-12-31_23:59:59_UTC",
27 "since_time": "",
28 "until_time": "",
29 "since_id": "",
30 "max_id": "",
31 "within_time": "",
32 "conversation_id": "",
33 "quoted_tweet_id": "",
34 "quoted_user_id": "",
35 "card_name": "",
36 "url": ""
37};
38
39// Run the Actor and wait for it to finish
40const run = await client.actor("kaitoeasyapi/twitter-x-data-tweet-scraper-pay-per-result-cheapest").call(input);
41
42// Fetch and print Actor results from the run's dataset (if any)
43console.log('Results from dataset');
44console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
45const { items } = await client.dataset(run.defaultDatasetId).listItems();
46items.forEach((item) => {
47 console.dir(item);
48});
49
50// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs
Cheapest Twitter Scraper | $0.25 per 1000 Tweets API in JavaScript
The Apify API client for JavaScript is the official library that allows you to use Tweet Scraper 2024 | $0.25/1000 Tweets | Pay-Per-Result API 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:
- 68 monthly users
- 4 stars
- 99.9% runs succeeded
- 21 hours response time
- Created in Oct 2024
- Modified about 5 hours ago