🏯 Tweet Scraper V2 (Pay Per Result) - X / Twitter Scraper avatar

🏯 Tweet Scraper V2 (Pay Per Result) - X / Twitter Scraper

Try for free

Pay $0.30 for 1,000 tweets

View all Actors
🏯 Tweet Scraper V2 (Pay Per Result) - X / Twitter Scraper

🏯 Tweet Scraper V2 (Pay Per Result) - X / Twitter Scraper

apidojo/tweet-scraper
Try for free

Pay $0.30 for 1,000 tweets

⚡️ Lightning-fast search, URL, list, and profile scraping, with customizable filters. At $0.30 per 1000 tweets, and 30-80 tweets per second, it is ideal for researchers, entrepreneurs, and businesses! Get comprehensive insights from Twitter (X) now!

You can access the 🏯 Tweet Scraper V2 (Pay Per Result) - X / Twitter Scraper 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  "startUrls": [
8    "https://twitter.com/apify/status/1727706472623091883",
9    "https://twitter.com/apify",
10    "https://twitter.com/search?q=apify%20&src=typed_query",
11    "https://twitter.com/i/lists/78783491",
12    "https://twitter.com/elonmusk/with_replies"
13  ],
14  "searchTerms": [
15    "web scraping",
16    "scraping from:apify"
17  ],
18  "twitterHandles": [
19    "elonmusk",
20    "taylorswift13"
21  ],
22  "conversationIds": [
23    "1754067365707563045",
24    "1732037140111102460"
25  ],
26  "maxItems": 1000,
27  "sort": "Latest",
28  "tweetLanguage": "en",
29  "author": "apify",
30  "inReplyTo": "webexpo",
31  "mentioning": "elonmusk",
32  "geotaggedNear": "Los Angeles",
33  "withinRadius": "15km",
34  "geocode": "37.7764685,-122.4172004,10km",
35  "placeObjectId": "96683cc9126741d1",
36  "minimumRetweets": 5,
37  "minimumFavorites": 5,
38  "minimumReplies": 5,
39  "start": "2021-07-01",
40  "end": "2021-07-02",
41  "customMapFunction": "(object) => { return {...object} }"
42}
43EOF
44
45# Run the Actor using an HTTP API
46# See the full API reference at https://docs.apify.com/api/v2
47curl "https://api.apify.com/v2/acts/apidojo~tweet-scraper/runs?token=$API_TOKEN" \
48  -X POST \
49  -d @input.json \
50  -H 'Content-Type: application/json'

🏯 Tweet Scraper V2 (Pay Per Result) - X / Twitter Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the 🏯 Tweet Scraper V2 (Pay Per Result) - X / Twitter Scraper 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/apidojo~tweet-scraper/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/apidojo~tweet-scraper/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/apidojo~tweet-scraper?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 🏯 Tweet Scraper V2 (Pay Per Result) - X / Twitter Scraper API programmatically via the Apify API.

You can choose from:

You can start 🏯 Tweet Scraper V2 (Pay Per Result) - X / Twitter Scraper 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 🏯 Tweet Scraper V2 (Pay Per Result) - X / Twitter Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the 🏯 Tweet Scraper V2 (Pay Per Result) - X / Twitter Scraper 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
  • 1.4k monthly users
  • 194 stars
  • 97.7% runs succeeded
  • 6.4 hours response time
  • Created in Nov 2023
  • Modified about 23 hours ago