ProConfig Tutorial
  • Overview & Setup
  • Tutorial Structure
  • Tutorial
    • Hello World with Pro Config
    • Building Workflow
    • Transitions
    • Expressions and Variables
    • An Advanced Example
    • Function Calling Example
    • Random Routing Example
  • API Reference
    • Widgets
      • Bark TTS
      • Champ
      • CoinGecko
      • ControlNet with Civitai
      • Crawler
      • Crypto News
      • Data Visualizer
      • Email Sender
      • Google Flight Search
      • Google Hotel Search
      • Google Image Search
      • Google Map Search
      • Google News Search
      • Google Scholar Search
      • Google Search
      • GroundedSAM
      • Image Text Fuser
      • Information Extractor - OpenAI Schema Generator
      • Information Extractor
      • Instagram Search
      • JSON to Table
      • LinkedIn
      • MS Word to Markdown
      • Markdown to MS Word
      • Markdown to PDF
      • Mindmap Generator
      • Notion Database
      • OCR
      • Pdf to Markdown
      • RMBG
      • Stabel-Video-Diffusion
      • Stable Diffusion Inpaint
      • Stable Diffusion Recommend
      • Stable Diffusion Transform
      • Stable Diffusion Upscale
      • Stable Diffusion with 6 fixed category
      • Stable Diffusion with Civitai
      • Storydiffusion
      • Suno Lyrics Generator
      • Suno Music Generator
      • Table to Markdown
      • TripAdvisor
      • Twitter Search
      • UDOP: Document Question Answering
      • Weather forecasting
      • Whisper large-v3
      • Wikipedia
      • Wolfram Alpha Search
      • Yelp Search
      • YouTube Downloader
      • YouTube Transcriber
      • Youtube Search
  • Tools
    • AutoConfig Bot
    • Cache Mode
Powered by GitBook
On this page
  • Try it in the Widget Center
  • Usage
  1. API Reference
  2. Widgets

Twitter Search

Search Twitter to find text and medias

PreviousTripAdvisorNextUDOP: Document Question Answering

Last updated 5 months ago

Try it in the Widget Center

Click this to try this widget and copy the Pro Config template.

Usage

If you want to use Twitter's advanced search features, such as keywords, retweets, please refer to

Input Parameters

Name
Type
Description
Default
Required

query

string

The query string to search for

sort_order

string

The sort order of the results

relevancy

Output Parameters

Name
Type
Description
File Type

data

array

The list of tweets.

Output Example

{
  "data": [
    {
      "author": {
        "affiliatesHighlightedLabel": {},
        "canDm": false,
        "canMediaTag": true,
        "coverPicture": "",
        "createdAt": "Thu Jul 29 22:49:33 +0000 2021",
        "description": "",
        "entities": {
          "description": {
            "urls": []
          },
          "url": {}
        },
        "fastFollowersCount": 0,
        "favouritesCount": 155999,
        "followers": 8113,
        "following": 1282,
        "hasCustomTimelines": true,
        "id": "1420878857180258305",
        "isBlueVerified": false,
        "isTranslator": false,
        "isVerified": false,
        "location": "🪩",
        "mediaCount": 1796,
        "name": "Valérie H.neema",
        "pinnedTweetIds": [
          "1540269324258222083"
        ],
        "possiblySensitive": false,
        "profilePicture": "https://pbs.twimg.com/profile_images/1560306998083833856/MggbXEuI_normal.jpg",
        "profile_bio": {
          "description": "Coeur \nBrave \nEsprit",
          "entities": {
            "description": {}
          }
        },
        "status": "",
        "statusesCount": 74331,
        "twitterUrl": "https://twitter.com/neema_valerie",
        "type": "user",
        "url": "https://x.com/neema_valerie",
        "userName": "neema_valerie",
        "withheldInCountries": []
      },
      "bookmarkCount": 0,
      "card": null,
      "conversationId": "1866037108994928970",
      "createdAt": "Mon Dec 09 12:51:39 +0000 2024",
      "entities": {
        "user_mentions": [
          {
            "id_str": "730204540717420545",
            "indices": [
              0,
              16
            ],
            "name": "Litsani Choukran",
            "screen_name": "LitsaniChoukran"
          },
          {
            "id_str": "1709237168",
            "indices": [
              17,
              26
            ],
            "name": "yale seti",
            "screen_name": "YaleSeti"
          },
          {
            "id_str": "130537001",
            "indices": [
              27,
              41
            ],
            "name": "Giorgia Meloni",
            "screen_name": "GiorgiaMeloni"
          },
          {
            "id_str": "44196397",
            "indices": [
              42,
              51
            ],
            "name": "Elon Musk",
            "screen_name": "elonmusk"
          }
        ]
      },
      "extendedEntities": {},
      "id": "1866103413827592275",
      "inReplyToId": "1866038414249959773",
      "inReplyToUserId": "730204540717420545",
      "inReplyToUsername": "LitsaniChoukran",
      "isConversationControlled": false,
      "isPinned": false,
      "isReply": true,
      "lang": "und",
      "likeCount": 0,
      "place": {},
      "quoteCount": 0,
      "quoted_tweet_results": null,
      "replyCount": 0,
      "reply_to_user_results": {
        "rest_id": "730204540717420545",
        "result": {
          "__typename": "User",
          "core": {
            "screen_name": "LitsaniChoukran"
          },
          "rest_id": "730204540717420545"
        }
      },
      "retweetCount": 0,
      "source": "Twitter for iPhone",
      "text": "@LitsaniChoukran @YaleSeti @GiorgiaMeloni @elonmusk Hummmm...",
      "twitterUrl": "https://twitter.com/neema_valerie/status/1866103413827592275",
      "type": "tweet",
      "url": "https://x.com/neema_valerie/status/1866103413827592275",
      "viewCount": 0
    }
  ]
}
```
url
https://github.com/igorbrigadir/twitter-advanced-search