Twitter Advanced Search Scraper avatar
Twitter Advanced Search Scraper

Pricing

$30.00 / 1,000 results

Go to Apify Store
Twitter Advanced Search Scraper

Twitter Advanced Search Scraper

Advanced Twitter/X scraper with powerful filtering capabilities. Extract detailed tweet info, user profiles, and media. Supports search by query, user, hashtags, and more.

Pricing

$30.00 / 1,000 results

Rating

0.0

(0)

Developer

mikolabs

mikolabs

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

6

Monthly active users

3 days ago

Last modified

Share

🐦 Twitter / X Advanced Search Scraper – Apify Actor

A powerful, enterprise-grade Apify Actor for scraping Twitter / X data using advanced search operators β€” no API key required.

This actor supports 50+ filters, three search modes, rich metadata extraction, and reliable scraping with optional residential proxies.


πŸš€ Key Features

πŸ”Ž Three Search Modes

  • Global Search Search tweets across all of Twitter using keywords, hashtags, time, geo, media, and engagement filters.
  • Profile Search Scrape tweets from a specific user profile (date range, keywords, engagement).
  • User Search Discover Twitter user profiles based on search queries.

🎯 Advanced Filtering (50+ Options)

Engagement

  • Min / Max likes, retweets, replies
  • Presets: low, medium, high, viral

Media

  • Images, videos, GIFs
  • Links, news articles
  • Polls (2–4 options)
  • Twitter Cards (YouTube, apps, summaries, videos)

Content

  • Keywords, exact phrases
  • Hashtags, cashtags
  • Excluded keywords / hashtags
  • Question-based tweets
  • Sentiment via emoticons πŸ™‚

Users

  • From / To / Mention users
  • Exclude users
  • Verified / Blue verified only
  • Twitter list members

Time

  • Date range (since / until)
  • Relative time (7d, 24h)
  • Tweet ID ranges
  • Unix timestamps

Geo

  • City / landmark search
  • Radius (25km, 15mi)
  • Geocode (lat, lng)
  • Twitter place IDs

πŸ“¦ Rich Data Extraction

Each result includes:

  • Full tweet text

  • Tweet ID & URL

  • Timestamp

  • Engagement stats

  • Media URLs (HQ images, videos)

  • Author profile details:

    • Name
    • Username
    • Bio
    • Followers
    • Verification status

πŸ” Privacy & Reliability

  • βœ… No Twitter API key required
  • πŸ” Automatic retries
  • 🌍 Residential proxy support (via Apify)
  • ⚑ Optimized crawling & pagination

πŸ“‹ Input Configuration

The actor supports simple search or fully structured advanced filters.

Minimal Example

{
"query": "python programming",
"numberOfTweets": 100
}

Advanced Example

{
"query": "AI OR Machine Learning",
"queryType": "Top",
"numberOfTweets": 500,
"engagementLevel": "high",
"mediaTypes": ["image", "video"],
"contentLanguage": "en",
"timeSince": "2024-01-01",
"timeUntil": "2024-12-31",
"usersVerifiedOnly": true
}

πŸ’‘ You can use either query OR advanced filters β€” at least one must be provided.


πŸ“€ Output

Results are stored in the default Apify dataset.

Example Tweet Output

{
"searchType": "post",
"type": "tweet",
"query": "python programming",
"data": {
"tweet_url": "https://x.com/username/status/123456789",
"tweet_id": "123456789",
"author": {
"fullname": "Python Dev",
"username": "pythondev",
"verified": true
},
"text": "Just released a new Python library! #python #coding",
"stats": {
"likes": 150,
"retweets": 45,
"comments": 12
},
"media": [
{
"type": "image",
"url": "https://pbs.twimg.com/media/..."
}
]
}
}

πŸ“Š Built-in Dataset Views

Once the actor finishes, you get instant views:

  • πŸ“„ All Tweets
  • πŸ‘€ Users
  • πŸ”₯ High Engagement Tweets
  • πŸ–Ό Tweets with Media

Perfect for:

  • Sentiment analysis
  • Market research
  • Lead generation
  • News tracking
  • Influencer discovery

πŸ› οΈ Development

Tech Stack

  • Python
  • Apify SDK
  • Crawlee

Local Setup

git clone <repo>
pip install -r requirements.txt
apify run

πŸ“„ License

Licensed under Apache License 2.0 Free to use, modify, and integrate in commercial projects.


⭐ Use Cases

  • Social listening & trend analysis
  • Brand monitoring
  • Crypto & stock sentiment tracking
  • Lead generation
  • Academic & research datasets
  • Media & journalism research

πŸ”₯ If you need precision Twitter scraping without API limits β€” this actor is built for you.