Twitter(X) Data Tweet Scraper (Pay Per Result&Cheapest) avatar

Twitter(X) Data Tweet Scraper (Pay Per Result&Cheapest)

Try for free

Pay $0.25 for 1,000 Tweets

View all Actors
Twitter(X) Data Tweet Scraper (Pay Per Result&Cheapest)

Twitter(X) Data Tweet Scraper (Pay Per Result&Cheapest)

kaitoeasyapi/twitter-x-data-tweet-scraper-pay-per-result-cheapest
Try for free

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 Twitter(X) Data Tweet Scraper (Pay Per Result&Cheapest) 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    "twitterContent": "nasa esa make -\"live laugh love\" -live #tgif 👀 ",
12    "lang": "en",
13    "from": "elonmusk",
14    "to": "elonmusk",
15    "@": "elonmusk",
16    "list": "715919216927322112",
17    "near": "London",
18    "within": "10mi",
19    "geocode": "37.7764685,-122.4172004,10km",
20    "since": "2021-12-31_23:59:59_UTC",
21    "until": "2021-12-31_23:59:59_UTC",
22    "since_time": "1142974200",
23    "until_time": "1142974215",
24    "since_id": "1142974200",
25    "max_id": "1142974215",
26    "within_time": "2d",
27    "conversation_id": "1140437409710116865",
28    "quoted_tweet_id": "1140437409710116865",
29    "quoted_user_id": "11348282",
30    "card_name": "poll2choice_text_only",
31    "url": "google.com"
32};
33
34// Run the Actor and wait for it to finish
35const run = await client.actor("kaitoeasyapi/twitter-x-data-tweet-scraper-pay-per-result-cheapest").call(input);
36
37// Fetch and print Actor results from the run's dataset (if any)
38console.log('Results from dataset');
39console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
40const { items } = await client.dataset(run.defaultDatasetId).listItems();
41items.forEach((item) => {
42    console.dir(item);
43});
44
45// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

Twitter/x Scraper - Reliable&Cheapest Tweet Extraction API in JavaScript

The Apify API client for JavaScript is the official library that allows you to use Twitter(X) Data Tweet Scraper (Pay Per Result&Cheapest) 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
  • 7 monthly users
  • 1 star
  • 100.0% runs succeeded
  • Created in Oct 2024
  • Modified about 15 hours ago