
Free Tweet Scraper
Pricing
Pay per usage

Free Tweet Scraper
Extract full details from any public Tweet (now X post) using just the Tweet ID — no login, API key, or authentication required. Just input one or more Tweet IDs, and this actor will return clean, JSON-formatted results ready for analysis or integration.
5.0 (4)
Pricing
Pay per usage
3
Total users
15
Monthly users
15
Runs succeeded
>99%
Last modified
14 days ago
You can access the Free Tweet Scraper 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.
1echo '{
2 "tweetIds": [
3 "1806763776881860918",
4 "1911772010193002581"
5 ]
6}' |
7apify call coder_luffy/free-tweet-scraper --silent --output-dataset
Free Tweet Scraper API through CLI
The Apify CLI is the official tool that allows you to use Free Tweet Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: