Datura Twitter Scraper (Search)

Datura Twitter Scraper (Search)

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

SOCIAL_MEDIADEVELOPER_TOOLSApify

📢 Datura AI Twitter Search Actor - Apify

Effortlessly search X (Twitter) for tweets matching your query!

Apify Actor

Made with ❤️

🚀 Overview

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.

🛠 Features

✅ 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

📌 How to Use

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

📌 Input Parameters

ParameterTypeRequiredDescription
queryString✅ YesSearch term (e.g., "Bittensor"). Use Twitter Search Operators for advanced queries.
sortString❌ NoSort by "Top" or "Latest" (default: "Top").
start_dateString❌ NoStart date (YYYY-MM-DD).
end_dateString❌ NoEnd date (YYYY-MM-DD).
langString❌ NoLanguage filter (en, fr, es, etc.).
min_likesNumber❌ NoMinimum number of likes.
min_retweetsNumber❌ NoMinimum number of retweets.
min_repliesNumber❌ NoMinimum number of replies.
blue_verifiedBoolean❌ NoFilter for Twitter Blue users (default: false).
is_imageBoolean❌ NoInclude tweets with images (true/false).
is_videoBoolean❌ NoInclude tweets with videos (true/false).
countNumber❌ NoNumber of tweets to retrieve (default: 10, max: 100).

📥 Expected Output

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]

📌 Twitter Search Operators

This actor supports Twitter's advanced search operators to refine results.
🔍 Examples:

  • #hashtag → Tweets with a specific hashtag
  • from:user → Tweets from a specific user
  • min_retweets:10 → Tweets with at least 10 retweets
  • filter:videos → Tweets with videos
  • since:YYYY-MM-DD → Tweets from a certain date

For a complete list, check Twitter Advanced Search.

📈 Use Cases

💡 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.

🚀 Get Started

1️⃣ Open the Apify Actor UI
2️⃣ Enter your search parameters
3️⃣ Run the actor and collect tweets effortlessly!

🛠 Support

For questions or issues, check Datura Docs.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

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.

Do I need to code to use this scraper?

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.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

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!