The Basic X Search API enables users to retrieve relevant links and tweets based on specified search queries without utilizing AI-driven models. It analyzes links from X posts that align with the provided search criteria
Effortlessly search X (Twitter) for tweets matching your query!
This Apify actor allows users to search tweets using the Basic X (Twitter) Search API from Datura.ai. With this tool, you can extract tweets based on various filters such as keywords, engagement metrics, dates, and media types.
✅ Search tweets using advanced query operators
✅ Filter results by language, engagement, date, and media type
✅ Retrieve tweet details, including user info, retweets, and likes
✅ Exclude images, videos, or quotes
✅ Fetch up to 100 tweets per query
1️⃣ Open the Apify Actor UI
2️⃣ Configure search parameters (e.g., query, date range, filters)
3️⃣ Run the actor and retrieve tweets
4️⃣ Download results in JSON format
Parameter | Type | Required | Description |
---|---|---|---|
query | String | ✅ Yes | Search term (e.g., "Bittensor" ). Use Twitter Search Operators for advanced queries. |
sort | String | ❌ No | Sort by "Top" or "Latest" (default: "Top" ). |
start_date | String | ❌ No | Start date (YYYY-MM-DD ). |
end_date | String | ❌ No | End date (YYYY-MM-DD ). |
lang | String | ❌ No | Language filter (en , fr , es , etc.). |
min_likes | Number | ❌ No | Minimum number of likes. |
min_retweets | Number | ❌ No | Minimum number of retweets. |
min_replies | Number | ❌ No | Minimum number of replies. |
blue_verified | Boolean | ❌ No | Filter for Twitter Blue users (default: false ). |
is_image | Boolean | ❌ No | Include tweets with images (true/false ). |
is_video | Boolean | ❌ No | Include tweets with videos (true/false ). |
count | Number | ❌ No | Number of tweets to retrieve (default: 10 , max: 100 ). |
The actor outputs a JSON file containing the retrieved tweets. Example format:
1[ 2 { 3 "user": { 4 "id": "1453417787746029577", 5 "url": "https://x.com/firsttensor", 6 "name": "Firsττensor - Biττensor Validator", 7 "username": "firsttensor", 8 "created_at": "2021-10-27", 9 "followers_count": 4669, 10 "profile_image_url": "https://pbs.twimg.com/profile_images/1890150870563614720/L3PGGoUs_normal.jpg" 11 }, 12 "id": "1891203972003684353", 13 "text": "How to Stake/Unstake $TAO to the FirstTensor Validator...", 14 "retweet_count": 2, 15 "like_count": 7, 16 "created_at": "2025-02-16", 17 "url": "https://x.com/firsttensor/status/1891203972003684353", 18 "hashtags": ["bittensor", "delegate", "root"] 19 } 20]
This actor supports Twitter's advanced search operators to refine results.
🔍 Examples:
#hashtag
→ Tweets with a specific hashtagfrom:user
→ Tweets from a specific usermin_retweets:10
→ Tweets with at least 10 retweetsfilter:videos
→ Tweets with videossince:YYYY-MM-DD
→ Tweets from a certain dateFor a complete list, check Twitter Advanced Search.
💡 Market Research: Find trending tweets on a topic.
💡 Brand Monitoring: Track mentions of your brand.
💡 Crypto & Finance Analysis: Follow discussions on tokens.
💡 News Scraping: Collect tweets from verified sources.
1️⃣ Open the Apify Actor UI
2️⃣ Enter your search parameters
3️⃣ Run the actor and collect tweets effortlessly!
For questions or issues, check Datura Docs.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!