Start the "π― Tweet Scraper V2
Start the "π― Tweet Scraper V2 - X / Twitter Scraper" Apify actor (apidojo/tweet-scraper). β‘οΈ Lightning-fast search, URL, list, and profile scraping, with customizable filters. At $0.40 per 1000 tweets, and 30-80 tweets per second, it is ideal for reβ¦
Answeringour last check, 2026-09-24
1 of 1checks answered this week
253 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://stableapify.dev/api/actors/apidojo/tweet-scraper/call
| Category | Search and research |
|---|---|
| Provider host | stableapify.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 253 ms |
Example input (from the provider)
{
"body": {},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"input": {
"additionalProperties": {},
"description": "Normalized actor input. See field descriptions for the simplified shape; native Apify input also accepted (passed through).",
"properties": {
"author": {
"description": "Returns tweets sent by the given user. It should be a Twitter (X) Handle.",
"type": "string"
},
"conversationIds": {
"description": "Conversation IDs that you want to search on Twitter (X)",
"items": {
"type": "string"
},
"type": "array"
},
"customMapFunction": {
"description": "Function that takes each of the objects as argument and returns data that will be mapped by the function itself. This function is not intended for filtering, please don't use it for filtering purposes or you will get banned automatically.",
"type": "string"
},
"end": {
"description": "Returns tweets sent before the given date.",
"type": "string"
},
"geocode": {
"description": "Returns tweets sent by users located within a given radius of the given latitude/longitude.",
"type": "string"
},
"geotaggedNear": {
"description": "Returns tweets sent near the given location.",
"type": "string"
},
"inReplyTo": {
"description": "Returns tweets that are replies to the given user. It should be a Twitter (X) Handle.",
"type": "string"
},
"includeSearchTerms": {
"description": "If selected, a field will be added to each tweets about the search term that was used to find it.",
"type": "boolean"
},
"maxItems": {
"description": "Maximum number of items that you want as output.",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
},
"mentioning": {
"description": "Returns tweets mentioning the given user. It should be a Twitter (X) Handle.",
"type": "string"
},
"minimumFavorites": {
"description": "Returns tweets with at least the given number of favorites.",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
},
"minimumReplies": {
"description": "Returns tweets with at least the given number of replies.",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
},
"minimumRetweets": {
"description": "Returns tweets with at least the given number of retweets.",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
},
"onlyImage": {
"description": "If selected, only returns tweets that contain images.",
"type": "boolean"
},
"onlyQuote": {
"description": "If selected, only returns tweets that are quotes.",
"type": "boolean"
},
"onlyTwitterBlue": {
"description": "If selected, only returns tweets by users who are Twitter Blue subscribers.",
"type": "boolean"
},
"onlyVerifiedUsers": {
"description": "If selected, only returns tweets by users who are verified.",
"type": "boolean"
},
"onlyVideo": {
"description": "If selected, only returns tweets that contain videos.",
"type": "boolean"
},
"placeObjectId": {
"description": "Returns tweets tagged with the given place.",
"type": "string"
},
"searchTerms": {
"description": "Search terms you want to search from Twitter (X). You can refer to https://github.com/igorbrigadir/twitter-advanced-search.",
"items": {
"type": "string"
},
"type": "array"
},
"sort": {
"description": "Sorts search results. If you are getting low results, try Top instead of Latest. Latest + Top runs both simultaneously to maximize results but may return some duplicate tweets.",
"enum": [
"Top",
"Latest",
"Latest + Top"
],
"type": "string"
},
"start": {
"description": "Returns tweets sent after the given date.",
"type": "string"
},
"startUrls": {
"description": "Twitter (X) URLs. Paste the URLs and get the results immediately. Tweet, Profile, Search or List URLs are supported.",
"items": {
"type": "string"
},
"type": "array"